aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)Author
2013-01-21 * reload1.c (init_reload): Only initialize reload_obstackJakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-09-21 PR rtl-optimization/54290Eric Botcazou
2012-09-20 * reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair.Eric Botcazou
2012-09-19 PR rtl-optimization/54290Eric Botcazou
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2012-08-232012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2012-08-15Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).Diego Novillo
2012-08-11 * reload1.c (replaced_subreg, gen_reload): AddBernd Schmidt
2012-08-09 * reload.c (find_valid_class_1): New static function.Bernd Schmidt
2012-07-16gcc/Steven Bosscher
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-05gcc/Richard Sandiford
2012-05-04 PR rtl-optimization/52804Bin Cheng
2012-03-26 PR rtl-optimization/52629Eric Botcazou
2012-02-05gcc/Richard Sandiford
2012-01-24gcc/Richard Sandiford
2012-01-02 * passes.c (register_one_dump_file): Free full_name.Jakub Jelinek
2011-12-09 PR middle-end/40154Joern Rennecke
2011-11-08 * doc/tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address spaceUlrich Weigand
2011-11-04 * reload1.c (gen_reload): Don't use REGNO on SUBREGs.Alan Modra
2011-10-28 PR rtl-optimization/47918Julian Brown
2011-09-27 PR rtl-optimization/50249Bernd Schmidt
2011-08-18gcc/Richard Sandiford
2011-08-02PR target/49864Richard Henderson
2011-07-07gcc/Richard Sandiford
2011-07-06 * emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt
2011-06-23 PR middle-end/48770Jeff Law
2011-06-17 PR rtl-optimization/48542Hans-Peter Nilsson
2011-06-01gcc/Richard Sandiford
2011-04-21gcc/Richard Sandiford
2011-04-20remove useless if-before-free testsJim Meyering
2011-04-192011-04-19 Bernd Schmidt <bernds@codesourcery.com>Bernd Schmidt
2011-04-09 * expr.c (expand_expr_real_1): Use add_to_hard_reg_set functionAnatoly Sokolov
2011-03-31 * reload1.c (elimination_effects): Fix typo in recent change.Jeff Law
2011-03-31 * reload1.c (reload): Fix botch in last change.Jeff Law
2011-03-30 * reload.h (reg_equiv_constant): Move into new structure reg_equivs,Jeff Law
2011-03-26 * basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou
2011-03-21gcc/Richard Sandiford
2011-01-23 PR rtl-optimization/47166Bernd Schmidt
2010-12-30gcc/Nathan Froyd
2010-11-24revert accidentally committed changesNathan Froyd
2010-11-24gcc/Nathan Froyd
2010-11-10 * cfgloop.c (verify_loop_structure): Use %' in diagnostics. StartJoseph Myers
2010-11-04 PR bootstrap/44756Joern Rennecke
2010-11-03 PR debug/46252Jakub Jelinek
2010-10-21 * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd
2010-10-21 * basic-block.h (find_fallthru_edge): Define.Nathan Froyd