aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders1-12/+17
2016-09-22make next/prev _nonnote_insn take rtx_insn *Trevor Saunders1-11/+11
2016-04-26reorg.c (try_merge_delay_insns): Declare i and j inside the for loops rather ...Jakub Jelinek1-20/+17
2016-04-24stop using rtx_insn_list in reorg.cTrevor Saunders1-12/+11
2016-03-16re PR rtl-optimization/70224 (ICE: RTL flag check: CROSSING_JUMP_P used with ...Jeff Law1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07reorg.c (optimize_skip): Do not put frame related instructions in annulled de...Steve Ellcey1-4/+11
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+9
2015-10-26target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.Simon Dardis1-1/+2
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders1-51/+31
2015-10-07reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn listTrevor Saunders1-201/+155
2015-08-21remove another #if for HAVE_cc0Trevor Saunders1-5/+3
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-4/+12
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-12/+4
2015-07-13Fix double word typos.Aldy Hernandez1-2/+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-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+4
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford1-1/+1
2015-06-25Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford1-5/+6
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-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-66/+74
2015-05-09use rtx_insn * more in reorg.cTrevor Saunders1-5/+5
2015-05-09make stop_search_p take a rtx_insn *Trevor Saunders1-2/+2
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-2/+1
2015-05-02change local vars to rtx_insn *Trevor Saunders1-5/+7
2015-04-28always define HAVE_epilogueTrevor Saunders1-2/+0
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders1-11/+1
2015-04-22add default for INSN_REFERENCES_ARE_DELAYEDTrevor Saunders1-4/+0
2015-04-22provide default for INSN_SETS_ARE_DELAYEDTrevor Saunders1-4/+0
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-19/+7
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-24/+8
2015-04-22always define HAVE_cc0Trevor Saunders1-15/+15
2015-04-20reorg.c (try_merge_delay_insns): Improve correctness checking for targets wit...Selim Belbachir1-2/+18
2015-02-09re PR target/64761 (-freorder-blocks-and-partition causes some failures on SH)Joern Rennecke1-3/+1
2015-01-29reorg.c (relax_delay_slots): Take account of NOTE_INSN_SWITCH_TEXT_SECTIONS a...Kaz Kojima1-3/+18
2015-01-17reorg.c (fill_simple_delay_slots): If TARGET_FLAGS_REGNUM is valid...Eric Botcazou1-1/+30
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-3/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-11* reorg.c (fill_slots_from_thread): Do not copy frame-related insns.Eric Botcazou1-2/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+3
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-1/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-6/+6
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-5/+5
2014-09-15The TARGET_CAN_FOLLOW_JUMP hook takes insnsDavid Malcolm1-1/+1