aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-09Change behavior of -fsched-verbose optionNikolai Bozhenov1-13/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov1-15/+153
2015-08-19remove useless typedefsTrevor Saunders1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+3
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-2/+3
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-2/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-10/+6
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-05-19bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford1-6/+2
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-2/+1
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders1-15/+15
2015-05-02change local vars to rtx_insn *Trevor Saunders1-2/+1
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-2/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-04-22add default definition of EH_RETURN_DATA_REGNOTrevor Saunders1-2/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-12/+12
2015-02-19re PR debug/64935 (compare debug failure during building of Linux kernel)Maxim Kuvyrkov1-38/+46
2015-02-17[Haifa Scheduler] Fix latent bug in macro-fusion/instruction groupingJames Greenhalgh1-0/+5
2015-02-11re PR target/63347 (m68k misoptimisation with -fschedule-insns)Jeff Law1-1/+9
2015-02-01Fix scheduling undeterminism from sorting with DEBUG_INSNsMaxim Kuvyrkov1-20/+48
2015-01-17Model cache auto-prefetcher in schedulerMaxim Kuvyrkov1-0/+253
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-14timevar.def (TV_SCHED_FUSION): New time var.Bin Cheng1-8/+76
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+6
2014-10-24Disable max_issue when scheduling for register pressureMaxim Kuvyrkov1-1/+4
2014-10-24Remove cached_first_cycle_multipass_dfa_lookahead and cached_issue_rateMaxim Kuvyrkov1-25/+5
2014-10-24Improve scheduler dumps of ready listMaxim Kuvyrkov1-21/+55
2014-10-24Account for prologue spills in reg_pressure schedulingMaxim Kuvyrkov1-13/+78
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-18re PR debug/63285 (-fcompare-debug scheduler related failure)Vladimir Makarov1-1/+1
2014-09-05Use rtx_insn_list within haifa-sched.cDavid Malcolm1-15/+14
2014-09-05Return type of get_ready_elementDavid Malcolm1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-6/+6
2014-08-28Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insnDavid Malcolm1-1/+1
2014-08-27Use rtx_insn_list in various placesDavid Malcolm1-28/+30
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-6/+6
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-2/+3
2014-08-26Various scheduling strengtheningsDavid Malcolm1-64/+65
2014-08-26Use rtx_insn in more places in haifa-sched.cDavid Malcolm1-2/+2
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-9/+9