aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-06refactor SSA rewriting timevarsRichard Biener1-10/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-13[PATCH] Implementation of asm goto outputsVladimir N. Makarov1-0/+4
2020-10-02Commonize handling of attr-fnspecJan Hubicka1-9/+10
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-05-07extend DECL_GIMPLE_REG_P to all typesRichard Biener1-2/+1
2020-01-21Change recursive prepare_block_for_update to use a worklistAndrew Pinski1-12/+47
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-21cfgloop.h (loop_iterator::~loop_iterator): Remove.Richard Biener1-12/+12
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-05-15tree-into-ssa.c (pass_build_ssa::execute): Run update_address_taken before go...Richard Biener1-0/+6
2019-03-14c-tree.h (enum c_declspec_il): New.Richard Biener1-10/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-08-29tree-core.h: Document use of deprecated_flag in SSA_NAME.Richard Biener1-0/+22
2018-02-01domwalk.h (dom_walker::dom_walker): Add additional constructor for specifying...Richard Biener1-3/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-06graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener1-0/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-16Add default value for last argument of dump functions.Martin Liska1-8/+8
2017-02-14re PR tree-optimization/79432 (ICE: verify_ssa failed)Richard Biener1-0/+53
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska1-1/+26
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-2/+10
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-4/+3
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-10/+10
2016-08-18tree-pass.h (make_pass_materialize_all_clones): Declare.Richard Biener1-0/+5
2016-08-17tree-ssa.c: Include tree-cfg.h and tree-dfa.h.Richard Biener1-0/+10
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-2/+1
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-0/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-7/+12
2015-11-09[PATCH] Minor refactoring in tree-ssanames.c & freelists verifierJeff Law1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-17/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-50/+50
2015-10-01remove many typedefsTrevor Saunders1-50/+38
2015-09-20switch from gimple to gimple*Trevor Saunders1-26/+28
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-28/+30
2014-11-03re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse1-12/+30