summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/Generic
AgeCommit message (Expand)Author
2017-07-07[RegAllocFast] Add the proper initialize method to use the .mir infrastructureQuentin Colombet
2017-06-29Remove redundant copy in recurrencesTaewook Oh
2017-06-06 Vivek Pandya
2017-06-06CodeGen: Refactor MIR parsingMatthias Braun
2017-06-02[RABasic] Properly initialize the passQuentin Colombet
2017-05-31TargetMachine: Indicate whether machine verifier passes.Matthias Braun
2017-05-24Move machine-cse-physreg.mir to test/CodeGen/ThumbKrzysztof Parzyszek
2017-05-24MachineCSE: Respect interblock physreg livenessMikael Holmen
2017-05-05MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun
2017-05-01MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFCMatthias Braun
2017-04-11MIR: Allow parsing of empty machine functionsJustin Bogner
2017-03-19Moving the test to x86 because other architectures do not suport regcall call...Oren Ben Simhon
2017-03-19[MIR] Support Customed Register Mask and CSRsOren Ben Simhon
2017-02-22MIRTests: Remove unnecessary 2>&1 redirectionMatthias Braun
2016-11-18[MIRPrinter] XFAIL test for powerpcGeoff Berry
2016-11-18[MIRPrinter] Print raw branch probabilities as expected by MIRParserGeoff Berry
2016-11-14RegAllocGreedy: Properly initialize this pass, so that -run-pass will workTom Stellard
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-08-02[GlobalISel] Add Selected MachineFunction property.Ahmed Bougacha
2016-08-02[GlobalISel] Add RegBankSelected MachineFunction property.Ahmed Bougacha
2016-08-02[GlobalISel] Add Legalized MachineFunction property.Ahmed Bougacha
2016-07-16llc: Add support for -run-pass noneMatthias Braun
2016-07-13[MIR] Print on the given output instead of stderr.Quentin Colombet
2016-07-08PeepholeOptimizer: Make pass name match DEBUG_TYPEMatt Arsenault
2016-06-10[llc] Add support for several run-pass options.Quentin Colombet
2016-06-09[llc] Remove exit-on-error flag from MIR tests (PR27770)Diana Picus
2016-05-16[llc] New diagnostic handlerRenato Golin
2016-05-14Revert "[llc] New diagnostic handler"Renato Golin
2016-05-14[llc] New diagnostic handlerRenato Golin
2016-05-13Revert "[llc] New diagnostic handler"Renato Golin
2016-05-13[llc] New diagnostic handlerRenato Golin
2016-02-19When printing MIR, output to errs() rather than outs().Justin Lebar
2015-08-13MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz
2015-08-04Move generic MIR tests in their own subdir, requires "native" as wellMehdi Amini