summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-16 PR middle-end/58956jakub1-1/+46
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm1-1/+1
2013-11-22 * gimple.h: Remove all includes.amacleod1-0/+5
2013-11-192013-11-19 Richard Biener <rguenther@suse.de>rguenth1-4/+3
2013-11-19Factor unrelated declarations out of tree.h.dnovillo1-0/+1
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod1-0/+1
2013-10-29 * tree-outof-ssa.h: Remove include files.amacleod1-0/+2
2013-10-23 * tree-ssa.h: Remove all #include'samacleod1-1/+5
2013-09-262013-09-26 Andrew MacLeod <amacleod@redhat.com>amacleod1-109/+60
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andamacleod1-1/+1
2013-03-082013-03-08 Richard Biener <rguenther@suse.de>rguenth1-11/+11
2013-01-10Update copyright years in gcc/rsandifo1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.jakub1-1/+1
2012-08-17 PR middle-end/54146steven1-9/+16
2012-08-102012-08-10 Richard Guenther <rguenther@suse.de>rguenth1-4/+6
2012-07-16gcc/steven1-2/+1
2012-05-29 * LANGUAGES: Fix typos.jsm281-1/+1
2011-02-04 PR inline-asm/23200jakub1-7/+25
2010-12-16 PR tree-optimization/43655jakub1-1/+3
2010-10-21 * basic-block.h (single_succ_edge): Use gcc_checking_assert.froydnj1-16/+6
2010-10-20 * tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement overpthaugen1-2/+4
2010-09-13 * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.pthaugen1-9/+26
2010-07-012010-07-01 Richard Guenther <rguenther@suse.de>rguenth1-0/+18
2010-06-01 * gimplify.c: Do not include except.h and optabs.h.steven1-1/+0
2010-05-29 * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka1-1/+1
2010-05-21 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm281-2/+4
2009-11-25Remove trailing white spaces.hjl1-53/+53
2009-09-02gcc/ChangeLog:aoliva1-0/+3
2009-04-27 * ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.matz1-11/+11
2009-04-26 * tree-ssa-copyrename.c (rename_ssa_copies): Don't iteratematz1-1/+1
2009-04-032009-04-03 Richard Guenther <rguenther@suse.de>rguenth1-3/+3
2008-09-19 PR middle-end/37567amacleod1-20/+7
2008-07-282008-07-28 Richard Guenther <rguenther@suse.de>rguenth1-58/+43
2008-07-20 * cgraph.c (cgraph_add_new_function): Do early local passes.hubicka1-1/+37
2008-06-06gcc/rwild1-9/+10
2008-01-132008-01-12 Sebastian Pop <sebastian.pop@amd.com>spop1-0/+2
2007-10-15 PR tree-optimization/33619jakub1-7/+2
2007-10-032007-10-01 Alexandre Oliva <aoliva@redhat.com>jakub1-1/+1
2007-09-30 PR 33593dnovillo1-0/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...nickc1-5/+4
2007-01-08 PR tree-optimization/29877shinwell1-0/+6
2006-12-22 * config/elfos.h, config/spu/spu.c, tree-ssa-operands.h,kazu1-1/+1
2006-12-22 * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,kazu1-10/+10
2006-12-122006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo1-3/+3
2006-12-102006-12-10 Daniel Berlin <dberlin@dberlin.org>dberlin1-1/+2
2006-12-10New out of ssa Coalescer.amacleod1-18/+0
2006-12-08New TER code.amacleod1-0/+747