summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2018-01-031-1/+1
* [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersaoliva2017-12-121-1/+1
* [SFN] boilerplate changes in preparation to introduce nonbind markersaoliva2017-12-121-2/+2
* * asan.c (create_cond_insert_point): Maintain profile.hubicka2017-11-031-5/+2
* Cleanup autopref schedulingwilco2017-10-241-90/+14
* * asan.c (create_cond_insert_point): Do not update edge count.hubicka2017-10-191-3/+1
* Allow 2 insns from sched group to issue in same cycle, if no stalls needed.wilson2017-10-111-4/+5
* PR82396 workaroundwilco2017-10-061-1/+2
* Revert r253399:wilco2017-10-041-13/+88
* Fix PR82396: qsort comparator non-negative on sorted outputwilco2017-10-041-88/+13
* haifa-sched: fix autopref_rank_for_schedule qsort comparatoramonakov2017-09-271-9/+9
* Rename existing insn_cost to insn_sched_costsegher2017-09-211-7/+7
* * haifa-sched.c (sched_create_recovery_edges): Update profile.hubicka2017-07-041-1/+13
* * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partitionhubicka2017-06-081-2/+1
* move several bitmaps from gc memory to the default obstack and use auto_bitmaptbsaunde2017-05-141-16/+7
* gcc/law2017-04-181-1/+9
* Make rtl_split_edge work for jumps that fall through (PR72749)segher2017-01-151-1/+1
* Update copyright years.jakub2017-01-011-1/+1
* * haifa-sched.c (call_used_regs_num): Rename to...pthaugen2016-10-261-12/+19
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,jakub2016-09-231-2/+2
* haifa-sched.c: make ready_list an auto_vec<rtx_insn *>tbsaunde2016-08-281-6/+6
* merge adjust_cost and adjust_cost_2 target hookstbsaunde2016-07-281-22/+3
* haifa-sched.c: make twins a auto_vec<rtx_insn *>tbsaunde2016-07-281-17/+8
* use auto_vec for more local variablestbsaunde2016-07-131-11/+4
* * haifa-sched.c (autopref_multipass_init): Work aroundjakub2016-01-181-2/+2
* Update copyright years.jakub2016-01-041-1/+1
* Release memory in haifa-schedmarxin2015-11-181-3/+10
* [haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher looka...ktkachov2015-11-101-1/+5
* Change behavior of -fsched-verbose optionlaw2015-11-091-13/+7
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-3/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-7/+6
* [PATCH] Move RTL printing code from sched-vis.c into print-rtl.claw2015-10-211-0/+1
* [haifa-sched] model load/store multiples properly in autoprefetcher schedulingktkachov2015-10-191-15/+153
* remove useless typedefstbsaunde2015-08-191-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-8/+3
* gcc/rsandifo2015-06-301-2/+3
* gcc/rsandifo2015-06-251-2/+1
* gcc/rsandifo2015-06-251-2/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-4/+0
* gcc/rsandifo2015-06-061-10/+6
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-1/+0
* gcc/rsandifo2015-05-191-6/+2
* gcc/rsandifo2015-05-191-2/+1
* make several functions in the scheduler take rtx_insn *tbsaunde2015-05-021-15/+15
* change local vars to rtx_insn *tbsaunde2015-05-021-2/+1
* make some HAVE_cc0 code always compiledtbsaunde2015-04-221-2/+1
* always define HAVE_cc0tbsaunde2015-04-221-1/+1