summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.h
Commit message (Expand)AuthorAgeFilesLines
* MIR Serialization: Serialize the pointer IR expression values in the machineAlex Lorenz2015-08-211-1/+2
* MIR Serialization: Change syntax for the call entry pseudo source values.Alex Lorenz2015-08-201-0/+1
* MIR Serialization: Serialize unnamed local IR values in memory operands.Alex Lorenz2015-08-191-1/+2
* MIR Serialization: Serialize instruction's register ties.Alex Lorenz2015-08-191-0/+1
* MIR Serialization: Serialize defined registers that require 'def' register flag.Alex Lorenz2015-08-191-3/+4
* MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz2015-08-171-0/+1
* MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz2015-08-171-0/+1
* MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz2015-08-171-0/+1
* MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz2015-08-171-0/+3
* MIR Serialization: Serialize the '.cfi_same_value' CFI directive.Alex Lorenz2015-08-141-0/+1
* 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-0/+2
* MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz2015-08-131-4/+14
* MIR Serialization: Serialize the jump table pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the GOT pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the stack pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the constant pool pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the liveout register mask machine operands.Alex Lorenz2015-08-101-0/+1
* MIR Serialization: Serialize the base alignment for the machine memory operands.Alex Lorenz2015-08-071-0/+1
* MIR Parser: Simplify the token's string value handling.Alex Lorenz2015-08-061-23/+9
* 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-1/+4
* MIR Serialization: Initial serialization of the machine operand target flags.Alex Lorenz2015-08-061-0/+1
* MIR Serialization: Serialize the machine operand's offset.Alex Lorenz2015-08-051-0/+2
* MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz2015-08-051-0/+1
* MIR Serialization: Serialize the 'early-clobber' register operand flag.Alex Lorenz2015-08-051-1/+2
* MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz2015-08-051-1/+3
* MIR Parser: Simplify the handling of quoted tokens. NFC.Alex Lorenz2015-08-051-21/+14
* MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz2015-08-041-0/+3
* MIR Serialization: Initial serialization of the machine memory operands.Alex Lorenz2015-08-031-1/+4
* MIR Serialization: Serialize the floating point immediate machine operands.Alex Lorenz2015-07-311-0/+7
* MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.Alex Lorenz2015-07-291-0/+1
* MIR Serialization: Serialize the target index machine operands.Alex Lorenz2015-07-281-0/+1
* MIR Serialization: Serialize the block address machine operands.Alex Lorenz2015-07-281-1/+7
* MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz2015-07-271-2/+4
* MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.Alex Lorenz2015-07-271-0/+1
* MIR Serialization: Serialize the '.cfi_offset' CFI instruction.Alex Lorenz2015-07-231-0/+1
* MIR Serialization: Serialize the machine instruction's debug location.Alex Lorenz2015-07-221-0/+1
* MIR Serialization: Serialize the metadata machine operands.Alex Lorenz2015-07-221-0/+1
* MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.Alex Lorenz2015-07-211-0/+1
* MIR Serialization: Serialize the external symbol machine operands.Alex Lorenz2015-07-211-1/+5
* MIR Serialization: Initial serialization of machine constant pools.Alex Lorenz2015-07-201-1/+2
* MIR Parser: Add support for quoted named global value operands.Alex Lorenz2015-07-201-1/+21
* MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz2015-07-171-0/+1
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-161-0/+3
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-151-2/+4
* MIR Serialization: Serialize the sub register indices.Alex Lorenz2015-07-131-0/+1
* MIR Serialization: Serialize the virtual register operands.Alex Lorenz2015-07-101-3/+5
* MIR Serialization: Serialize the 'undef' register machine operand flag.Alex Lorenz2015-07-081-1/+2
* MIR Serialization: Serialize the 'killed' register machine operand flag.Alex Lorenz2015-07-081-1/+3
OpenPOWER on IntegriCloud