summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* re PR tree-optimization/64410 (gcc 25% slower than clang 3.5 for adding compl...Richard Biener2015-01-091-0/+36
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-27/+29
* re PR tree-optimization/60770 (disappearing clobbers)Marc Glisse2014-11-031-15/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+5
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-21/+2
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* convert the rest of the users of pointer_map to hash_mapTrevor Saunders2014-08-071-1/+1
* fix pr62009 use after free in redirect_edge_var_map_dupTrevor Saunders2014-08-051-3/+4
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-61/+20
* remove has_executeTrevor Saunders2014-07-091-2/+0
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme2014-05-081-1/+17
* Merge in wide-int.Kenneth Zadeck2014-05-061-3/+3
* passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener2014-04-301-2/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+4
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-10/+6
* remove has_gateTrevor Saunders2014-04-171-2/+0
* tree-ssa.c (verify_ssa): If verify_def found an error, ICE.Richard Biener2014-02-171-3/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener2013-11-291-2/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+2
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law2013-11-051-94/+0
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+7
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa.h (walk_use_def_chains_fn, [...]): Delete.Florian Weimer2013-09-261-109/+0
* gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod2013-09-261-0/+129
* tree-flow.h (ssa_undefined_value_p): Remove prototype.Andrew MacLeod2013-09-171-209/+25
* tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka2013-09-141-1/+12
* tree-ssa.h: New.Andrew MacLeod2013-09-121-255/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-51/+102
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-1/+2
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-36/+0
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-02-271-11/+8
* re PR middle-end/56288 (always true conditional expression in verify_ssa_name)Richard Biener2013-02-121-5/+5
* tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener2013-01-141-2/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-2/+2
* tree-ssa.c (warn_uninitialized_var): Use OPT_Wmaybe_uninitialized tag in the ...Eric Botcazou2012-12-031-5/+5
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-23/+21
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3