aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+6
2014-10-17tree-into-ssa.c (is_old_name): Replace "new" with "old".Marc Glisse1-2/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-16Assert no use with SSA_NAME_IN_FREELIST before using freelist.Tom de Vries1-0/+39
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24allow storing values directly in hash tablesTrevor Saunders1-6/+7
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-16/+17
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-43/+43
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+6
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-9/+10
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-8/+10
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-22add auto_vecTrevor Saunders1-7/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+8
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+40
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-21/+1
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-25/+24