summaryrefslogtreecommitdiff
path: root/gcc/sel-sched.c
AgeCommit message (Expand)Author
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-09-30Remove global call sets: sel-sched.cRichard Sandiford
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-05-09sel-sched: allow negative insn priority (PR 88879)Alexander Monakov
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-18re PR rtl-optimization/89676 (Redundant moves for long long shift on 32bit x86)Andrey Belevantsev
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-06df-problems.c (df_rd_local_compute): Use bitmap_release.Richard Biener
2018-09-08re PR rtl-optimization/85458 (FAIL: gcc.dg/pr83480.c (internal compiler error))John David Anglin
2018-04-12sel-sched: move cleanup_cfg before calculate_dominance_info (PR 85354)Alexander Monakov
2018-04-09re PR rtl-optimization/83530 (ICE in reset_sched_cycles_in_current_ebb, at se...Andrey Belevantsev
2018-01-03Update copyright years.Jakub Jelinek
2017-12-26sel-sched: fix zero-usefulness case in sel_rank_for_schedule (PR 83513)Alexander Monakov
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub 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-21re PR target/79570 (ICE in sel-sched-ir.c:4534 in pr69956.c)Jakub Jelinek
2017-01-01Update 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-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-03-15re PR rtl-optimization/63384 (scheduler loops on endless fence list with -fse...Andrey Belevantsev
2016-03-12re PR rtl-optimization/69307 (wrong code with -O2 -fselective-scheduling @ ar...Andrey Belevantsev
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-08-13ira-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-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod