summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ter.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and new_replaceable_d...Sebastian Pop2008-01-131-0/+2
* re PR tree-optimization/33619 (TER breaks some inline-asm code (again))Jakub Jelinek2007-10-151-7/+2
* decl.c (duplicate_decls): Preserve linkage flags for mere redeclarations of g...Alexandre Oliva2007-10-031-1/+1
* re PR tree-optimization/33593 (tree-outof-ssa moves sources of non-call excep...Diego Novillo2007-09-301-0/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR tree-optimization/29877 (out of SSA (TER) extends variable life of vari...Mark Shinwell2007-01-081-0/+6
* elfos.h, [...]: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-10/+10
* [multiple changes]Diego Novillo2006-12-111-3/+3
* tree-ssa-alias.c (compact_name_tags): Use sort_tags_by_id.Daniel Berlin2006-12-101-1/+2
* New out of ssa Coalescer.Andrew MacLeod2006-12-101-18/+0
* New TER code.Andrew MacLeod2006-12-081-0/+747