summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* MIR Parser: Use source locations for MBB naming errors.Alex Lorenz2015-07-081-2/+2
* MIR Printer: Use a module slot tracker to print global address operands. NFC.Alex Lorenz2015-07-071-13/+12
* MIR Serialization: Serialize the 'dead' register machine operand flag.Alex Lorenz2015-07-071-0/+2
* MIR Serialization: Serialize the implicit register flag.Alex Lorenz2015-07-061-1/+3
* Fix compilation failure introduced in r241093.Alex Lorenz2015-06-301-2/+2
* MIR Serialization: Serialize MBB successors.Alex Lorenz2015-06-301-0/+6
* MIR Printer: extract the code that prints MBB references into a new method. NFC.Alex Lorenz2015-06-301-5/+10
* MIR Serialization: Serialize the register mask machine operands.Alex Lorenz2015-06-291-2/+26
* MIR Serialization: Serialize global address machine operands.Alex Lorenz2015-06-261-5/+15
* Fix unused variable from r240792.Alex Lorenz2015-06-261-0/+1
* MIR Serialization: Serialize machine basic block operands.Alex Lorenz2015-06-261-0/+17
* MIR Serialization: Serialize simple MachineRegisterInfo attributes.Alex Lorenz2015-06-241-0/+10
* MIR Serialization: Serialize the null register operands.Alex Lorenz2015-06-241-2/+3
* MIR Serialization: Serialize immediate machine operands.Alex Lorenz2015-06-231-0/+3
* MIR Serialization: Serialize physical register machine operands.Alex Lorenz2015-06-231-1/+49
* MIR Serialization: Serialize machine instruction names.Alex Lorenz2015-06-221-0/+32
* MIR Serialization: Serialize the list of machine basic blocks with simple att...Alex Lorenz2015-06-191-0/+20
* MIR Serialization: Print and parse simple machine function attributes.Alex Lorenz2015-06-161-0/+3
* MIR Serialization: move the MIR printer out of the MIR printing pass.Alex Lorenz2015-06-151-0/+73
OpenPOWER on IntegriCloud