aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-11[misched] Fix a truncation issue from r263021.Chad Rosier1-1/+1
2016-03-09[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.Chad Rosier1-2/+2
2016-03-05Add DAG mutation interface to the post-RA schedulerKrzysztof Parzyszek1-6/+11
2016-02-27CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFCDuncan P. N. Exon Smith1-1/+1
2016-02-27CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFCDuncan P. N. Exon Smith1-9/+8
2016-01-20MachineScheduler: Add a command line option to disable post scheduler.Chad Rosier1-1/+9
2016-01-20MachineScheduler: Honor optnone functions in the pre-ra scheduler.Chad Rosier1-0/+3
2016-01-20MachineScheduler: Allow independent scheduling of sub register defsMatthias Braun1-43/+104
2016-01-20RegisterPressure: Make liveness tracking subregister awareMatthias Braun1-12/+12
2015-12-16MachineScheduler: Add a target hook for deciding which RegPressure sets toTom Stellard1-7/+19
2015-11-13MachineScheduler: Print initial pressure in debug dumpMatthias Braun1-0/+7
2015-11-13MachineScheduler: Improve debug output for "only one node in readyset"Matthias Braun1-2/+2
2015-11-06MachineScheduler: Add regpressure information to debug dumpMatthias Braun1-6/+30
2015-11-03ScheduleDAGInstrs: Remove IsPostRA flag; NFCMatthias Braun1-16/+14
2015-10-29Revert "ScheduleDAGInstrs: Remove IsPostRA flag"Matthias Braun1-14/+16
2015-10-29MachineScheduler: Fix typo in debug messageMatthias Braun1-1/+1
2015-10-29ScheduleDAGInstrs: Remove IsPostRA flagMatthias Braun1-16/+14
2015-10-29MachineScheduler: Use ranged for and slightly simplify the codeMatthias Braun1-11/+12
2015-10-27Make the SelectionDAG graph printer use SDNode::PersistentId labels.James Y Knight1-5/+0
2015-10-22MachineScheduler: Add a way to disable the 'ReduceLatency' heuristicMatthias Braun1-2/+2
2015-10-09CodeGen: Continue removing ilist iterator implicit conversionsDuncan P. N. Exon Smith1-5/+5
2015-09-18Make MachineScheduler debug output less confusing.James Y Knight1-5/+26
2015-09-17Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move L...Matthias Braun1-4/+4
2015-09-17RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to Pressu...Matthias Braun1-4/+4
2015-09-17MachineScheduler: Provide an option for node hiding cutoff and disable it by ...Matthias Braun1-1/+9
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-3/+3
2015-08-18Fix three typos in comments; "easilly" -> "easily".Nick Lewycky1-1/+1
2015-07-20MachineScheduler: Restrict macroop fusion to data-dependent instructions.Matthias Braun1-9/+33
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-3/+3
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-3/+3
2015-06-19Fix "the the" in comments.Eric Christopher1-1/+1
2015-06-15[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.Sanjoy Das1-1/+1
2015-06-13Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...Matthias Braun1-1/+1
2015-05-17MachineScheduler debug output clarity.Andrew Trick1-2/+3
2015-05-17RegisterPressureTracker: reword stale comments.Andrew Trick1-2/+1
2015-03-27Complete the MachineScheduler fix made way back in r210390.Andrew Trick1-2/+2
2015-03-11Remove useMachineScheduler and replace it with subtarget optionsEric Christopher1-0/+11
2015-01-27The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher1-3/+1
2015-01-19[MIScheduler] Slightly better handling of constrainLocalCopy when both source...Michael Kuperstein1-4/+7
2014-12-13Rename argument strings of codegen passes to avoid collisions with command lineAkira Hatanaka1-2/+2
2014-12-12Reapply "[MachineScheduler] Fix for PR21807: minor code difference building w...Andrea Di Biagio1-1/+3
2014-12-12Revert: [MachineScheduler] Fix for PR21807: minor code difference building wi...Andrea Di Biagio1-3/+1
2014-12-12[MachineScheduler] Fix for PR21807: minor code difference building with/witho...Andrea Di Biagio1-1/+3
2014-10-14Access the subtarget off of the MachineFunction via the DAGEric Christopher1-9/+7
2014-10-10[MiSched] Fix a logic error in tryPressure()Hal Finkel1-2/+2
2014-08-07Debugging Utility - optional ability for dumping critical path lengthGerolf Hoflehner1-2/+16
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-5/+9
2014-07-02Revert "Revert "MachineScheduler: better book-keeping for asserts.""Chad Rosier1-7/+11
2014-07-01Move remaining LLVM_ENABLE_DUMP conditionals out of the headersAlp Toker1-2/+1