aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PostRASchedulerList.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-11-07PostRAScheduler - fix uninitialized variable warning. NFCI.Simon Pilgrim1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-19ScheduleDAG: Cleanup dumping code; NFCMatthias Braun1-8/+4
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-21/+23
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-1/+0
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-2/+2
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-05-27ScheduleDAGInstrs: Fix fixupKills()Matthias Braun1-1/+1
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-1/+1
2017-01-28Cleanup dump() functions.Matthias Braun1-1/+1
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-1/+1
2016-07-01CodeGen: Use MachineInstr& in PostRASchedulerList, NFCDuncan P. N. Exon Smith1-6/+6
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-1/+1
2016-05-19CodeGen: Move check of EnablePostRAScheduler to avoid disabling antidependen...Mitch Bodart1-11/+12
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun1-0/+1
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+1
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff1-0/+5
2016-03-08Invoke DAG postprocessing in the post-RA schedulerKrzysztof Parzyszek1-0/+2
2016-03-05Add DAG mutation interface to the post-RA schedulerKrzysztof Parzyszek1-0/+13
2016-02-27CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith1-3/+3
2015-11-06MachineScheduler: Add regpressure information to debug dumpMatthias Braun1-2/+6
2015-11-03ScheduleDAGInstrs: Remove IsPostRA flag; NFCMatthias Braun1-1/+1
2015-10-09CodeGen: Use range-based for in PostRAScheduler, NFCDuncan P. N. Exon Smith1-12/+11
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-2/+2
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-13Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...Matthias Braun1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-01-27The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher1-3/+1
2014-10-29Whitespace.NAKAMURA Takumi1-5/+5
2014-10-14Grab the subtarget and subtarget dependent variables off ofEric Christopher1-4/+2
2014-08-20Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...Alexey Samsonov1-11/+10
2014-08-20Fix null reference creation in ScheduleDAGInstrs constructor call.Alexey Samsonov1-1/+1
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-3/+5
2014-07-15Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel1-3/+20
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-10/+10
2014-03-31Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson1-0/+3
2014-03-23remove a bunch of unused private methodsNuno Lopes1-1/+0
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-10/+10