summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* * reload1.c (emit_input_reload_insns): Use simplify_replace_rtxjakub2016-03-181-1/+3
* PR ada/70017ebotcazou2016-03-011-22/+0
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-8/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-12/+9
* Stop reload1.c warning from breaking bootstraprsandifo2015-09-101-0/+3
* gcc/rsandifo2015-08-131-5/+7
* gcc/rsandifo2015-07-281-4/+2
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-1/+0
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* always define WORD_REGISTER_OPERATIONStbsaunde2015-07-091-1/+1
* reduce conditional compilation based on AUTO_INC_DECtbsaunde2015-07-091-14/+6
* always define AUTO_INC_DECtbsaunde2015-07-091-9/+9
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-081-2/+5
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-11/+4
* Use std::swap instead of manual swaps.miyuki2015-06-221-5/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* gcc/rsandifo2015-06-061-2/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Use std::swap instead of explicit swapsmiyuki2015-05-191-6/+3
* gcc/rsandifo2015-05-071-11/+8
* type reg_equiv_init as rtx_insn_listtbsaunde2015-05-021-4/+4
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERtbsaunde2015-04-221-6/+4
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-5/+16
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+4
* 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