aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Stop reload1.c warning from breaking bootstrapRichard Sandiford1-0/+3
2015-08-13re PR middle-end/55035 (reload1.c:3766:41: error: ‘orig_dup[0]’ may be us...Richard Sandiford1-5/+7
2015-07-28target-insns.def (reload_load_address): New targetm instruction pattern.Richard Sandiford1-4/+2
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-1/+1
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-14/+6
2015-07-09always define AUTO_INC_DECTrevor Saunders1-9/+9
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-2/+5
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-2/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-6/+3
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-11/+8
2015-05-02type reg_equiv_init as rtx_insn_listTrevor Saunders1-4/+4
2015-04-22reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTERTrevor Saunders1-6/+4
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-05Add a no_register_allocation target hook.Bernd Schmidt1-0/+5
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-33/+33
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-7/+10
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-1/+1
2014-09-16use rtx_insn * moreTrevor Saunders1-1/+1
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-3/+3
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-3/+3
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-11/+11
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-3/+3
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-3/+3
2014-08-28reload1.c: Include rtl-iter.h.Richard Sandiford1-26/+26
2014-08-27rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm1-3/+3
2014-08-27Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm1-5/+4
2014-08-22reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)David Malcolm1-89/+96
2014-08-19Convert various rtx to rtx_note *David Malcolm1-1/+2
2014-06-11common.md: New file.Richard Sandiford1-15/+0
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-2/+4
2014-05-21Improve reload code generation by ignoring init insns for reloads.Bernd Schmidt1-37/+64
2014-02-27re PR target/57935 (ICE in rs6000_secondary_reload_inner:15181, type = load)Alan Modra1-2/+5
2014-02-10re PR middle-end/52306 (ICE in cselib_record_set, at cselib.c:2158)Jeff Law1-2/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1