aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-17Improve diff-ability of scheduler logsMaxim Kuvyrkov1-2/+4
2021-08-17Add missing entry for rank_for_schedule stats.Maxim Kuvyrkov1-3/+3
2021-08-17Improve autoprefetcher heuristic (partly fix regression in PR91598)Maxim Kuvyrkov1-1/+8
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-4/+4
2021-05-04Remove CC0Segher Boessenkool1-4/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-03-06Avoid putting a REG_NOTE on anything other than an INSN in haifa-sched.cAndrew Pinski1-0/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-09[mid-end] Add notes to dataflow insn info when re-emitting (PR92410)Matthew Malcomson1-0/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-23/+23
2019-10-01Remove clobber_highRichard Sandiford1-3/+0
2019-09-30Remove global call sets: haifa-sched.cRichard Sandiford1-5/+10
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-03-01haifa-sched: handle fallthru edge to EXIT block (PR 85899)Alexander Monakov1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-19Reset insn priority after inc/ref replacementRobin Dapp1-3/+18
2018-09-13Schedule by INSN_COST in case of tieVlad Lazar1-2/+10
2018-08-06Remaining support for clobber highAlan Hayward1-0/+3
2018-02-08PR84068, PR83459: Fix sort order of SCHED_PRESSURE_MODELWilco Dijkstra1-4/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-5/+2
2017-10-24Cleanup autopref schedulingWilco Dijkstra1-90/+14
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-3/+1
2017-10-10Allow 2 insns from sched group to issue in same cycle, if no stalls needed.James E Wilson1-4/+5
2017-10-06PR82396 workaroundWilco Dijkstra1-1/+2
2017-10-04Revert r253399:Wilco Dijkstra1-13/+88
2017-10-04Fix PR82396: qsort comparator non-negative on sorted outputWilco Dijkstra1-88/+13
2017-09-27haifa-sched: fix autopref_rank_for_schedule qsort comparatorAlexander Monakov1-9/+9
2017-09-21Rename existing insn_cost to insn_sched_costSegher Boessenkool1-7/+7
2017-07-04* haifa-sched.c (sched_create_recovery_edges): Update profile.Jan Hubicka1-1/+13
2017-06-08cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka1-2/+1
2017-05-14move several bitmaps from gc memory to the default obstack and use auto_bitmapTrevor Saunders1-16/+7
2017-04-18re PR rtl-optimization/80357 (ICE in model_update_limit_points_in_group, at h...Richard Sandiford1-1/+9
2017-01-15Make rtl_split_edge work for jumps that fall through (PR72749)Segher Boessenkool1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-26haifa-sched.c (call_used_regs_num): Rename to...Pat Haugen1-12/+19
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek1-2/+2
2016-08-28haifa-sched.c: make ready_list an auto_vec<rtx_insn *>Trevor Saunders1-6/+6
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-22/+3
2016-07-28haifa-sched.c: make twins a auto_vec<rtx_insn *>Trevor Saunders1-17/+8
2016-07-13use auto_vec for more local variablesTrevor Saunders1-11/+4
2016-01-18haifa-sched.c (autopref_multipass_init): Work around -Wmaybe-uninitialized wa...Jakub Jelinek1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-18Release memory in haifa-schedMartin Liska1-3/+10
2015-11-10[haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher looka...Kyrylo Tkachov1-1/+5