summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* reload1.c (emit_input_reload_insns): Use simplify_replace_rtx instead of repl...Jakub Jelinek2016-03-181-1/+3
* re PR ada/70017 (c52103x and c52104x test failure on s390x)Eric Botcazou2016-03-011-22/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-8/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-12/+9
* Stop reload1.c warning from breaking bootstrapRichard Sandiford2015-09-101-0/+3
* re PR middle-end/55035 (reload1.c:3766:41: error: ‘orig_dup[0]’ may be us...Richard Sandiford2015-08-131-5/+7
* target-insns.def (reload_load_address): New targetm instruction pattern.Richard Sandiford2015-07-281-4/+2
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-1/+0
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* always define WORD_REGISTER_OPERATIONSTrevor Saunders2015-07-091-1/+1
* reduce conditional compilation based on AUTO_INC_DECTrevor Saunders2015-07-091-14/+6
* always define AUTO_INC_DECTrevor Saunders2015-07-091-9/+9
* target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra2015-07-081-2/+5
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-5/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-2/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Use std::swap instead of explicit swapsMikhail Maltsev2015-05-191-6/+3
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-11/+8
* type reg_equiv_init as rtx_insn_listTrevor Saunders2015-05-021-4/+4
* reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders2015-04-221-6/+4
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-5/+16
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+4
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Add a no_register_allocation target hook.Bernd Schmidt2014-11-051-0/+5
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-33/+33
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+5
* recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford2014-10-221-7/+10
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+4
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-1/+1
* use rtx_insn * moreTrevor Saunders2014-09-161-1/+1
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-3/+3
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-3/+3
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-11/+11
* Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-3/+3
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-3/+3
* reload1.c: Include rtl-iter.h.Richard Sandiford2014-08-281-26/+26
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm2014-08-271-3/+3
* Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm2014-08-271-5/+4
* reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)David Malcolm2014-08-221-89/+96
* Convert various rtx to rtx_note *David Malcolm2014-08-191-1/+2
* common.md: New file.Richard Sandiford2014-06-111-15/+0
* system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford2014-06-111-2/+4
* Improve reload code generation by ignoring init insns for reloads.Bernd Schmidt2014-05-211-37/+64
* re PR target/57935 (ICE in rs6000_secondary_reload_inner:15181, type = load)Alan Modra2014-02-271-2/+5
* re PR middle-end/52306 (ICE in cselib_record_set, at cselib.c:2158)Jeff Law2014-02-101-2/+11