summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MI/LiveIntervalTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix subreg value numbers in handleMoveUpStanislav Mekhanoshin2017-03-111-0/+18
* Test if we can use raw strings on all platforms compiling LLVM.Matthias Braun2017-02-231-126/+126
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-241-3/+3
* MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASSMatthias Braun2016-08-241-1/+1
* Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith2016-08-231-1/+2
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-2/+1
* Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun2016-08-231-1/+2
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-231-2/+1
* MIRParser: Use dot instead of colon to mark subregistersMatthias Braun2016-07-261-4/+4
* LiveIntervalAnalysis: Fix handleMoveDown() problemMatthias Braun2016-07-261-62/+91
* LiveIntervalAnalysis: findLastUseBefore() must ignore undef uses.Matthias Braun2016-06-111-0/+24
* LiveIntervalAnalysis: Fix handleMove() re-using the wrong value numberMatthias Braun2016-05-241-2/+24
* Delete Reloc::Default.Rafael Espindola2016-05-181-1/+1
* Appease MSVCMatthias Braun2016-05-101-0/+1
* LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFCMatthias Braun2016-05-101-8/+3
* LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputsMatthias Braun2016-05-061-0/+11
* Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun2016-05-021-3/+304
* Make a stub version of MITests, instead of reverting.NAKAMURA Takumi2016-02-181-0/+6
* Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...Matthias Braun2016-02-181-306/+0
* Remove an unnecessary std::move to fix -Wpessimizing-move warning.Craig Topper2016-02-161-1/+1
* Fix typo in LiveIntervalTestMatthias Braun2016-02-151-1/+1
* Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun2016-02-151-0/+306
OpenPOWER on IntegriCloud