summaryrefslogtreecommitdiff
path: root/unittests/MI
AgeCommit message (Expand)Author
2018-02-26[LiveIntervals] Handle moving up dead partial writeTim Renouf
2018-01-31Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi
2017-12-13Remove redundant includes from unittests.Michael Zolotukhin
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-06-15UnitTests: Followup to 305519Matthias Braun
2017-06-15UnitTests: Replace some if(x)report_fatal_error() with EXPECT_TRUE(!x)Matthias Braun
2017-06-06UnitTests: Do not use assert() for error checkingMatthias Braun
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-06-06CodeGen: Refactor MIR parsingMatthias Braun
2017-03-11Fix subreg value numbers in handleMoveUpStanislav Mekhanoshin
2017-02-23Test if we can use raw strings on all platforms compiling LLVM.Matthias Braun
2016-08-24CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-24MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASSMatthias Braun
2016-08-23Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-07-26MIRParser: Use dot instead of colon to mark subregistersMatthias Braun
2016-07-26LiveIntervalAnalysis: Fix handleMoveDown() problemMatthias Braun
2016-06-11LiveIntervalAnalysis: findLastUseBefore() must ignore undef uses.Matthias Braun
2016-05-24LiveIntervalAnalysis: Fix handleMove() re-using the wrong value numberMatthias Braun
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-05-10Appease MSVCMatthias Braun
2016-05-10LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFCMatthias Braun
2016-05-06LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputsMatthias Braun
2016-05-03MITests: Update libdeps.NAKAMURA Takumi
2016-05-02Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun
2016-02-18Make a stub version of MITests, instead of reverting.NAKAMURA Takumi
2016-02-18Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...Matthias Braun
2016-02-16Remove an unnecessary std::move to fix -Wpessimizing-move warning.Craig Topper
2016-02-16MITests: Update libdeps. llvm/Target/TargetOptions.h depends on MC.NAKAMURA Takumi
2016-02-15unittests/MI: Add Core library referenceMatthias Braun
2016-02-15Fix typo in LiveIntervalTestMatthias Braun
2016-02-15Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun