summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR
Commit message (Expand)AuthorAgeFilesLines
* MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz2015-07-171-0/+39
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-164-0/+155
* Fix broken testcase from r242358.Alex Lorenz2015-07-161-1/+1
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-152-1/+183
* MIR Serialization: Serialize the jump table info.Alex Lorenz2015-07-152-0/+116
* MIR Serialization: Serialize references from the stack objects to named allocas.Alex Lorenz2015-07-153-6/+36
* MIR Serialization: Serialize the machine basic block live in registers.Alex Lorenz2015-07-142-0/+46
* MIR Serialization: Serialize the variable sized stack objects.Alex Lorenz2015-07-142-0/+78
* MIR Serialization: Serialize the sub register indices.Alex Lorenz2015-07-133-0/+93
* MIR Serialization: Serialize the fixed stack objects.Alex Lorenz2015-07-134-0/+133
* MIR Serialization: Serialize the virtual register operands.Alex Lorenz2015-07-102-4/+102
* MIR Serialization: Initial serialization of stack objects.Alex Lorenz2015-07-101-0/+39
* MIR Serialization: Serialize the virtual register definitions.Alex Lorenz2015-07-092-0/+61
* MIR Parser: Report an error when parsing machine function with an empty body.Alex Lorenz2015-07-097-0/+39
* MIR Serialization: Serialize the simple MachineFrameInfo attributes.Alex Lorenz2015-07-091-0/+91
* MIR Serialization: Serialize the 'undef' register machine operand flag.Alex Lorenz2015-07-081-0/+42
* MIR Serialization: Serialize the 'killed' register machine operand flag.Alex Lorenz2015-07-081-0/+42
* MIR Parser: Use source locations for MBB naming errors.Alex Lorenz2015-07-081-1/+1
* MIR Serialization: Serialize the 'dead' register machine operand flag.Alex Lorenz2015-07-071-0/+26
* MIR Parser: Verify the implicit machine register operands.Alex Lorenz2015-07-0712-26/+142
* MIR Serialization: Serialize the implicit register flag.Alex Lorenz2015-07-063-2/+65
* MIR Serialization: Serialize MBB successors.Alex Lorenz2015-06-303-0/+116
* MIR Serialization: Serialize the register mask machine operands.Alex Lorenz2015-06-291-0/+43
* MIR Serialization: Serialize global address machine operands.Alex Lorenz2015-06-263-0/+105
* MIR Serialization: Serialize machine basic block operands.Alex Lorenz2015-06-2618-18/+277
* MIR Serialization: Serialize simple MachineRegisterInfo attributes.Alex Lorenz2015-06-242-4/+40
* MIR Serialization: Serialize the null register operands.Alex Lorenz2015-06-241-0/+23
* MIR Serialization: Serialize immediate machine operands.Alex Lorenz2015-06-231-0/+38
* MIR Parser: Use correct source locations for machine instruction diagnostics.Alex Lorenz2015-06-236-6/+6
* MIR Serialization: Serialize physical register machine operands.Alex Lorenz2015-06-234-0/+83
* MIR Serialization: Introduce a lexer for machine instructions.Alex Lorenz2015-06-223-1/+37
* MIR Serialization: Serialize machine instruction names.Alex Lorenz2015-06-223-0/+46
* MIR Parser: report an error when a basic block isn't found.Alex Lorenz2015-06-191-0/+18
* MIR Serialization: Serialize the list of machine basic blocks with simple att...Alex Lorenz2015-06-191-0/+43
* MIR Serialization: Reenable one of the MIRParser tests by reverting r239805.Alex Lorenz2015-06-181-1/+0
* MIR Parser: Report an error when a machine function doesn't have a correspond...Alex Lorenz2015-06-161-0/+19
* Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Inve...NAKAMURA Takumi2015-06-161-0/+1
* MIR Serialization: Print and parse simple machine function attributes.Alex Lorenz2015-06-161-0/+34
* MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM...Alex Lorenz2015-06-151-1/+3
* MIR Serialization: Report an error when machine functions have the same name.Alex Lorenz2015-06-151-0/+10
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-154-2/+18
* MIR Serialization: use correct line and column numbers for LLVM IR errors.Alex Lorenz2015-05-291-0/+22
* MIR Serialization: print and parse machine function names.Alex Lorenz2015-05-282-0/+46
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-273-0/+39
* Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...NAKAMURA Takumi2015-05-223-39/+0
* Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-213-0/+39
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-193-39/+0
* Fix MIR testcase committed in r237708 - remove target triple.Alex Lorenz2015-05-191-3/+0
* Fix llc path in MIR testcases committed in r237708.Alex Lorenz2015-05-192-2/+2
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-193-0/+42
OpenPOWER on IntegriCloud