summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
Commit message (Expand)AuthorAgeFilesLines
* MIR Serialization: Serialize UsedPhysRegMask from the machine register info.Alex Lorenz2015-08-111-0/+32
* MIR Parser: Report an error when a stack object is redefined.Alex Lorenz2015-08-101-2/+5
* MIR Parser: Report an error when a fixed stack object is redefined.Alex Lorenz2015-08-101-2/+6
* MIR Serialization: Serialize the liveout register mask machine operands.Alex Lorenz2015-08-103-0/+32
* MIR Serialization: Serialize the base alignment for the machine memory operands.Alex Lorenz2015-08-073-3/+16
* 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-063-56/+67
* 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-063-2/+8
* MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.Alex Lorenz2015-08-063-1/+8
* MIR Serialization: Initial serialization of the machine operand target flags.Alex Lorenz2015-08-063-7/+63
* MIR Serialization: Serialize the machine operand's offset.Alex Lorenz2015-08-053-5/+40
* 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-053-0/+30
* 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-053-2/+8
* MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz2015-08-053-2/+9
* MIR Parser: Simplify the handling of quoted tokens. NFC.Alex Lorenz2015-08-053-77/+42
* MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz2015-08-043-2/+24
* MIR Serialization: Initial serialization of the machine memory operands.Alex Lorenz2015-08-033-6/+130
* MIR Parser: Report an error when a jump table entry is redefined.Alex Lorenz2015-07-311-2/+5
* MIR Parser: Remove unused variable.Alex Lorenz2015-07-311-1/+0
* MIR Serialization: Serialize the floating point immediate machine operands.Alex Lorenz2015-07-313-2/+77
* MIR Parser: Report an error when a constant pool item is redefined.Alex Lorenz2015-07-301-3/+6
* MIR Parser: Report an error when a virtual register is redefined.Alex Lorenz2015-07-301-3/+5
* MIR Serialization: Serialize the machine basic block's successor weights.Alex Lorenz2015-07-301-1/+13
* MIR Serialization: Serialize the frame info's save and restore points.Alex Lorenz2015-07-291-2/+16
* MIR Parser: Extract the code that parses MBB references into a new method. NFC.Alex Lorenz2015-07-291-5/+18
* MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.Alex Lorenz2015-07-293-0/+11
* 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-283-0/+51
* MIR Serialization: Serialize the block address machine operands.Alex Lorenz2015-07-283-4/+92
* MIR Parser: Extract the method 'parseGlobalValue'. NFC.Alex Lorenz2015-07-281-9/+16
* MIR Parser: Move the function 'lexName'. NFC.Alex Lorenz2015-07-281-20/+20
* MIR Parser: Remove redundant parameters. NFC.Alex Lorenz2015-07-281-6/+6
* MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz2015-07-275-2/+81
* MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.Alex Lorenz2015-07-273-0/+9
* 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-273-0/+43
* MIR Serialization: Serialize MachineFrameInfo's callee saved information.Alex Lorenz2015-07-241-12/+41
* MIR Serialization: Serialize the simple virtual register allocation hints.Alex Lorenz2015-07-241-12/+18
* MIR Parser: Run the machine verifier after initializing machine functions.Alex Lorenz2015-07-241-0/+4
* MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo::getDwarfRegNum().NAKAMURA Takumi2015-07-241-1/+1
* Reorder alphabetically.NAKAMURA Takumi2015-07-241-1/+1
* MIR Serialization: Serialize the '.cfi_offset' CFI instruction.Alex Lorenz2015-07-233-7/+64
* MIR Serialization: Serialize the machine instruction's debug location.Alex Lorenz2015-07-223-2/+15
* MIR Parser: Extract the MDNode parsing code into a separate method. NFC.Alex Lorenz2015-07-221-2/+11
OpenPOWER on IntegriCloud