summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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 Parser: Use source locations for MBB naming errors.Alex Lorenz2015-07-081-4/+18
* MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.Alex Lorenz2015-07-071-10/+10
* MIR Serialization: Serialize MBB successors.Alex Lorenz2015-06-301-1/+10
* 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-301-6/+6
* MIR Serialization: Serialize global address machine operands.Alex Lorenz2015-06-261-2/+5
* MIR Serialization: Serialize machine basic block operands.Alex Lorenz2015-06-261-5/+21
* MIR Serialization: Serialize simple MachineRegisterInfo attributes.Alex Lorenz2015-06-241-0/+19
* MIR Parser: Use correct source locations for machine instruction diagnostics.Alex Lorenz2015-06-231-2/+23
* MIR Serialization: Serialize machine instruction names.Alex Lorenz2015-06-221-3/+15
* 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-271-0/+90
OpenPOWER on IntegriCloud