summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser
Commit message (Expand)AuthorAgeFilesLines
* [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
* MIR Serialization: Serialize MMI's variable debug information.Alex Lorenz2015-08-193-0/+84
* MIR Parser: Return true on error when parsing standalone registers.Alex Lorenz2015-08-181-2/+2
* MIR Serialization: Serialize the operand's bit mask target flags.Alex Lorenz2015-08-181-4/+47
* MIR Serialization: Serialize the frame information's stack protector index.Alex Lorenz2015-08-183-0/+37
* MIR Parser: Extract the code that parses stack object references into a newAlex Lorenz2015-08-181-2/+11
* MIR Parser: Implicit register verifier should accept unexpected implicitAlex Lorenz2015-08-181-0/+13
* MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz2015-08-171-0/+2
* MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz2015-08-173-4/+12
* MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz2015-08-173-2/+9
* MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz2015-08-173-2/+8
* MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz2015-08-173-10/+52
* MIR Serialization: Serialize the '.cfi_same_value' CFI directive.Alex Lorenz2015-08-143-0/+9
* MIR Serialization: Serialize the external symbol call entry pseudo sourceAlex Lorenz2015-08-141-2/+6
* MIR Serialization: Serialize the global value call entry pseudo source values.Alex Lorenz2015-08-141-1/+10
* MIR Serialization: Serialize the 'internal' register operand flag.Alex Lorenz2015-08-143-3/+10
* MIR Serialization: Serialize the bundled machine instructions.Alex Lorenz2015-08-143-7/+49
* MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz2015-08-135-152/+378
* MIR Parser: Don't allow negative alignments for memory operands.Alex Lorenz2015-08-131-1/+1
* MIR Parser: Extract the code that parses the alignment into a new method. NFC.Alex Lorenz2015-08-131-5/+13
* MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag'. NFC.Alex Lorenz2015-08-131-6/+7
* MIR Parser: Allow the MI IR references to reference global values.Alex Lorenz2015-08-121-0/+3
OpenPOWER on IntegriCloud