summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+2
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-2/+2
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+2
* TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun2015-09-251-2/+1
* Save LaneMask with livein registersMatthias Braun2015-09-091-2/+5
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-1/+1
* MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun2015-08-241-3/+5
* MIR Serialization: Serialize the pointer IR expression values in the machineAlex Lorenz2015-08-211-6/+7
* MIR Serialization: Print MCSymbol operands.Alex Lorenz2015-08-211-3/+4
* MIR Serialization: Use the global value syntax for global value memory operands.Alex Lorenz2015-08-201-1/+4
* MIR Serialization: Change syntax for the call entry pseudo source values.Alex Lorenz2015-08-201-1/+2
* Fix test failure introduced by r245521.Alex Lorenz2015-08-191-0/+6
* MIR Serialization: Serialize unnamed local IR values in memory operands.Alex Lorenz2015-08-191-2/+2
* MIR Printer: Extract the code that prints IR slots to a separate function. NFC.Alex Lorenz2015-08-191-4/+8
* MIR Serialization: Serialize instruction's register ties.Alex Lorenz2015-08-191-5/+24
* MIR Serialization: Serialize defined registers that require 'def' register flag.Alex Lorenz2015-08-191-3/+8
* MIR Serialization: Serialize MMI's variable debug information.Alex Lorenz2015-08-191-2/+27
* MIR Serialization: Serialize the operand's bit mask target flags.Alex Lorenz2015-08-181-5/+37
* MIR Serialization: Serialize the frame information's stack protector index.Alex Lorenz2015-08-181-2/+11
* MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz2015-08-171-0/+9
* MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz2015-08-171-1/+4
* MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz2015-08-171-1/+4
* MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz2015-08-171-1/+4
* MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz2015-08-171-1/+8
* 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
OpenPOWER on IntegriCloud