summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* MIR Serialization: Serialize the '.cfi_same_value' CFI directive.Alex Lorenz2015-08-141-0/+6
* MIR Serialization: Serialize the external symbol call entry pseudo sourceAlex Lorenz2015-08-141-3/+4
* MIR Serialization: Serialize the global value call entry pseudo source values.Alex Lorenz2015-08-141-0/+4
* MIR Serialization: Serialize the 'internal' register operand flag.Alex Lorenz2015-08-141-1/+3
* MIR Serialization: Serialize the bundled machine instructions.Alex Lorenz2015-08-141-3/+14
* MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz2015-08-131-49/+73
* MIR Serialization: Serialize the fixed stack pseudo source values.Alex Lorenz2015-08-121-0/+4
* MIR Serialization: Serialize the jump table pseudo source values.Alex Lorenz2015-08-121-0/+3
* MIR Serialization: Serialize the GOT pseudo source values.Alex Lorenz2015-08-121-0/+3
* MIR Serialization: Serialize the stack pseudo source values.Alex Lorenz2015-08-121-0/+3
* MIR Serialization: Serialize the constant pool pseudo source values.Alex Lorenz2015-08-121-2/+14
* MIR Serialization: Serialize UsedPhysRegMask from the machine register info.Alex Lorenz2015-08-111-0/+14
* MIR Serialization: Serialize the liveout register mask machine operands.Alex Lorenz2015-08-101-0/+15
* MIR Serialization: Serialize the base alignment for the machine memory operands.Alex Lorenz2015-08-071-1/+2
* MIR Serialization: Serialize the offsets for the machine memory operands.Alex Lorenz2015-08-071-0/+1
* MIR Serialization: Fix serialization of unnamed IR block references.Alex Lorenz2015-08-061-1/+10
* MIR Serialization: Serialize the 'invariant' machine memory operand flag.Alex Lorenz2015-08-061-1/+3
* MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.Alex Lorenz2015-08-061-0/+2
* 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
OpenPOWER on IntegriCloud