aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-02reorg.c (make_return_insns): Use emit_copy_of_insn_after for the insns in the...Eric Botcazou1-10/+5
2018-08-06Remaining support for clobber highAlan Hayward1-9/+18
2018-03-02reorg.c (stop_search_p): Handle DEBUG_INSN.Jeff Law1-5/+23
2018-02-26re PR rtl-optimization/83496 (wrong code generated with -Os -mbranch-cost=1)Eric Botcazou1-17/+21
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21[-fcompare-debug] retain insn locations when turning dbr seq into returnAlexandre Oliva1-2/+7
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-11-22re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou1-3/+4
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-1/+2
2017-06-15re PR rtl-optimization/80474 (ipa-cp wrongly adding LO(symbol) twice)Eric Botcazou1-9/+2
2017-05-15reorg.c (relax_delay_slots): Create a new variable to hold the temporary targ...Jeff Law1-6/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-02remove cast to rtx_insn * in remove_noteTrevor Saunders1-2/+2
2016-11-02split up the trial variable in reorg.c:relax_delay_slots to use rtx_insn * moreTrevor Saunders1-10/+9
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-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