summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* MIR Serialization: Initial serialization of the machine operand target flags.Alex Lorenz2015-08-061-6/+28
* MIR Serialization: Serialize the machine operand's offset.Alex Lorenz2015-08-051-4/+20
* MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz2015-08-051-0/+3
* MIR Serialization: Serialize the 'early-clobber' register operand flag.Alex Lorenz2015-08-051-0/+2
* MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz2015-08-051-0/+2
* MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz2015-08-041-0/+2
* MIR Serialization: Initial serialization of the machine memory operands.Alex Lorenz2015-08-031-1/+43
* MIR Serialization: Serialize the floating point immediate machine operands.Alex Lorenz2015-07-311-0/+3
* MIR Serialization: Serialize the machine basic block's successor weights.Alex Lorenz2015-07-301-0/+13
* MIR Serialization: Serialize the frame info's save and restore points.Alex Lorenz2015-07-291-6/+17
* MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.Alex Lorenz2015-07-291-0/+7
* MIR Serialization: Serialize the target index machine operands.Alex Lorenz2015-07-281-0/+23
* MIR Serialization: Serialize the block address machine operands.Alex Lorenz2015-07-281-0/+24
* MIR Printer: Remove an outdated TODO comment and assertion. NFC.Alex Lorenz2015-07-281-8/+0
* MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz2015-07-271-5/+12
* MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.Alex Lorenz2015-07-271-0/+6
* MIR Serialization: Serialize the machine function's liveins.Alex Lorenz2015-07-271-0/+9
* MIR Serialization: Serialize MachineFrameInfo's callee saved information.Alex Lorenz2015-07-241-3/+19
* MIR Serialization: Serialize the simple virtual register allocation hints.Alex Lorenz2015-07-241-0/+9
* MIR Serialization: Serialize the '.cfi_offset' CFI instruction.Alex Lorenz2015-07-231-3/+21
* MIR Serialization: Serialize the machine instruction's debug location.Alex Lorenz2015-07-221-0/+7
* MIR Serialization: Serialize the metadata machine operands.Alex Lorenz2015-07-221-0/+3
* MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.Alex Lorenz2015-07-211-0/+25
* MIR Serialization: Serialize the external symbol machine operands.Alex Lorenz2015-07-211-0/+6
* MIR Serialization: Initial serialization of machine constant pools.Alex Lorenz2015-07-201-0/+28
* MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz2015-07-171-1/+3
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-161-11/+57
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-151-0/+4
* MIR Serialization: Serialize the jump table info.Alex Lorenz2015-07-151-1/+24
* MIR Serialization: Serialize references from the stack objects to named allocas.Alex Lorenz2015-07-151-0/+4
* MIR Serialization: Serialize the machine basic block live in registers.Alex Lorenz2015-07-141-1/+9
* MIR Printer: move the function 'printReg'. NFC.Alex Lorenz2015-07-141-13/+13
* MIR Serialization: Serialize the variable sized stack objects.Alex Lorenz2015-07-141-1/+3
* MIR Serialization: Serialize the sub register indices.Alex Lorenz2015-07-131-1/+3
* MIR Serialization: Serialize the fixed stack objects.Alex Lorenz2015-07-131-0/+22
* MIR Serialization: Serialize the virtual register operands.Alex Lorenz2015-07-101-1/+2
* MIR Serialization: Initial serialization of stack objects.Alex Lorenz2015-07-101-0/+25
* MIR Serialization: Serialize the virtual register definitions.Alex Lorenz2015-07-091-3/+15
* MIR Serialization: Serialize the simple MachineFrameInfo attributes.Alex Lorenz2015-07-091-0/+20
* MIR Serialization: Serialize the 'undef' register machine operand flag.Alex Lorenz2015-07-081-0/+2
* MIR Serialization: Serialize the 'killed' register machine operand flag.Alex Lorenz2015-07-081-0/+2
* 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
OpenPOWER on IntegriCloud