aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-25* postreload.c (reload_combine): Fix code detecting returns.Eric Botcazou1-5/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-11re PR middle-end/55263 (ICE: pre_and_rev_post_order_compute, at cfganal.c:875...Steven Bosscher1-2/+3
2012-11-09re PR middle-end/54385 (ICE in pre_and_rev_post_order_compute, at cfganal.c:873)Steven Bosscher1-15/+26
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-2/+4
2012-05-07postreload.c (reload_cse_regs): Make static.Steven Bosscher1-1/+2
2011-11-22postreload.c (reload_combine): Mark reg_state as invalid at volatile insns if...Andreas Krebbel1-4/+14
2011-11-06regset.h (fixed_reg_set_regset): Declare.Joern Rennecke1-4/+4
2011-09-20re PR rtl-optimization/49452 (comp-goto-2.c regresses in testing)Wei Guozhi1-1/+2
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-10/+12
2011-08-18rtl.h (set_rtx_cost, [...]): New functions.Richard Sandiford1-5/+5
2011-07-06machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt1-2/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-01reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_clas...Anatoly Sokolov1-1/+1
2011-02-11re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision ...Pat Haugen1-0/+4
2011-02-03re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-acc...Alexandre Oliva1-2/+2
2011-01-26Update copyright yearJeff Law1-1/+1
2011-01-26re PR rtl-optimization/46856 (internal compiler error in final_scan_insn brea...Mikael Pettersson1-0/+6
2010-12-21re PR rtl-optimization/47008 (gfortran.dg/extends_{23}.f03 FAIL with -Os -fsc...Jakub Jelinek1-1/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-18re PR middle-end/46297 (gfortran.dg/g77/980701-0.f FAILs with -Os -fno-asynch...Jeff Law1-0/+25
2010-11-17postreload.c (reload_combine): Call control_flow_insn_p only once.Eric Botcazou1-15/+14
2010-11-16re PR rtl-optimization/46395 (FAIL: 22_locale/numpunct/members/pod/2.cc execu...Andreas Schwab1-2/+2
2010-09-29re PR target/40457 (use stm and ldm to access consecutive memory words)Bernd Schmidt1-46/+70
2010-09-22postreload.c (move2add_note_store): Add reg_symbol_ref[] checks to update con...Chung-Lin Tang1-3/+5
2010-08-05From Martin Thuresson <martint@google.com>Bernd Schmidt1-1/+1
2010-08-02postreload.c (reload_cse_simplify_operands): Take attribute enabled into acco...Bernd Schmidt1-0/+1
2010-07-30re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek1-2/+2
2010-07-27postreload.c (try_replace_in_use): New static function.Bernd Schmidt1-70/+80
2010-07-27postreload.c (reload_combine_recognize_const_pattern): Move test for limiting...Bernd Schmidt1-5/+5
2010-07-21re PR bootstrap/44970 (Revision 162270 failed to bootstrap)Bernd Schmidt1-24/+20
2010-07-20postreload.c (fixup_debug_insns): Remove arg REGNO.Bernd Schmidt1-36/+27
2010-07-19postreload.c (reload_combine_closest_single_use): Ignore the number of uses f...Bernd Schmidt1-12/+59
2010-07-16re PR target/42235 (redundant memory move from parameter space to spill space)Bernd Schmidt1-67/+424
2010-07-15postreload.c (last_label_ruid, [...]): New static variables.Bernd Schmidt1-149/+180
2010-07-12Silence gcc warning on min_regno.H.J. Lu1-1/+1
2010-07-12postreload.c (reg_symbol_ref[]): New.Jie Zhang1-66/+247
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-27target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov1-2/+2
2010-06-05target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov1-1/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-03-16re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek1-3/+3
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-5/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-07-06re PR rtl-optimization/30807 (postreload bug (might be generic in trunk))J"orn Rennecke1-0/+13