summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)Author
2020-03-06Avoid putting a REG_NOTE on anything other than an INSN in haifa-sched.cAndrew Pinski
2020-01-01Update copyright years.Jakub Jelinek
2019-12-09[mid-end] Add notes to dataflow insn info when re-emitting (PR92410)Matthew Malcomson
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-30Remove global call sets: haifa-sched.cRichard Sandiford
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-03-01haifa-sched: handle fallthru edge to EXIT block (PR 85899)Alexander Monakov
2019-01-01Update copyright years.Jakub Jelinek
2018-10-19Reset insn priority after inc/ref replacementRobin Dapp
2018-09-13Schedule by INSN_COST in case of tieVlad Lazar
2018-08-06Remaining support for clobber highAlan Hayward
2018-02-08PR84068, PR83459: Fix sort order of SCHED_PRESSURE_MODELWilco Dijkstra
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-24Cleanup autopref schedulingWilco Dijkstra
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-10-10Allow 2 insns from sched group to issue in same cycle, if no stalls needed.James E Wilson
2017-10-06PR82396 workaroundWilco Dijkstra
2017-10-04Revert r253399:Wilco Dijkstra
2017-10-04Fix PR82396: qsort comparator non-negative on sorted outputWilco Dijkstra
2017-09-27haifa-sched: fix autopref_rank_for_schedule qsort comparatorAlexander Monakov
2017-09-21Rename existing insn_cost to insn_sched_costSegher Boessenkool
2017-07-04* haifa-sched.c (sched_create_recovery_edges): Update profile.Jan Hubicka
2017-06-08cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka
2017-05-14move several bitmaps from gc memory to the default obstack and use auto_bitmapTrevor Saunders
2017-04-18re PR rtl-optimization/80357 (ICE in model_update_limit_points_in_group, at h...Richard Sandiford
2017-01-15Make rtl_split_edge work for jumps that fall through (PR72749)Segher Boessenkool
2017-01-01Update copyright years.Jakub Jelinek
2016-10-26haifa-sched.c (call_used_regs_num): Rename to...Pat Haugen
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek
2016-08-28haifa-sched.c: make ready_list an auto_vec<rtx_insn *>Trevor Saunders
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders
2016-07-28haifa-sched.c: make twins a auto_vec<rtx_insn *>Trevor Saunders
2016-07-13use auto_vec for more local variablesTrevor Saunders
2016-01-18haifa-sched.c (autopref_multipass_init): Work around -Wmaybe-uninitialized wa...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-11-18Release memory in haifa-schedMartin Liska
2015-11-10[haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher looka...Kyrylo Tkachov
2015-11-09Change behavior of -fsched-verbose optionNikolai Bozhenov
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov
2015-08-19remove useless typedefsTrevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod