summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add default definition of EH_RETURN_DATA_REGNOtbsaunde2015-04-221-2/+0
* remove need for store_values_directlytbsaunde2015-04-181-12/+12
* Fix PR64935mkuvyrkov2015-02-191-38/+46
* [Haifa Scheduler] Fix latent bug in macro-fusion/instruction groupingjgreenhalgh2015-02-171-0/+5
* PR target/63347law2015-02-111-1/+9
* Fix scheduling undeterminism from sorting with DEBUG_INSNsmkuvyrkov2015-02-011-20/+48
* Model cache auto-prefetcher in schedulermkuvyrkov2015-01-171-0/+253
* Update copyright years.jakub2015-01-051-1/+1
* * timevar.def (TV_SCHED_FUSION): New time var.amker2014-11-141-8/+76
* gcc/ada/rsandifo2014-10-291-1/+1
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+6
* Disable max_issue when scheduling for register pressuremkuvyrkov2014-10-241-1/+4
* Remove cached_first_cycle_multipass_dfa_lookahead and cached_issue_ratemkuvyrkov2014-10-241-25/+5
* Improve scheduler dumps of ready listmkuvyrkov2014-10-241-21/+55
* Account for prologue spills in reg_pressure schedulingmkuvyrkov2014-10-241-13/+78
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* 2014-09-18 Vladimir Makarov <vmakarov@redhat.com>vmakarov2014-09-181-1/+1