summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRParser/MIParser.cpp
AgeCommit message (Expand)Author
2015-08-20MIR Serialization: Change syntax for the call entry pseudo source values.Alex Lorenz
2015-08-19MIR Serialization: Serialize unnamed local IR values in memory operands.Alex Lorenz
2015-08-19MIR Parser: parseIRValue should take in a constant pointer. NFC.Alex Lorenz
2015-08-19MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC.Alex Lorenz
2015-08-19MIR Serialization: Serialize instruction's register ties.Alex Lorenz
2015-08-19MIR Serialization: Serialize defined registers that require 'def' register flag.Alex Lorenz
2015-08-19MIR Serialization: Serialize MMI's variable debug information.Alex Lorenz
2015-08-18MIR Parser: Return true on error when parsing standalone registers.Alex Lorenz
2015-08-18MIR Serialization: Serialize the operand's bit mask target flags.Alex Lorenz
2015-08-18MIR Serialization: Serialize the frame information's stack protector index.Alex Lorenz
2015-08-18MIR Parser: Extract the code that parses stack object references into a newAlex Lorenz
2015-08-18MIR Parser: Implicit register verifier should accept unexpected implicitAlex Lorenz
2015-08-17MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz
2015-08-17MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz
2015-08-17MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz
2015-08-17MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz
2015-08-14MIR Serialization: Serialize the '.cfi_same_value' CFI directive.Alex Lorenz
2015-08-14MIR Serialization: Serialize the external symbol call entry pseudo sourceAlex Lorenz
2015-08-14MIR Serialization: Serialize the global value call entry pseudo source values.Alex Lorenz
2015-08-14MIR Serialization: Serialize the 'internal' register operand flag.Alex Lorenz
2015-08-14MIR Serialization: Serialize the bundled machine instructions.Alex Lorenz
2015-08-13MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz
2015-08-13MIR Parser: Don't allow negative alignments for memory operands.Alex Lorenz
2015-08-13MIR Parser: Extract the code that parses the alignment into a new method. NFC.Alex Lorenz
2015-08-12MIR Parser: Allow the MI IR references to reference global values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the fixed stack pseudo source values.Alex Lorenz
2015-08-12MIR Parser: Move the parsing of fixed stack object indices into new method. NFCAlex Lorenz
2015-08-12MIR Serialization: Serialize the jump table pseudo source values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the GOT pseudo source values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the stack pseudo source values.Alex Lorenz
2015-08-12MIR Serialization: Serialize the constant pool pseudo source values.Alex Lorenz
2015-08-10MIR Serialization: Serialize the liveout register mask machine operands.Alex Lorenz
2015-08-07MIR Serialization: Serialize the base alignment for the machine memory operands.Alex Lorenz
2015-08-07MIR Serialization: Serialize the offsets for the machine memory operands.Alex Lorenz
2015-08-07MIR Parser: Extract the parsing of the operand's offset into a new method. NFC.Alex Lorenz
2015-08-06MIR Serialization: Fix serialization of unnamed IR block references.Alex Lorenz
2015-08-06MIR Parser: Simplify the token's string value handling.Alex Lorenz
2015-08-06MIR Parser: Report an error when parsing duplicate memory operand flags.Alex Lorenz
2015-08-06MIR Serialization: Serialize the 'invariant' machine memory operand flag.Alex Lorenz
2015-08-06MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.Alex Lorenz
2015-08-06MIR Serialization: Initial serialization of the machine operand target flags.Alex Lorenz
2015-08-05MIR Serialization: Serialize the machine operand's offset.Alex Lorenz
2015-08-05MIR Parser: Report an error when parsing large immediate operands.Alex Lorenz
2015-08-05MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz
2015-08-05MIR Parser: Extract the IR constant parsing code into a new method. NFC.Alex Lorenz
2015-08-05MIR Parser: Report an error when parsing duplicate register flags.Alex Lorenz
2015-08-05MIR Serialization: Serialize the 'early-clobber' register operand flag.Alex Lorenz
2015-08-05MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz
2015-08-05MIR Parser: Simplify the handling of quoted tokens. NFC.Alex Lorenz
2015-08-04MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz