summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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