aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copyrename.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-35/+35
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-9/+1
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-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-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+3
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+36
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-21/+19
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-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-08-13re PR tree-optimization/54200 (copyrename generates wrong debuginfo)Richard Guenther1-7/+45
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-19/+35
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-1/+1
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-06-13common.opt (ftree-coalesce-inlined-vars): New.Alexandre Oliva1-6/+7
2011-07-12tree-ssa-copyrename.c (rename_ssa_copies): Zero statistics.Richard Guenther1-8/+9
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-04-13postreload-gcse.c (gcse_after_reload_main): Add calls to statistics_counter_e...Nathan Froyd1-0/+9
2011-01-25re PR tree-optimization/47427 (ICE in process_constraint, at tree-ssa-structa...Jakub Jelinek1-2/+14
2011-01-20re PR other/47167 (Performance regression in numerical code)Richard Guenther1-3/+8
2010-12-06re PR tree-optimization/46806 (-O3 implies 0 <= 8 <= 7)Richard Guenther1-3/+3
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-21/+21
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-14/+0
2009-04-26Expand from SSA.Michael Matz1-1/+1
2009-04-26tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names.Michael Matz1-2/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-23/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-16/+19
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-4/+6
2008-01-28re PR c++/34862 (operator new placement variant with reference arg not accept...Ian Lance Taylor1-3/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-09revert: re PR debug/23551 (dwarf records for inlines appear incomplete)Alexandre Oliva1-4/+12
2007-07-06re PR debug/23551 (dwarf records for inlines appear incomplete)Alexandre Oliva1-12/+4
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-1/+1
2007-02-04tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return true when some...Jan Hubicka1-14/+16
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+3
2006-12-01common.opt (ftree-combine-temps): Remove.Andrew MacLeod1-2/+2
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-3/+3