summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
Commit message (Expand)AuthorAgeFilesLines
* MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz2015-07-173-5/+12
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-165-9/+95
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-155-5/+46
* MIR Serialization: Serialize the jump table info.Alex Lorenz2015-07-151-0/+27
* MIR Serialization: Serialize references from the stack objects to named allocas.Alex Lorenz2015-07-151-6/+17
* MIR Serialization: Serialize the machine basic block live in registers.Alex Lorenz2015-07-143-0/+35
* MIR Serialization: Serialize the variable sized stack objects.Alex Lorenz2015-07-141-3/+8
* MIR Serialization: Serialize the sub register indices.Alex Lorenz2015-07-133-2/+50
* MIR Serialization: Serialize the fixed stack objects.Alex Lorenz2015-07-131-1/+14
* MIR Serialization: Serialize the virtual register operands.Alex Lorenz2015-07-105-12/+45
* MIR Serialization: Initial serialization of stack objects.Alex Lorenz2015-07-101-3/+14
* MIR Serialization: Serialize the virtual register definitions.Alex Lorenz2015-07-091-3/+47
* MIR Parser: Report an error when parsing machine function with an empty body.Alex Lorenz2015-07-091-0/+3
* MIR Serialization: Serialize the simple MachineFrameInfo attributes.Alex Lorenz2015-07-091-0/+25
* MIR Serialization: Serialize the 'undef' register machine operand flag.Alex Lorenz2015-07-083-2/+8
* 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-083-4/+11
* MIR Parser: Use source locations for MBB naming errors.Alex Lorenz2015-07-081-4/+18
* MIR Serialization: Serialize the 'dead' register machine operand flag.Alex Lorenz2015-07-073-2/+9
* MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.Alex Lorenz2015-07-073-33/+32
* MIR Parser: Verify the implicit machine register operands.Alex Lorenz2015-07-071-5/+88
* MIR Serialization: Serialize the implicit register flag.Alex Lorenz2015-07-063-20/+51
* MIR Serialization: Serialize MBB successors.Alex Lorenz2015-06-303-3/+46
* MIR Parser: refactor error reporting for machine instruction parser errors. NFC.Alex Lorenz2015-06-301-5/+14
* MIR Parser: make the machine instruction parsing interface more consistent. NFC.Alex Lorenz2015-06-303-30/+26
* MIR Parser: adopt the 'maybeLex...' pattern. NFC.Alex Lorenz2015-06-301-22/+37
* MIR Serialization: Serialize the register mask machine operands.Alex Lorenz2015-06-291-1/+39
* MIR Serialization: Serialize global address machine operands.Alex Lorenz2015-06-265-9/+78
* MIR Serialization: Serialize machine basic block operands.Alex Lorenz2015-06-265-21/+121
* MIR Serialization: Serialize simple MachineRegisterInfo attributes.Alex Lorenz2015-06-241-0/+19
* MIR Serialization: Serialize the null register operands.Alex Lorenz2015-06-243-2/+13
* MILexer.cpp: Try to fix a warning. [-Wsign-compare]NAKAMURA Takumi2015-06-241-1/+1
* MIR Serialization: Serialize immediate machine operands.Alex Lorenz2015-06-233-2/+38
* MIR Parser: Use correct source locations for machine instruction diagnostics.Alex Lorenz2015-06-231-2/+23
* MIR Serialization: Serialize physical register machine operands.Alex Lorenz2015-06-233-3/+164
* MIR Serialization: Introduce a lexer for machine instructions.Alex Lorenz2015-06-224-11/+193
* MIR Serialization: Serialize machine instruction names.Alex Lorenz2015-06-224-3/+153
* MIR Parser: report an error when a basic block isn't found.Alex Lorenz2015-06-191-1/+3
* MIR Serialization: Serialize the list of machine basic blocks with simple att...Alex Lorenz2015-06-191-0/+30
* MIR Parser: Report an error when a machine function doesn't have a correspond...Alex Lorenz2015-06-161-0/+3
* MIR Serialization: Print and parse simple machine function attributes.Alex Lorenz2015-06-161-0/+5
* MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM...Alex Lorenz2015-06-151-3/+24
* MIR Serialization: Report an error when machine functions have the same name.Alex Lorenz2015-06-151-0/+3
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-151-22/+83
* MIR Serialization: use correct line and column numbers for LLVM IR errors.Alex Lorenz2015-05-291-1/+40
* MIR Serialization: print and parse machine function names.Alex Lorenz2015-05-281-14/+56
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-274-0/+130
OpenPOWER on IntegriCloud