aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-18 PR other/54324Aldy Hernandez
2012-11-19 PR middle-end/54630Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-10-25Change hash_table to support a comparator type different from theLawrence Crowl
2012-09-07 * bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher
2012-08-22 * tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contentsSteven Bosscher
2012-08-172012-08-17 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-08-142012-08-14 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-102012-08-10 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-022012-08-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-08-012012-08-01 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-07-16gcc/Steven Bosscher
2011-12-15 PR debug/51517Jakub Jelinek
2011-04-20remove useless if-before-free testsJim Meyering
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-10-21 * basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd
2010-08-19 * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call toNathan Froyd
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-06-01 * gimplify.c: Do not include except.h and optabs.h.Steven Bosscher
2010-05-21 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h orJoseph Myers
2010-04-02 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, Steven Bosscher
2010-01-042010-01-04 Richard Guenther <rguenther@suse.de>Richard Guenther
2009-11-25Remove trailing white spaces.H.J. Lu
2009-09-26 PR lto/40758Michael Matz
2009-09-02gcc/ChangeLog:Alexandre Oliva
2009-05-02 * tree-ssa-coalesce.c (coalesce_cost): Do not take ciriticalJan Hubicka
2009-04-26gcc/Michael Matz
2009-04-26 * tree-ssa-copyrename.c (rename_ssa_copies): Don't iterateMichael Matz
2009-04-032009-04-03 Richard Guenther <rguenther@suse.de>Richard Guenther
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-02-09 PR middle-end/38981Eric Botcazou
2008-08-29 * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka
2008-07-282008-07-28 Richard Guenther <rguenther@suse.de>Richard Guenther
2008-07-20 * cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka
2008-06-20 * ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh Ghazi
2008-06-06gcc/Ralf Wildenhues
2008-06-02 * predict.c (maybe_hot_frequency_p): Break out of...Jan Hubicka
2007-08-31* tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys Nick Clifton
2007-08-01 PR tree-optimization/32919Daniel Jacobowitz
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-25 * c-common.c (fname_as_string, c_type_hash): Constify.Kaveh Ghazi
2007-06-21 PR tree-optimization/31866Jakub Jelinek
2007-06-06 * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to theThomas Neumann
2007-05-26 * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,Kazu Hirata
2007-03-08tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): RemoveMartin Michlmayr
2007-02-162007-02-16 Richard Guenther <rguenther@suse.de>Richard Guenther
2006-12-22 * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,Kazu Hirata
2006-12-122006-12-12 Andrew Macleod <amacleod@redhat.com>Andrew Macleod