aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/MI
AgeCommit message (Expand)AuthorFilesLines
2016-05-10LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFCMatthias Braun1-8/+3
2016-05-06LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputsMatthias Braun1-0/+11
2016-05-03MITests: Update libdeps.NAKAMURA Takumi1-1/+2
2016-05-02Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun2-3/+309
2016-02-18Make a stub version of MITests, instead of reverting.NAKAMURA Takumi2-0/+13
2016-02-18Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...Matthias Braun2-320/+0
2016-02-16Remove an unnecessary std::move to fix -Wpessimizing-move warning.Craig Topper1-1/+1
2016-02-16MITests: Update libdeps. llvm/Target/TargetOptions.h depends on MC.NAKAMURA Takumi1-0/+1
2016-02-15unittests/MI: Add Core library referenceMatthias Braun1-0/+1
2016-02-15Fix typo in LiveIntervalTestMatthias Braun1-1/+1
2016-02-15Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun2-0/+318