summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.h
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MIRParser] Parse lane masks for register live-insKrzysztof Parzyszek2016-10-121-0/+1
* [CodeGen] Split out the notions of MI invariance and MI dereferenceability.Justin Lebar2016-09-111-1/+2
* GlobalISel: support irtranslation of icmp instructions.Tim Northover2016-08-171-0/+2
* CodeGen: add new "intrinsic" MachineOperand kind.Tim Northover2016-07-291-0/+1
* MIRParser: Use dot instead of colon to mark subregistersMatthias Braun2016-07-261-0/+1
* GlobalISel: implement alloca instructionTim Northover2016-07-221-0/+1
* GlobalISel: implement low-level type with just size & vector lanes.Tim Northover2016-07-201-0/+1
* MIRParser: Add %subreg.xxx syntax for subregister index operandsMatthias Braun2016-03-281-1/+2
* [MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR ...Quentin Colombet2016-03-081-2/+2
* [MIR] Teach the parser how to parse complex types of generic machine instruct...Quentin Colombet2016-03-081-0/+2
* MIR Serialization: Serialize the pointer IR expression values in the machineAlex Lorenz2015-08-211-1/+2
* MIR Serialization: Change syntax for the call entry pseudo source values.Alex Lorenz2015-08-201-0/+1
* MIR Serialization: Serialize unnamed local IR values in memory operands.Alex Lorenz2015-08-191-1/+2
* MIR Serialization: Serialize instruction's register ties.Alex Lorenz2015-08-191-0/+1
* MIR Serialization: Serialize defined registers that require 'def' register flag.Alex Lorenz2015-08-191-3/+4
* MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz2015-08-171-0/+1
* MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz2015-08-171-0/+1
* MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz2015-08-171-0/+1
* MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz2015-08-171-0/+3
* MIR Serialization: Serialize the '.cfi_same_value' CFI directive.Alex Lorenz2015-08-141-0/+1
* MIR Serialization: Serialize the 'internal' register operand flag.Alex Lorenz2015-08-141-1/+3
* MIR Serialization: Serialize the bundled machine instructions.Alex Lorenz2015-08-141-0/+2
* MIR Serialization: Change MIR syntax - use custom syntax for MBBs.Alex Lorenz2015-08-131-4/+14
* MIR Serialization: Serialize the jump table pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the GOT pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the stack pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the constant pool pseudo source values.Alex Lorenz2015-08-121-0/+1
* MIR Serialization: Serialize the liveout register mask machine operands.Alex Lorenz2015-08-101-0/+1
* MIR Serialization: Serialize the base alignment for the machine memory operands.Alex Lorenz2015-08-071-0/+1
* MIR Parser: Simplify the token's string value handling.Alex Lorenz2015-08-061-23/+9
* MIR Serialization: Serialize the 'invariant' machine memory operand flag.Alex Lorenz2015-08-061-1/+3
* MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.Alex Lorenz2015-08-061-1/+4
* MIR Serialization: Initial serialization of the machine operand target flags.Alex Lorenz2015-08-061-0/+1
* MIR Serialization: Serialize the machine operand's offset.Alex Lorenz2015-08-051-0/+2
* MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz2015-08-051-0/+1
* MIR Serialization: Serialize the 'early-clobber' register operand flag.Alex Lorenz2015-08-051-1/+2
* MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz2015-08-051-1/+3
* MIR Parser: Simplify the handling of quoted tokens. NFC.Alex Lorenz2015-08-051-21/+14
* MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz2015-08-041-0/+3
* MIR Serialization: Initial serialization of the machine memory operands.Alex Lorenz2015-08-031-1/+4
* MIR Serialization: Serialize the floating point immediate machine operands.Alex Lorenz2015-07-311-0/+7
* MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.Alex Lorenz2015-07-291-0/+1
* MIR Serialization: Serialize the target index machine operands.Alex Lorenz2015-07-281-0/+1
* MIR Serialization: Serialize the block address machine operands.Alex Lorenz2015-07-281-1/+7
* MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz2015-07-271-2/+4
* MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.Alex Lorenz2015-07-271-0/+1
* MIR Serialization: Serialize the '.cfi_offset' CFI instruction.Alex Lorenz2015-07-231-0/+1
* MIR Serialization: Serialize the machine instruction's debug location.Alex Lorenz2015-07-221-0/+1
* MIR Serialization: Serialize the metadata machine operands.Alex Lorenz2015-07-221-0/+1
OpenPOWER on IntegriCloud