summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
Commit message (Expand)AuthorAgeFilesLines
* [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
* CodeGen: add new "intrinsic" MachineOperand kind.Tim Northover2016-07-293-0/+36
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-282-2/+2
* [MIRParser] Accept unsized generic instructions.Ahmed Bougacha2016-07-281-6/+2
* MIRParser: Use dot instead of colon to mark subregistersMatthias Braun2016-07-263-5/+13
* MIRParser: Use shorter cfi identifiersMatthias Braun2016-07-261-5/+5
* GlobalISel: omit braces on MachineInstr types when there's only one.Tim Northover2016-07-261-4/+10
* GlobalISel: allow multiple types on MachineInstrs.Tim Northover2016-07-221-7/+14
* GlobalISel: implement alloca instructionTim Northover2016-07-223-5/+16
* GlobalISel: implement low-level type with just size & vector lanes.Tim Northover2016-07-203-39/+49
* [GlobalISel] Mark newly-created gvregs as having a bank.Ahmed Bougacha2016-07-191-1/+5
* MIParser: reject subregister indexes on physregsMatthias Braun2016-07-161-0/+2
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-151-4/+4
* 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-133-88/+69
* MIRParser: Move MachineFunction reference into PFS; NFCMatthias Braun2016-07-133-141/+132
* [MIR] Check that generic virtual registers get a size.Quentin Colombet2016-06-083-4/+11
* MIR: Fix parsing of stack object references in MachineMemOperandsMatthias Braun2016-06-081-1/+10
* MIR: Support MachineMemOperands without associated valueMatthias Braun2016-06-041-7/+9
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+1
* Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini2016-04-161-0/+1
* 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
* MIRParser: Add %subreg.xxx syntax for subregister index operandsMatthias Braun2016-03-283-1/+27
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-281-0/+2
* MILexer: Add ErrorCallbackType typedef; NFCMatthias Braun2016-03-181-30/+22
* [MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR ...Quentin Colombet2016-03-082-4/+4
* [MIR] Teach the parser/printer that generic virtual registers do not need a r...Quentin Colombet2016-03-081-6/+13
* [MIR] Teach the parser how to parse complex types of generic machine instruct...Quentin Colombet2016-03-083-14/+35
* [MIR] Teach the mir parser about types on generic machine instructions.Quentin Colombet2016-03-081-0/+33
* [MIR] Teach the parser how to handle the size of generic virtual registers.Quentin Colombet2016-03-071-8/+36
* Remove autoconf supportChris Bieneman2016-01-261-13/+0
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-051-2/+2
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-1/+2
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-2/+1
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-1/+2
* Fix PR 24724 - The implicit register verifier shouldn't assume certain operandAlex Lorenz2015-09-101-39/+16
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-1/+1
* MIR Serialization: Serialize the pointer IR expression values in the machineAlex Lorenz2015-08-213-3/+39
* MIRParser: Split the 'parseIRConstant' method into two methods. NFC.Alex Lorenz2015-08-211-3/+12
* MIR Serialization: Print MCSymbol operands.Alex Lorenz2015-08-211-1/+1
* MIR Serialization: Use the global value syntax for global value memory operands.Alex Lorenz2015-08-201-4/+11
* MIR Serialization: Change syntax for the call entry pseudo source values.Alex Lorenz2015-08-203-13/+22
* MIR Serialization: Serialize unnamed local IR values in memory operands.Alex Lorenz2015-08-193-5/+49
* MIR Parser: parseIRValue should take in a constant pointer. NFC.Alex Lorenz2015-08-191-3/+3
* MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC.Alex Lorenz2015-08-191-14/+13
* MIR Serialization: Serialize instruction's register ties.Alex Lorenz2015-08-193-14/+95
* MIR Serialization: Serialize defined registers that require 'def' register flag.Alex Lorenz2015-08-193-3/+9
OpenPOWER on IntegriCloud