summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copyrename.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-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-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+3
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+36
* tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener2013-02-201-21/+19
* 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-1/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* re PR tree-optimization/54200 (copyrename generates wrong debuginfo)Richard Guenther2012-08-131-7/+45
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-19/+35
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-1/+1
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-3/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* common.opt (ftree-coalesce-inlined-vars): New.Alexandre Oliva2012-06-131-6/+7
* tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.Richard Guenther2011-07-121-8/+9
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e...Nathan Froyd2011-04-131-0/+9
* re PR tree-optimization/47427 (ICE in process_constraint, at tree-ssa-structa...Jakub Jelinek2011-01-251-2/+14
* re PR other/47167 (Performance regression in numerical code)Richard Guenther2011-01-201-3/+8
* re PR tree-optimization/46806 (-O3 implies 0 <= 8 <= 7)Richard Guenther2010-12-061-3/+3
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-21/+21
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-14/+0
* Expand from SSA.Michael Matz2009-04-261-1/+1
* tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names.Michael Matz2009-04-261-2/+2
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-23/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-16/+19
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-4/+6
* re PR c++/34862 (operator new placement variant with reference arg not accept...Ian Lance Taylor2008-01-281-3/+6
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* revert: re PR debug/23551 (dwarf records for inlines appear incomplete)Alexandre Oliva2007-07-091-4/+12
* re PR debug/23551 (dwarf records for inlines appear incomplete)Alexandre Oliva2007-07-061-12/+4
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-1/+1
* tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return true when some...Jan Hubicka2007-02-041-14/+16
* re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka2007-01-111-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* common.opt (ftree-combine-temps): Remove.Andrew MacLeod2006-12-011-2/+2
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-3/+3
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-5/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata2005-05-291-1/+1
* * tree-ssa-copyrename.c (rename_ssa_copies): Make it static.Kazu Hirata2004-11-061-3/+1
* re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson2004-09-291-13/+0