summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/54146steven2012-08-171-9/+16
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-4/+6
* gcc/steven2012-07-161-2/+1
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* PR inline-asm/23200jakub2011-02-041-7/+25
* PR tree-optimization/43655jakub2010-12-161-1/+3
* * basic-block.h (single_succ_edge): Use gcc_checking_assert.froydnj2010-10-211-16/+6
* * tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement overpthaugen2010-10-201-2/+4
* * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.pthaugen2010-09-131-9/+26
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-011-0/+18
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-1/+0
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-1/+1
* * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orjsm282010-05-211-2/+4
* Remove trailing white spaces.hjl2009-11-251-53/+53
* gcc/ChangeLog:aoliva2009-09-021-0/+3
* * ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.matz2009-04-271-11/+11
* * tree-ssa-copyrename.c (rename_ssa_copies): Don't iteratematz2009-04-261-1/+1
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-3/+3
* PR middle-end/37567amacleod2008-09-191-20/+7
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-58/+43
* * cgraph.c (cgraph_add_new_function): Do early local passes.hubicka2008-07-201-1/+37
* gcc/rwild2008-06-061-9/+10
* 2008-01-12 Sebastian Pop <sebastian.pop@amd.com>spop2008-01-131-0/+2
* PR tree-optimization/33619jakub2007-10-151-7/+2
* 2007-10-01 Alexandre Oliva <aoliva@redhat.com>jakub2007-10-031-1/+1
* PR 33593dnovillo2007-09-301-0/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* PR tree-optimization/29877shinwell2007-01-081-0/+6
* * config/elfos.h, config/spu/spu.c, tree-ssa-operands.h,kazu2006-12-221-1/+1
* * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,kazu2006-12-221-10/+10
* 2006-12-11 Diego Novillo <dnovillo@redhat.com>dnovillo2006-12-121-3/+3
* 2006-12-10 Daniel Berlin <dberlin@dberlin.org>dberlin2006-12-101-1/+2
* New out of ssa Coalescer.amacleod2006-12-101-18/+0
* New TER code.amacleod2006-12-081-0/+747