aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-06[PATCH]Keep location info when expand complex component-wise load/store.Renlin Li1-0/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-09re PR tree-optimization/64410 (gcc 25% slower than clang 3.5 for adding compl...Richard Biener1-0/+36
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-27/+29
2014-11-03re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse1-15/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-21/+2
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-1/+1
2014-08-05fix pr62009 use after free in redirect_edge_var_map_dupTrevor Saunders1-3/+4
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-61/+20
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-08re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme1-1/+17
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+3
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+6
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-02-17tree-ssa.c (verify_ssa): If verify_def found an error, ICE.Richard Biener1-3/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
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-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law1-94/+0
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-26tree-ssa.h (walk_use_def_chains_fn, [...]): Delete.Florian Weimer1-109/+0
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-0/+129
2013-09-17tree-flow.h (ssa_undefined_value_p): Remove prototype.Andrew MacLeod1-209/+25
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka1-1/+12
2013-09-12tree-ssa.h: New.Andrew MacLeod1-255/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-51/+102
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+2
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-36/+0
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-11/+8
2013-02-12re PR middle-end/56288 (always true conditional expression in verify_ssa_name)Richard Biener1-5/+5
2013-01-14tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-12-03tree-ssa.c (warn_uninitialized_var): Use OPT_Wmaybe_uninitialized tag in the ...Eric Botcazou1-5/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-23/+21