summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)Author
2015-08-17MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz
2015-08-17MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz
2015-08-17MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz
2015-08-17MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz
2015-08-14MIR Serialization: Serialize the '.cfi_same_value' CFI directive.Alex Lorenz
2015-08-14MIR Serialization: Serialize the external symbol call entry pseudo sourceAlex Lorenz
2015-08-14MIR Serialization: Serialize the global value call entry pseudo source values.Alex Lorenz
2015-08-14MIR Serialization: Serialize the 'internal' register operand flag.Alex Lorenz
2015-08-14MIR Serialization: Serialize the bundled machine instructions.Alex Lorenz
2015-08-13MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz
2015-08-12MIR Serialization: Serialize the fixed stack pseudo source values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the jump table pseudo source values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the GOT pseudo source values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the stack pseudo source values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the constant pool pseudo source values.Alex Lorenz
2015-08-11MIR Serialization: Serialize UsedPhysRegMask from the machine register info.Alex Lorenz
2015-08-10MIR Serialization: Serialize the liveout register mask machine operands.Alex Lorenz
2015-08-07MIR Serialization: Serialize the base alignment for the machine memory operands.Alex Lorenz
2015-08-07MIR Serialization: Serialize the offsets for the machine memory operands.Alex Lorenz
2015-08-06MIR Serialization: Fix serialization of unnamed IR block references.Alex Lorenz
2015-08-06MIR Serialization: Serialize the 'invariant' machine memory operand flag.Alex Lorenz
2015-08-06MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.Alex Lorenz
2015-08-06MIR Serialization: Initial serialization of the machine operand target flags.Alex Lorenz
2015-08-05MIR Serialization: Serialize the machine operand's offset.Alex Lorenz
2015-08-05MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz
2015-08-05MIR Serialization: Serialize the 'early-clobber' register operand flag.Alex Lorenz
2015-08-05MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz
2015-08-04MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz
2015-08-03MIR Serialization: Initial serialization of the machine memory operands.Alex Lorenz
2015-07-31MIR Serialization: Serialize the floating point immediate machine operands.Alex Lorenz
2015-07-30MIR Serialization: Serialize the machine basic block's successor weights.Alex Lorenz
2015-07-29MIR Serialization: Serialize the frame info's save and restore points.Alex Lorenz
2015-07-29MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.Alex Lorenz
2015-07-28MIR Serialization: Serialize the target index machine operands.Alex Lorenz
2015-07-28MIR Serialization: Serialize the block address machine operands.Alex Lorenz
2015-07-28MIR Printer: Remove an outdated TODO comment and assertion. NFC.Alex Lorenz
2015-07-27MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz
2015-07-27MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.Alex Lorenz
2015-07-27MIR Serialization: Serialize the machine function's liveins.Alex Lorenz
2015-07-24MIR Serialization: Serialize MachineFrameInfo's callee saved information.Alex Lorenz
2015-07-24MIR Serialization: Serialize the simple virtual register allocation hints.Alex Lorenz
2015-07-23MIR Serialization: Serialize the '.cfi_offset' CFI instruction.Alex Lorenz
2015-07-22MIR Serialization: Serialize the machine instruction's debug location.Alex Lorenz
2015-07-22MIR Serialization: Serialize the metadata machine operands.Alex Lorenz
2015-07-21MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.Alex Lorenz
2015-07-21MIR Serialization: Serialize the external symbol machine operands.Alex Lorenz
2015-07-20MIR Serialization: Initial serialization of machine constant pools.Alex Lorenz
2015-07-17MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz
2015-07-16MIR Serialization: Serialize the frame index machine operands.Alex Lorenz
2015-07-15MIR Serialization: Serialize the jump table index operands.Alex Lorenz