aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-26Remove DEP_PRO/CON scaffoldingDavid Malcolm1-12/+12
2014-08-26insn_t becomes an rtx_insn *David Malcolm1-5/+5
2014-08-25Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm1-2/+2
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-107/+108
2014-08-22get_ebb_head_tail works with rtx_insnDavid Malcolm1-7/+8
2014-08-22haifa-sched.c: Use rtx_insnDavid Malcolm1-29/+31
2014-08-19Convert various rtx to rtx_note *David Malcolm1-1/+1
2014-08-19DEP_PRO/DEP_CON scaffoldingDavid Malcolm1-1/+1
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-20/+20
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-9/+9
2014-08-07Add statistical printout of rank_for_schedule decisionsMaxim Kuvyrkov1-27/+90
2014-08-07Fix INSN_TICK heuristic for SCHED_PRESSUREMaxim Kuvyrkov1-10/+6
2014-08-06re PR debug/61923 (-fcompare-debug errors while building Linux kernel.)Vladimir Makarov1-3/+5
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-27/+27