summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [YAMLIO] Add the ability to map with context.Zachary Turner2016-09-081-1/+2
* [MFProperties] Introduce a reset method with no argument.Quentin Colombet2016-08-261-1/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-2/+4
* MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing itMatthias Braun2016-08-241-10/+13
* MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun2016-08-241-1/+0
* MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.Matthias Braun2016-08-241-4/+17
* MachineFunction: Introduce NoPHIs propertyMatthias Braun2016-08-231-0/+18
* [GlobalISel] Add Selected MachineFunction property.Ahmed Bougacha2016-08-021-0/+2
* [GlobalISel] Add RegBankSelected MachineFunction property.Ahmed Bougacha2016-08-021-0/+3
* [GlobalISel] Add Legalized MachineFunction property.Ahmed Bougacha2016-08-021-0/+4
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-1/+1
* MIRParser: Fix MIRParser not reporting nullptr on error.Matthias Braun2016-07-141-1/+1
* MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFCMatthias Braun2016-07-131-20/+29
* MIRParser: Move MachineFunction reference into PFS; NFCMatthias Braun2016-07-131-82/+70
* [MIR] Check that generic virtual registers get a size.Quentin Colombet2016-06-081-0/+2
* Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner2016-04-141-0/+1
* [MIR] Teach the parser how to deal with register banks.Quentin Colombet2016-04-081-10/+51
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-281-0/+2
* [MIR] Teach the parser/printer that generic virtual registers do not need a r...Quentin Colombet2016-03-081-6/+13
* MIR Serialization: Serialize MMI's variable debug information.Alex Lorenz2015-08-191-0/+61
* MIR Serialization: Serialize the frame information's stack protector index.Alex Lorenz2015-08-181-0/+11
* MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz2015-08-171-0/+2
* MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz2015-08-131-89/+14
* MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag'. NFC.Alex Lorenz2015-08-131-6/+7
* MIR Serialization: Serialize UsedPhysRegMask from the machine register info.Alex Lorenz2015-08-111-0/+32
* MIR Parser: Report an error when a stack object is redefined.Alex Lorenz2015-08-101-2/+5
* MIR Parser: Report an error when a fixed stack object is redefined.Alex Lorenz2015-08-101-2/+6
* MIR Parser: Report an error when a jump table entry is redefined.Alex Lorenz2015-07-311-2/+5
* MIR Parser: Remove unused variable.Alex Lorenz2015-07-311-1/+0
* MIR Parser: Report an error when a constant pool item is redefined.Alex Lorenz2015-07-301-3/+6
* MIR Parser: Report an error when a virtual register is redefined.Alex Lorenz2015-07-301-3/+5
* MIR Serialization: Serialize the machine basic block's successor weights.Alex Lorenz2015-07-301-1/+13
* MIR Serialization: Serialize the frame info's save and restore points.Alex Lorenz2015-07-291-2/+16
* MIR Parser: Extract the code that parses MBB references into a new method. NFC.Alex Lorenz2015-07-291-5/+18
* MIR Parser: Remove redundant parameters. NFC.Alex Lorenz2015-07-281-6/+6
* MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz2015-07-271-0/+7
* MIR Serialization: Serialize the machine function's liveins.Alex Lorenz2015-07-271-0/+15
* MIR Serialization: Serialize MachineFrameInfo's callee saved information.Alex Lorenz2015-07-241-12/+41
* MIR Serialization: Serialize the simple virtual register allocation hints.Alex Lorenz2015-07-241-12/+18
* MIR Parser: Run the machine verifier after initializing machine functions.Alex Lorenz2015-07-241-0/+4
* MIR Serialization: Initial serialization of machine constant pools.Alex Lorenz2015-07-201-0/+35
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-161-9/+14
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-151-3/+5
* 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-141-0/+8
* MIR Serialization: Serialize the variable sized stack objects.Alex Lorenz2015-07-141-3/+8
* MIR Serialization: Serialize the fixed stack objects.Alex Lorenz2015-07-131-1/+14
* MIR Serialization: Serialize the virtual register operands.Alex Lorenz2015-07-101-9/+14
* MIR Serialization: Initial serialization of stack objects.Alex Lorenz2015-07-101-3/+14
OpenPOWER on IntegriCloud