aboutsummaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
AgeCommit message (Expand)Author
2019-04-02sel-sched: fixup reset of first_insn (PR 85876)Andrey Belevantsev
2019-04-01sel-sched: correct reset of reset_sched_cycles_p (PR 85412)Andrey Belevantsev
2019-03-18 PR middle-end/89676Andrey Belevantsev
2019-01-112019-01-11 Steve Ellcey <sellcey@marvell.com>Steve Ellcey
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-062018-12-06 Richard Biener <rguenther@suse.de>Richard Biener
2018-09-08 PR rtl-optimization/85458John David Anglin
2018-04-12sel-sched: move cleanup_cfg before calculate_dominance_info (PR 85354)Alexander Monakov
2018-04-09 PR rtl-optimization/83530Andrey Belevantsev
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-26sel-sched: fix zero-usefulness case in sel_rank_for_schedule (PR 83513)Alexander Monakov
2017-12-19 * read-rtl.c (parse_reg_note_name): Replace Yoda conditions withJakub Jelinek
2017-12-13sel-sched: fix sel_rank_for_schedule for qsort (PR 82398)Alexander Monakov
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-12Make more use of REG_NREGSRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford
2017-02-21 PR target/79570Jakub Jelinek
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-26[regrename][sel-sched] Fix bogus use of HARD_FRAME_POINTER_REGNUM (was: Fix a...Kyrylo Tkachov
2016-09-23 * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,Jakub Jelinek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-03-15gcc/Andrey Belevantsev
2016-03-12 PR rtl-optimization/69307Andrey Belevantsev
2016-02-11 * cgraph.c: Spelling fixes - behaviour -> behavior andJakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-08-13 * ira-int.h: Include recog.h.Andrew Macleod
2015-08-07Add alternative_mask to ira_implicitly_set_insn_hard_regsH.J. Lu
2015-07-09use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER lessTrevor Saunders
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-06gcc/Richard Sandiford
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-19gcc/Richard Sandiford
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev
2015-05-07gcc/Richard Sandiford
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders
2015-04-28add default for HARD_REGNO_RENAME_OKTrevor Saunders
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-10-29gcc/ada/Richard Sandiford
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-22gcc/Richard Sandiford
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-09-15Instruction attributes take an rtx_insn *David Malcolm