summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
AgeCommit message (Expand)Author
2020-08-24reorg.c (fill_slots_from_thread): Improve for TARGET_FLAGS_REGNUMHans-Peter Nilsson
2020-03-13Fix incorrect filling of delay slots in branchy code at -O2Eric Botcazou
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-01Remove clobber_highRichard Sandiford
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-04-03re PR rtl-optimization/81025 (gcc ICE while building glibc for MIPS soft-floa...Jeff Law
2019-01-09PR other/16615 [4/5]Sandra Loosemore
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-10-02reorg.c (make_return_insns): Use emit_copy_of_insn_after for the insns in the...Eric Botcazou
2018-08-06Remaining support for clobber highAlan Hayward
2018-03-02reorg.c (stop_search_p): Handle DEBUG_INSN.Jeff Law
2018-02-26re PR rtl-optimization/83496 (wrong code generated with -Os -mbranch-cost=1)Eric Botcazou
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21[-fcompare-debug] retain insn locations when turning dbr seq into returnAlexandre Oliva
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-11-22re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka
2017-06-15re PR rtl-optimization/80474 (ipa-cp wrongly adding LO(symbol) twice)Eric Botcazou
2017-05-15reorg.c (relax_delay_slots): Create a new variable to hold the temporary targ...Jeff Law
2017-01-01Update copyright years.Jakub Jelinek
2016-11-02remove cast to rtx_insn * in remove_noteTrevor Saunders
2016-11-02split up the trial variable in reorg.c:relax_delay_slots to use rtx_insn * moreTrevor Saunders
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-22make next/prev active_insn and active_insn_p take rtx_insn *Trevor Saunders
2016-09-22make next/prev _nonnote_insn take rtx_insn *Trevor Saunders
2016-04-26reorg.c (try_merge_delay_insns): Declare i and j inside the for loops rather ...Jakub Jelinek
2016-04-24stop using rtx_insn_list in reorg.cTrevor Saunders
2016-03-16re PR rtl-optimization/70224 (ICE: RTL flag check: CROSSING_JUMP_P used with ...Jeff Law
2016-01-04Update copyright years.Jakub Jelinek
2015-12-07reorg.c (optimize_skip): Do not put frame related instructions in annulled de...Steve Ellcey
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-26target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook.Simon Dardis
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders
2015-10-07reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn listTrevor Saunders
2015-08-21remove another #if for HAVE_cc0Trevor Saunders
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-30defaults.h (HAVE_epilogue, [...]): Delete.Richard Sandiford
2015-06-25Makefile.in (TARGET_DEF): Add target-insns.def.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod