aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-13reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs appearing i...Jeff Law1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-20re PR target/48551 (Following source code crashes the c++ compiler on coldfir...Jeff Law1-5/+4
2016-11-04defaults.h (LOAD_EXTEND_OP): Define if not already defined.Eric Botcazou1-6/+4
2016-11-02split up some variables to use rtx_insn * moreTrevor Saunders1-5/+4
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-3/+3
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+1
2016-09-09tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.Bernd Edlinger1-40/+7
2016-08-28make forced labels a vecTrevor Saunders1-3/+4
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-5/+5
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-3/+1
2016-06-18re PR bootstrap/71435 (sparc bootstrap failure since r235625)Eric Botcazou1-12/+11
2016-04-29avr-related reload fix from Senthil Kumar SelvarajBernd Schmidt1-5/+8
2016-03-18reload1.c (emit_input_reload_insns): Use simplify_replace_rtx instead of repl...Jakub Jelinek1-1/+3
2016-03-01re PR ada/70017 (c52103x and c52104x test failure on s390x)Eric Botcazou1-22/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+9
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