summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
AgeCommit message (Expand)Author
2016-04-14Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner
2016-04-08[MIR] Teach the parser how to deal with register banks.Quentin Colombet
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff
2016-03-08[MIR] Teach the parser/printer that generic virtual registers do not need a r...Quentin Colombet
2015-08-19MIR Serialization: Serialize MMI's variable debug information.Alex Lorenz
2015-08-18MIR Serialization: Serialize the frame information's stack protector index.Alex Lorenz
2015-08-17MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz
2015-08-13MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz
2015-08-13MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag'. NFC.Alex Lorenz
2015-08-11MIR Serialization: Serialize UsedPhysRegMask from the machine register info.Alex Lorenz
2015-08-10MIR Parser: Report an error when a stack object is redefined.Alex Lorenz
2015-08-10MIR Parser: Report an error when a fixed stack object is redefined.Alex Lorenz
2015-07-31MIR Parser: Report an error when a jump table entry is redefined.Alex Lorenz
2015-07-31MIR Parser: Remove unused variable.Alex Lorenz
2015-07-30MIR Parser: Report an error when a constant pool item is redefined.Alex Lorenz
2015-07-30MIR Parser: Report an error when a virtual register is redefined.Alex Lorenz
2015-07-30MIR Serialization: Serialize the machine basic block's successor weights.Alex Lorenz
2015-07-29MIR Serialization: Serialize the frame info's save and restore points.Alex Lorenz
2015-07-29MIR Parser: Extract the code that parses MBB references into a new method. NFC.Alex Lorenz
2015-07-28MIR Parser: Remove redundant parameters. NFC.Alex Lorenz
2015-07-27MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz
2015-07-27MIR Serialization: Serialize the machine function's liveins.Alex Lorenz
2015-07-24MIR Serialization: Serialize MachineFrameInfo's callee saved information.Alex Lorenz
2015-07-24MIR Serialization: Serialize the simple virtual register allocation hints.Alex Lorenz
2015-07-24MIR Parser: Run the machine verifier after initializing machine functions.Alex Lorenz
2015-07-20MIR Serialization: Initial serialization of machine constant pools.Alex Lorenz
2015-07-16MIR Serialization: Serialize the frame index machine operands.Alex Lorenz
2015-07-15MIR Serialization: Serialize the jump table index operands.Alex Lorenz
2015-07-15MIR Serialization: Serialize the jump table info.Alex Lorenz
2015-07-15MIR Serialization: Serialize references from the stack objects to named allocas.Alex Lorenz
2015-07-14MIR Serialization: Serialize the machine basic block live in registers.Alex Lorenz
2015-07-14MIR Serialization: Serialize the variable sized stack objects.Alex Lorenz
2015-07-13MIR Serialization: Serialize the fixed stack objects.Alex Lorenz
2015-07-10MIR Serialization: Serialize the virtual register operands.Alex Lorenz
2015-07-10MIR Serialization: Initial serialization of stack objects.Alex Lorenz
2015-07-09MIR Serialization: Serialize the virtual register definitions.Alex Lorenz
2015-07-09MIR Parser: Report an error when parsing machine function with an empty body.Alex Lorenz
2015-07-09MIR Serialization: Serialize the simple MachineFrameInfo attributes.Alex Lorenz
2015-07-08MIR Parser: Use source locations for MBB naming errors.Alex Lorenz
2015-07-07MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.Alex Lorenz
2015-06-30MIR Serialization: Serialize MBB successors.Alex Lorenz
2015-06-30MIR Parser: refactor error reporting for machine instruction parser errors. NFC.Alex Lorenz
2015-06-30MIR Parser: make the machine instruction parsing interface more consistent. NFC.Alex Lorenz
2015-06-26MIR Serialization: Serialize global address machine operands.Alex Lorenz
2015-06-26MIR Serialization: Serialize machine basic block operands.Alex Lorenz
2015-06-24MIR Serialization: Serialize simple MachineRegisterInfo attributes.Alex Lorenz
2015-06-23MIR Parser: Use correct source locations for machine instruction diagnostics.Alex Lorenz
2015-06-22MIR Serialization: Serialize machine instruction names.Alex Lorenz
2015-06-19MIR Parser: report an error when a basic block isn't found.Alex Lorenz
2015-06-19MIR Serialization: Serialize the list of machine basic blocks with simple att...Alex Lorenz