summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* haifa-sched.c (call_used_regs_num): Rename to...Pat Haugen2016-10-261-12/+19
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek2016-09-231-2/+2
* haifa-sched.c: make ready_list an auto_vec<rtx_insn *>Trevor Saunders2016-08-281-6/+6
* merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders2016-07-281-22/+3
* haifa-sched.c: make twins a auto_vec<rtx_insn *>Trevor Saunders2016-07-281-17/+8
* use auto_vec for more local variablesTrevor Saunders2016-07-131-11/+4
* haifa-sched.c (autopref_multipass_init): Work around -Wmaybe-uninitialized wa...Jakub Jelinek2016-01-181-2/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Release memory in haifa-schedMartin Liska2015-11-181-3/+10
* [haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher looka...Kyrylo Tkachov2015-11-101-1/+5
* Change behavior of -fsched-verbose optionNikolai Bozhenov2015-11-091-13/+7
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-3/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-7/+6
* [PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law2015-10-201-0/+1
* [haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov2015-10-191-15/+153
* remove useless typedefsTrevor Saunders2015-08-191-1/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+3
* target-insns.def (jump): New targetm instruction pattern.Richard Sandiford2015-06-301-2/+3
* hash-traits.h (free_ptr_hash): New class.Richard Sandiford2015-06-251-2/+1
* hash-table.h: Update comments.Richard Sandiford2015-06-251-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-10/+6
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford2015-05-191-6/+2
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-2/+1
* make several functions in the scheduler take rtx_insn *Trevor Saunders2015-05-021-15/+15
* change local vars to rtx_insn *Trevor Saunders2015-05-021-2/+1
* make some HAVE_cc0 code always compiledTrevor Saunders2015-04-221-2/+1
* always define HAVE_cc0Trevor Saunders2015-04-221-1/+1
* add default definition of EH_RETURN_DATA_REGNOTrevor Saunders2015-04-221-2/+0
* remove need for store_values_directlyTrevor Saunders2015-04-181-12/+12
* re PR debug/64935 (compare debug failure during building of Linux kernel)Maxim Kuvyrkov2015-02-191-38/+46
* [Haifa Scheduler] Fix latent bug in macro-fusion/instruction groupingJames Greenhalgh2015-02-171-0/+5
* re PR target/63347 (m68k misoptimisation with -fschedule-insns)Jeff Law2015-02-111-1/+9
* Fix scheduling undeterminism from sorting with DEBUG_INSNsMaxim Kuvyrkov2015-02-011-20/+48
* Model cache auto-prefetcher in schedulerMaxim Kuvyrkov2015-01-171-0/+253
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng2014-11-141-8/+76
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+6
* Disable max_issue when scheduling for register pressureMaxim Kuvyrkov2014-10-241-1/+4
* Remove cached_first_cycle_multipass_dfa_lookahead and cached_issue_rateMaxim Kuvyrkov2014-10-241-25/+5
* Improve scheduler dumps of ready listMaxim Kuvyrkov2014-10-241-21/+55
* Account for prologue spills in reg_pressure schedulingMaxim Kuvyrkov2014-10-241-13/+78
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* re PR debug/63285 (-fcompare-debug scheduler related failure)Vladimir Makarov2014-09-181-1/+1