summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/AArch64
AgeCommit message (Expand)Author
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[mir] Print/Parse both MOLoad and MOStore when they occur together.Daniel Sanders
2017-11-02[AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih
2017-10-24MIR: Print the register class or bank in vreg defsJustin Bogner
2017-10-18Canonicalize a large number of mir tests using update_mir_test_checksJustin Bogner
2017-09-28MIR: Serialize CaleeSavedInfo Restored flagMatthias Braun
2017-07-20Add an ID field to StackObjectsMatt Arsenault
2017-07-14[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1)Geoff Berry
2017-07-13[MIR] Add support for printing and parsing target MMO flagsGeoff Berry
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-06-06 Vivek Pandya
2017-06-06CodeGen: Refactor MIR parsingMatthias Braun
2017-02-13MIR: parse & print the atomic parts of a MachineMemOperand.Tim Northover
2017-01-18MIRParser: Allow regclass specification on operandMatthias Braun
2017-01-05[AArch64] Fold some filled/spilled subreg COPYsGeoff Berry
2016-12-22[GlobalISel] More fix for the size vs. type typo. NFC.Quentin Colombet
2016-12-09Move .mir tests to appropriate directoriesMatthias Braun
2016-11-21[AArch64LoadStoreOptimizer] Don't treat write to XZR/WZR as a clobber.Geoff Berry
2016-10-12Add AArch64 unit testsDiana Picus
2016-10-06Move AArch64BranchRelaxation to generic codeMatt Arsenault
2016-09-27[TargetRegisterInfo, AArch64] Add target hook for isConstantPhysReg().Geoff Berry
2016-09-13[AArch64] Simplify patchpoint/stackmap size test (r281301). NFC.Ahmed Bougacha
2016-09-13[AArch64] Support stackmap/patchpoint in getInstSizeInBytesDiana Picus
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-08-01[AArch64] Return the correct size for TLSDESC_CALLSEQDiana Picus
2016-07-29CodeGen: add new "intrinsic" MachineOperand kind.Tim Northover
2016-07-26MIRParser: Use shorter cfi identifiersMatthias Braun
2016-07-21[MIRTesting] Abort when failing to parse a function.Quentin Colombet
2016-07-16llc: Add support for -run-pass noneMatthias Braun
2016-07-13[MIR] Fix one GlobalISel test case that I missed in r275314.Quentin Colombet
2016-07-13[MIR] Print on the given output instead of stderr.Quentin Colombet
2016-06-08[MIR] Check that generic virtual registers get a size.Quentin Colombet
2016-03-31[AArch64] Allow loads with imp-def to be handled in getMemOpBaseRegImmOfsWidth()Jun Bum Lim
2016-03-28fix CHECK_NEXT -> CHECK-NEXTSanjay Patel
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff
2016-03-25[MachineCopyPropagation] Expose more dead copies across instructions with reg...Jun Bum Lim
2016-02-19When printing MIR, output to errs() rather than outs().Justin Lebar
2015-08-20MIR Serialization: Use the global value syntax for global value memory operands.Alex Lorenz
2015-08-18MIR Serialization: Serialize the operand's bit mask target flags.Alex Lorenz
2015-08-17MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz
2015-08-13MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz
2015-07-29MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.Alex Lorenz
2015-07-29MIR Parser: Parse multiple LHS register machine operands.Alex Lorenz