summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MIR Serialization: Serialize the external symbol machine operands.Alex Lorenz2015-07-211-0/+15
* MIR Serialization: Initial serialization of machine constant pools.Alex Lorenz2015-07-201-0/+17
* MIR Parser: Add support for quoted named global value operands.Alex Lorenz2015-07-201-3/+22
* MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz2015-07-171-5/+10
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-161-0/+43
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-151-0/+17
* MIR Serialization: Serialize the machine basic block live in registers.Alex Lorenz2015-07-141-0/+21
* MIR Serialization: Serialize the sub register indices.Alex Lorenz2015-07-131-2/+47
* MIR Serialization: Serialize the virtual register operands.Alex Lorenz2015-07-101-0/+12
* MIR Serialization: Serialize the 'undef' register machine operand flag.Alex Lorenz2015-07-081-1/+5
* MIR Parser: Remove redundant TODO comment. NFC.Alex Lorenz2015-07-081-2/+0
* MIR Serialization: Serialize the 'killed' register machine operand flag.Alex Lorenz2015-07-081-3/+7
* MIR Serialization: Serialize the 'dead' register machine operand flag.Alex Lorenz2015-07-071-1/+6
* MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.Alex Lorenz2015-07-071-20/+16
* MIR Parser: Verify the implicit machine register operands.Alex Lorenz2015-07-071-5/+88
* MIR Serialization: Serialize the implicit register flag.Alex Lorenz2015-07-061-18/+33
* MIR Serialization: Serialize MBB successors.Alex Lorenz2015-06-301-2/+31
* MIR Parser: make the machine instruction parsing interface more consistent. NFC.Alex Lorenz2015-06-301-20/+16
* MIR Serialization: Serialize the register mask machine operands.Alex Lorenz2015-06-291-1/+39
* MIR Serialization: Serialize global address machine operands.Alex Lorenz2015-06-261-5/+46
* MIR Serialization: Serialize machine basic block operands.Alex Lorenz2015-06-261-7/+49
* MIR Serialization: Serialize the null register operands.Alex Lorenz2015-06-241-0/+6
* MIR Serialization: Serialize immediate machine operands.Alex Lorenz2015-06-231-0/+14
* MIR Serialization: Serialize physical register machine operands.Alex Lorenz2015-06-231-2/+124
* MIR Serialization: Introduce a lexer for machine instructions.Alex Lorenz2015-06-221-11/+40
* MIR Serialization: Serialize machine instruction names.Alex Lorenz2015-06-221-0/+106
OpenPOWER on IntegriCloud