summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/aantidep-def-ec.mir
AgeCommit message (Expand)Author
2017-03-19CalleeSavedRegister was removed from MIR and is recalculated upon MIR parsing.Oren Ben Simhon
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-24MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing itMatthias Braun
2016-08-24MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun
2016-08-24MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.Matthias Braun
2016-04-04test: Always treat .mir files as tests even outside of CodeGen/MIRMatthias Braun
2015-08-31[AggressiveAntiDepBreaker] Check for EarlyClobber on defining instructionHal Finkel