summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MIR Serialization: Serialize the '.cfi_same_value' CFI directive.Alex Lorenz2015-08-141-0/+7
* MIR Serialization: Serialize the external symbol call entry pseudo sourceAlex Lorenz2015-08-141-2/+6
* MIR Serialization: Serialize the global value call entry pseudo source values.Alex Lorenz2015-08-141-1/+10
* MIR Serialization: Serialize the 'internal' register operand flag.Alex Lorenz2015-08-141-2/+6
* MIR Serialization: Serialize the bundled machine instructions.Alex Lorenz2015-08-141-7/+43
* MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz2015-08-131-42/+281
* MIR Parser: Don't allow negative alignments for memory operands.Alex Lorenz2015-08-131-1/+1
* MIR Parser: Extract the code that parses the alignment into a new method. NFC.Alex Lorenz2015-08-131-5/+13
* MIR Parser: Allow the MI IR references to reference global values.Alex Lorenz2015-08-121-0/+3
* MIR Serialization: Serialize the fixed stack pseudo source values.Alex Lorenz2015-08-121-1/+10
* MIR Parser: Move the parsing of fixed stack object indices into new method. NFCAlex Lorenz2015-08-121-2/+11
* MIR Serialization: Serialize the jump table pseudo source values.Alex Lorenz2015-08-121-1/+4
* MIR Serialization: Serialize the GOT pseudo source values.Alex Lorenz2015-08-121-1/+5
* MIR Serialization: Serialize the stack pseudo source values.Alex Lorenz2015-08-121-1/+4
* MIR Serialization: Serialize the constant pool pseudo source values.Alex Lorenz2015-08-121-14/+44
* MIR Serialization: Serialize the liveout register mask machine operands.Alex Lorenz2015-08-101-0/+30
* MIR Serialization: Serialize the base alignment for the machine memory operands.Alex Lorenz2015-08-071-3/+14
* MIR Serialization: Serialize the offsets for the machine memory operands.Alex Lorenz2015-08-071-1/+5
* MIR Parser: Extract the parsing of the operand's offset into a new method. NFC.Alex Lorenz2015-08-071-2/+10
* MIR Serialization: Fix serialization of unnamed IR block references.Alex Lorenz2015-08-061-10/+23
* MIR Parser: Simplify the token's string value handling.Alex Lorenz2015-08-061-9/+7
* MIR Parser: Report an error when parsing duplicate memory operand flags.Alex Lorenz2015-08-061-1/+5
* MIR Serialization: Serialize the 'invariant' machine memory operand flag.Alex Lorenz2015-08-061-1/+4
* MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.Alex Lorenz2015-08-061-0/+3
* MIR Serialization: Initial serialization of the machine operand target flags.Alex Lorenz2015-08-061-7/+61
* MIR Serialization: Serialize the machine operand's offset.Alex Lorenz2015-08-051-5/+34
* MIR Parser: Report an error when parsing large immediate operands.Alex Lorenz2015-08-051-2/+1
* MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz2015-08-051-0/+16
* MIR Parser: Extract the IR constant parsing code into a new method. NFC.Alex Lorenz2015-08-051-7/+14
* MIR Parser: Report an error when parsing duplicate register flags.Alex Lorenz2015-08-051-1/+5
* MIR Serialization: Serialize the 'early-clobber' register operand flag.Alex Lorenz2015-08-051-1/+5
* MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz2015-08-051-1/+5
* MIR Parser: Simplify the handling of quoted tokens. NFC.Alex Lorenz2015-08-051-40/+12
* MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz2015-08-041-2/+20
* MIR Serialization: Initial serialization of the machine memory operands.Alex Lorenz2015-08-031-3/+106
* MIR Serialization: Serialize the floating point immediate machine operands.Alex Lorenz2015-07-311-0/+25
* MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.Alex Lorenz2015-07-291-0/+9
* MIR Parser: Parse multiple LHS register machine operands.Alex Lorenz2015-07-291-4/+7
* MIR Serialization: Serialize the target index machine operands.Alex Lorenz2015-07-281-0/+49
* MIR Serialization: Serialize the block address machine operands.Alex Lorenz2015-07-281-0/+69
* MIR Parser: Extract the method 'parseGlobalValue'. NFC.Alex Lorenz2015-07-281-9/+16
* MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz2015-07-271-0/+58
* MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.Alex Lorenz2015-07-271-0/+7
* MIR Parser: Rename the standalone parsing methods. NFC.Alex Lorenz2015-07-271-6/+7
* MIR Serialization: Serialize the machine function's liveins.Alex Lorenz2015-07-271-0/+22
* MIR Serialization: Serialize the '.cfi_offset' CFI instruction.Alex Lorenz2015-07-231-7/+62
* MIR Serialization: Serialize the machine instruction's debug location.Alex Lorenz2015-07-221-2/+13
* MIR Parser: Extract the MDNode parsing code into a separate method. NFC.Alex Lorenz2015-07-221-2/+11
* MIR Serialization: Serialize the metadata machine operands.Alex Lorenz2015-07-221-0/+20
* MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.Alex Lorenz2015-07-211-0/+28
OpenPOWER on IntegriCloud