summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mir] Print/Parse both MOLoad and MOStore when they occur together.Daniel Sanders2017-11-281-5/+7
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-15/+15
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-6/+6
* [MIRPrinter] Use %subreg.xxx syntax for subregister index operandsBjorn Pettersson2017-11-061-8/+13
* [AsmPrinterDwarf] Add support for .cfi_restore directiveFrancis Visoiu Mistrih2017-11-021-0/+6
* MIR: Print the register class or bank in vreg defsJustin Bogner2017-10-241-12/+34
* Add iterator range MachineRegisterInfo::liveins(), adopt users, NFCKrzysztof Parzyszek2017-10-161-4/+4
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-101-7/+6
* MIR: Serialize CaleeSavedInfo Restored flagMatthias Braun2017-09-281-2/+7
* [MIRPrinter] Print empty successor lists when they cannot be guessedQuentin Colombet2017-09-191-2/+8
* Revert "[MIRPrinter] Print empty successor lists when they cannot be guessed"Quentin Colombet2017-09-191-1/+2
* [MIRPrinter] Print empty successor lists when they cannot be guessedQuentin Colombet2017-09-191-2/+1
* [MIR] Print target-specific constant poolsDiana Picus2017-08-021-6/+9
* Add an ID field to StackObjectsMatt Arsenault2017-07-201-0/+2
* [MIR] Add support for printing and parsing target MMO flagsGeoff Berry2017-07-131-4/+25
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-5/+26
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-061-13/+41
* MIRPrinter: Avoid assert() when printing empty INLINEASM strings.Matthias Braun2017-06-061-2/+9
* Vivek Pandya2017-06-061-0/+2
* MIR: remove explicit "noVRegs" property.Tim Northover2017-05-301-2/+0
* This reverts r302984Vivek Pandya2017-05-131-2/+0
* Simplify MIR Output used for Codegen TestingVivek Pandya2017-05-131-0/+2
* MIParser/MIRPrinter: Compute block successors if not explicitely specifiedMatthias Braun2017-05-051-3/+70
* MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFCMatthias Braun2017-05-011-1/+2
* [globalisel][tablegen] Revise API for ComplexPattern operands to improve flex...Daniel Sanders2017-04-221-3/+0
* [MIR] Support Customed Register Mask and CSRsOren Ben Simhon2017-03-191-11/+28
* ARM: avoid clobbering register in v6 jump-table expansion.Tim Northover2017-03-151-0/+2
* [globalisel][tblgen] Add support for ComplexPatternsDaniel Sanders2017-03-141-0/+3
* MIR: parse & print the atomic parts of a MachineMemOperand.Tim Northover2017-02-131-0/+9
* CodeGen: Assert that liveness is up to date when reading block live-ins.Matthias Braun2017-01-051-4/+4
* Add custom type for PseudoSourceValueTom Stellard2016-12-171-0/+3
* Extract LaneBitmask into a separate typeKrzysztof Parzyszek2016-12-151-1/+1
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-20/+17
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-2/+2
* [MIRPrinter] Print raw branch probabilities as expected by MIRParserGeoff Berry2016-11-181-1/+4
* [MIRParser] Parse lane masks for register live-insKrzysztof Parzyszek2016-10-121-1/+1
* GlobalISel: disambiguate types when printing MIRTim Northover2016-09-121-9/+33
* [CodeGen] Split out the notions of MI invariance and MI dereferenceability.Justin Lebar2016-09-111-0/+2
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-14/+4
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-2/+0
* MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing itMatthias Braun2016-08-241-1/+0
* MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun2016-08-241-1/+0
* MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.Matthias Braun2016-08-241-1/+0
* Fix crash from assert in r279466.Pete Cooper2016-08-221-1/+1
* GlobalISel: support irtranslation of icmp instructions.Tim Northover2016-08-171-0/+6
* [GlobalISel] Add Selected MachineFunction property.Ahmed Bougacha2016-08-021-0/+2
* [GlobalISel] Add RegBankSelected MachineFunction property.Ahmed Bougacha2016-08-021-0/+2
* [GlobalISel] Add Legalized MachineFunction property.Ahmed Bougacha2016-08-021-0/+3
* CodeGen: add new "intrinsic" MachineOperand kind.Tim Northover2016-07-291-0/+13
OpenPOWER on IntegriCloud