summaryrefslogtreecommitdiff
path: root/gcc/postreload.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-19 PR other/59545jakub1-6/+6
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.dmalcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm1-1/+1
2013-09-28gcc/rsandifo1-2/+2
2013-08-05Automated conversion of passes to C++ classesdmalcolm1-18/+35
2013-05-30 PR rtl-optimization/57439amylaar1-2/+19
2013-05-28 PR rtl-optimization/57439amylaar1-2/+1
2013-05-27 PR rtl-optimization/56833amylaar1-86/+109
2013-03-25 * postreload.c (reload_combine): Fix code detecting returns.ebotcazou1-5/+11
2013-01-10Update copyright years in gcc/rsandifo1-3/+1
2012-11-11gcc/steven1-2/+3
2012-11-09 PR middle-end/54385steven1-15/+26
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>singhai1-0/+1
2012-07-16gcc/steven1-1/+0
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.steven1-1/+0
2012-05-29 * LANGUAGES: Fix typos.jsm281-1/+1
2012-05-14 * attribs.c (decl_attributes): Avoid emitting a warning ifbernds1-2/+4
2012-05-07 * postreload.c (reload_cse_regs): Make static.steven1-1/+2
2011-11-222011-11-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>krebbel1-4/+14
2011-11-06 * regset.h (fixed_reg_set_regset): Declare.amylaar1-4/+4
2011-09-20 PR rtl-optimization/49452carrot1-1/+2
2011-08-18gcc/rsandifo1-10/+12
2011-08-18gcc/rsandifo1-5/+5
2011-07-06 * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.bernds1-2/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl1-1/+1
2011-05-01 * reginfo.c (memory_move_cost): Change rclass argument type formaesok1-1/+1
2011-02-11 PR rtl-optimization/47614pthaugen1-0/+4
2011-02-03PR debug/43092aoliva1-2/+2
2011-01-27Update copyright yearlaw1-1/+1
2011-01-27 PR rtl-optimization/46856law1-0/+6
2010-12-21 PR rtl-optimization/47008jakub1-1/+2
2010-11-30 * diagnostic-core.h: Include bversion.h.jsm281-1/+0
2010-11-18 PR middle-end-optimization/46297law1-0/+25
2010-11-17 * postreload.c (reload_combine): Call control_flow_insn_p only once.ebotcazou1-15/+14
2010-11-16PR rtl-optimization/46395schwab1-2/+2
2010-09-29 PR target/40457bernds1-46/+70
2010-09-22 * postreload.c (move2add_note_store): Add reg_symbol_ref[] checkscltang1-3/+5
2010-08-05 From Martin Thuresson <martint@google.com>bernds1-1/+1
2010-08-02 * postreload.c (reload_cse_simplify_operands): Take attribute enabledbernds1-0/+1
2010-07-30 PR debug/45055jakub1-2/+2
2010-07-27 * postreload.c (try_replace_in_use): New static function.bernds1-70/+80
2010-07-27 * postreload.c (reload_combine_recognize_const_pattern): Move testbernds1-5/+5
2010-07-21 PR bootstrap/44970bernds1-24/+20
2010-07-20 * postreload.c (fixup_debug_insns): Remove arg REGNO. New argsbernds1-36/+27
2010-07-19 * postreload.c (reload_combine_closest_single_use): Ignore thebernds1-12/+59
2010-07-16 PR target/42235bernds1-67/+424
2010-07-15 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):bernds1-149/+180
2010-07-13Silence gcc warning on min_regno.hjl1-1/+1
2010-07-12 * postreload.c (reg_symbol_ref[]): New.jiez1-66/+247