aboutsummaryrefslogtreecommitdiff
path: root/gcc/postreload.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-04* postreload.c (reload_combine): Replace CONST_REG with INDEX_REG.Eric Botcazou1-20/+15
2009-06-22alias.c: Use REG_P...Shujing Zhao1-8/+8
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-4/+3
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-9/+15
2008-08-26[multiple changes]Vladimir Makarov1-1/+1
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-6/+6
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-4/+4
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-27defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.Andreas Krebbel1-2/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-09-09revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-3/+2
2007-09-07regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-2/+3
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-27fwprop.c (try_fwprop_subst): Use validate_unshare_change.Jan Hubicka1-6/+6
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-2/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-9/+16
2007-02-20rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher1-10/+1
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers1-2/+6
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2005-11-18* postreload.c (reload_cse_move2add): Don't try to work with BImode.Richard Kenner1-1/+1
2005-11-11postreload.c (reload_cse_simplify_operands): Fix bug in sorting algorithm so ...Ulrich Weigand1-1/+2
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+38
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-2/+2
2005-04-29re PR rtl-optimization/21144 (Apparent infinite loop in reload)Michael Matz1-1/+2
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-5/+3