summaryrefslogtreecommitdiff
path: root/gcc/postreload.c
Commit message (Expand)AuthorAgeFilesLines
* From Martin Thuresson <martint@google.com>Bernd Schmidt2010-08-051-1/+1
* postreload.c (reload_cse_simplify_operands): Take attribute enabled into acco...Bernd Schmidt2010-08-021-0/+1
* re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek2010-07-301-2/+2
* postreload.c (try_replace_in_use): New static function.Bernd Schmidt2010-07-271-70/+80
* postreload.c (reload_combine_recognize_const_pattern): Move test for limiting...Bernd Schmidt2010-07-271-5/+5
* re PR bootstrap/44970 (Revision 162270 failed to bootstrap)Bernd Schmidt2010-07-211-24/+20
* postreload.c (fixup_debug_insns): Remove arg REGNO.Bernd Schmidt2010-07-201-36/+27
* postreload.c (reload_combine_closest_single_use): Ignore the number of uses f...Bernd Schmidt2010-07-191-12/+59
* re PR target/42235 (redundant memory move from parameter space to spill space)Bernd Schmidt2010-07-161-67/+424
* postreload.c (last_label_ruid, [...]): New static variables.Bernd Schmidt2010-07-151-149/+180
* Silence gcc warning on min_regno.H.J. Lu2010-07-121-1/+1
* postreload.c (reg_symbol_ref[]): New.Jie Zhang2010-07-121-66/+247
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov2010-06-271-2/+2
* target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov2010-06-051-1/+1
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek2010-03-161-3/+3
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-5/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* re PR rtl-optimization/30807 (postreload bug (might be generic in trunk))J"orn Rennecke2009-07-061-0/+13
* * postreload.c (reload_combine): Replace CONST_REG with INDEX_REG.Eric Botcazou2009-07-041-20/+15
* alias.c: Use REG_P...Shujing Zhao2009-06-221-8/+8
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-4/+3
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-9/+15
* [multiple changes]Vladimir Makarov2008-08-261-1/+1
* cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-6/+6
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-4/+4
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.Andreas Krebbel2008-05-271-2/+2
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-091-3/+2
* regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis2007-09-071-2/+3
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-1/+1
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-4/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* fwprop.c (try_fwprop_subst): Use validate_unshare_change.Jan Hubicka2007-06-271-6/+6
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-2/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-9/+16
* rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher2007-02-201-10/+1
* rtlanal.c (struct subreg_info, [...]): New.Joseph Myers2006-12-201-2/+6
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* * postreload.c (reload_cse_move2add): Don't try to work with BImode.Richard Kenner2005-11-181-1/+1
* postreload.c (reload_cse_simplify_operands): Fix bug in sorting algorithm so ...Ulrich Weigand2005-11-111-1/+2
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+38
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-2/+2
* re PR rtl-optimization/21144 (Apparent infinite loop in reload)Michael Matz2005-04-291-1/+2
* params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell2005-04-031-5/+3