summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2015-01-051-1/+1
* Add a no_register_allocation target hook.bernds2014-11-051-0/+5
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* gcc/ada/rsandifo2014-10-291-33/+33
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+5
* gcc/rsandifo2014-10-221-7/+10
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+4
* Replace INSN_DELETED_P with rtx_insn member functionstbsaunde2014-09-161-1/+1
* use rtx_insn * moretbsaunde2014-09-161-1/+1
* Introduce LABEL_REF_LABELdmalcolm2014-09-111-3/+3
* recog_memoized works on an rtx_insn *dmalcolm2014-09-091-3/+3
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-281-11/+11
* Convert forced_labels from an EXPR_LIST to an INSN_LISTdmalcolm2014-08-281-3/+3
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTdmalcolm2014-08-281-3/+3
* gcc/rsandifo2014-08-281-26/+26
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listdmalcolm2014-08-271-3/+3
* Use rtx_expr_list for expr_status.x_forced_labelsdmalcolm2014-08-271-5/+4
* reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)dmalcolm2014-08-221-89/+96
* Convert various rtx to rtx_note *dmalcolm2014-08-191-1/+2
* gcc/rsandifo2014-06-111-15/+0
* gcc/rsandifo2014-06-111-2/+4
* Improve reload code generation by ignoring init insns for reloads.bernds2014-05-211-37/+64
* PR target/57935amodra2014-02-261-2/+5
* PR middle-end/52306law2014-02-101-2/+11
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate last_basic_block macro.dmalcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.steven2013-11-131-1/+2
* gcc:amylaar2013-10-301-29/+44
* PR rtl-optimization/58369law2013-10-301-1/+39
* Fix a miscompilation where a reload reg is reused after it has been clobbered.bernds2013-10-151-0/+8
* gcc/rsandifo2013-09-281-1/+1
* gcc/rsandifo2013-09-271-0/+1
* gcc/rsandifo2013-09-091-1/+3
* gcc/rsandifo2013-09-091-1/+1
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-12/+12
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-6/+4
* * reload1.c (init_reload): Only initialize reload_obstackjakub2013-01-211-2/+5
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-17/+12
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* PR rtl-optimization/54290ebotcazou2012-09-211-6/+10
* * reload1.c (choose_reload_regs): Add missing #ifdef/#endif pair.ebotcazou2012-09-201-1/+4
* PR rtl-optimization/54290ebotcazou2012-09-191-17/+33
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-6/+3
* 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-08-231-12/+3
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-1/+2
* * reload1.c (replaced_subreg, gen_reload): Addbernds2012-08-111-1/+6