summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* defaults.h (REG_WORDS_BIG_ENDIAN): Provide a default.Bernd Schmidt2011-07-081-4/+4
* emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt2011-07-061-22/+19
* re PR rtl-optimization/49114 ([x32] Reload failed to handle (set reg:X (plus:...Ulrich Weigand2011-06-291-0/+6
* re PR rtl-optimization/49114 ([x32] Reload failed to handle (set reg:X (plus:...Ulrich Weigand2011-06-291-87/+19
* re PR rtl-optimization/48542 (unchanged variables in code which calls setjmp ...Hans-Peter Nilsson2011-06-171-0/+9
* re PR rtl-optimization/48830 (unrecognized insn: storing invalid upper FP reg...Richard Sandiford2011-06-011-0/+2
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-211-3/+4
* target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford2011-04-211-13/+13
* reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law2011-03-301-92/+92
* reload.c (find_reloads_subreg_address): Add address_reloaded parameter and re...Andreas Krebbel2011-03-241-10/+16
* expr.h (prepare_operand): Move to...Richard Sandiford2011-03-211-5/+3
* re PR target/47543 (ICE: in extract_insn, at recog.c:2109 when building zlib)Jeff Law2011-02-021-3/+10
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* target.def (preferred_output_reload_class): New hook.Anatoly Sokolov2010-10-171-16/+13
* target.def (preferred_reload_class): New hook.Anatoly Sokolov2010-10-111-15/+15
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-2/+2
* target.def (class_likely_spilled_p): New hook.Anatoly Sokolov2010-09-021-8/+13
* reload.h (register_move_cost, [...]): Adjust prototype.Anatoly Sokolov2010-08-151-3/+3
* reload.c (find_reloads): Revert code to penalize small register classes that ...Bernd Schmidt2010-07-141-24/+1
* reload.c (find_reloads): Don't clear badop if we have a winreg alternative...Bernd Schmidt2010-07-091-1/+2
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-2/+1
* reload.c: Include toplev.h.Manuel López-Ibáñez2010-07-011-0/+1
* re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke2010-06-301-2/+4
* toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez2010-06-301-2/+1
* target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov2010-06-271-3/+3
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher2010-05-031-8/+11
* recog.h (struct recog_data): New field is_operator.Bernd Schmidt2010-04-161-1/+1
* re PR rtl-optimization/42429 (Miscompilation of 2fish on s390)Jakub Jelinek2009-12-211-0/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-26/+26
* * reload.c (find_reloads_address): Fix typo.Ulrich Weigand2009-11-171-1/+1
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-19/+23
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-25/+41
* invoke.texi (-fsched-pressure): Document it.Vladimir Makarov2009-09-021-13/+42
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+2
* reload.c (find_reloads_subreg_address): Check the original req_equiv_mem addr...Ulrich Weigand2009-08-111-11/+19
* reload.c (alternative_allows_const_pool_ref): Mark mem parameter with ATTRIBU...Ian Lance Taylor2009-06-231-1/+2
* alias.c: Use REG_P...Shujing Zhao2009-06-221-20/+20
* tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini2009-05-141-0/+4
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-3/+3
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-30/+30
* revert: reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-04-031-2/+2
* reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-03-301-2/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2009-01-291-6/+2
* rtl.h (simplify_subreg_regno): Declare.Richard Sandiford2008-08-281-6/+5
* [multiple changes]Vladimir Makarov2008-08-261-3/+7
* re PR target/36613 (likely codegen bug)Michael Matz2008-08-061-4/+27