summaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)Author
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener
2020-01-21Change recursive prepare_block_for_update to use a worklistAndrew Pinski
2020-01-01Update copyright years.Jakub Jelinek
2019-11-21cfgloop.h (loop_iterator::~loop_iterator): Remove.Richard Biener
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-15tree-into-ssa.c (pass_build_ssa::execute): Run update_address_taken before go...Richard Biener
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-08-29tree-core.h: Document use of deprecated_flag in SSA_NAME.Richard Biener
2018-02-01domwalk.h (dom_walker::dom_walker): Add additional constructor for specifying...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-10-06graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener
2017-08-08trans.c: Include header files.Martin Liska
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-02-14re PR tree-optimization/79432 (ICE: verify_ssa failed)Richard Biener
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-15Iterator to visit SSAKugan Vivekanandarajah
2016-08-18tree-pass.h (make_pass_materialize_all_clones): Declare.Richard Biener
2016-08-17tree-ssa.c: Include tree-cfg.h and tree-dfa.h.Richard Biener
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law
2015-11-09[PATCH] Minor refactoring in tree-ssanames.c & freelists verifierJeff Law
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-01remove many typedefsTrevor Saunders
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-03re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-17tree-into-ssa.c (is_old_name): Replace "new" with "old".Marc Glisse
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-10-16Assert no use with SSA_NAME_IN_FREELIST before using freelist.Tom de Vries
2014-07-09remove has_executeTrevor Saunders