summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-24/+51
* MIR Serialization: Serialize the 'invariant' machine memory operand flag.Alex Lorenz2015-08-061-0/+1
* MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.Alex Lorenz2015-08-061-0/+1
* 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/+4
* MIR Serialization: Serialize the typed immediate integer machine operands.Alex Lorenz2015-08-051-0/+13
* MIR Serialization: Serialize the 'early-clobber' register operand flag.Alex Lorenz2015-08-051-0/+1
* MIR Serialization: Serialize the 'debug-use' register operand flag.Alex Lorenz2015-08-051-0/+1
* MIR Parser: Simplify the handling of quoted tokens. NFC.Alex Lorenz2015-08-051-16/+16
* MIR Serialization: Serialize the 'volatile' machine memory operand flag.Alex Lorenz2015-08-041-0/+1
* MIR Serialization: Initial serialization of the machine memory operands.Alex Lorenz2015-08-031-2/+20
* MIR Serialization: Serialize the floating point immediate machine operands.Alex Lorenz2015-07-311-2/+45
* 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-3/+16
* MIR Parser: Move the function 'lexName'. NFC.Alex Lorenz2015-07-281-20/+20
* MIR Serialization: Serialize the unnamed basic block references.Alex Lorenz2015-07-271-0/+6
* 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/+2
* MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.Alex Lorenz2015-07-211-1/+2
* MIR Parser: Reuse the function 'lexName' when lexing global value tokens. NFC.Alex Lorenz2015-07-211-31/+19
* MIR Serialization: Serialize the external symbol machine operands.Alex Lorenz2015-07-211-0/+32
* MIR Serialization: Initial serialization of machine constant pools.Alex Lorenz2015-07-201-0/+6
* MIR Parser: Add support for quoted named global value operands.Alex Lorenz2015-07-201-3/+59
* MIR Parser: Allow the dollar characters in all of the identifier tokens.Alex Lorenz2015-07-171-1/+4
* MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz2015-07-171-0/+1
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-161-0/+33
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-151-0/+19
* MIR Serialization: Serialize the sub register indices.Alex Lorenz2015-07-131-0/+2
* MIR Serialization: Serialize the virtual register operands.Alex Lorenz2015-07-101-0/+13
* MIR Serialization: Serialize the 'undef' register machine operand flag.Alex Lorenz2015-07-081-0/+1
* MIR Serialization: Serialize the 'killed' register machine operand flag.Alex Lorenz2015-07-081-0/+1
* MIR Serialization: Serialize the 'dead' register machine operand flag.Alex Lorenz2015-07-071-0/+1
* MIR Serialization: Serialize the implicit register flag.Alex Lorenz2015-07-061-2/+10
* MIR Parser: adopt the 'maybeLex...' pattern. NFC.Alex Lorenz2015-06-301-22/+37
* MIR Serialization: Serialize global address machine operands.Alex Lorenz2015-06-261-0/+21
* MIR Serialization: Serialize machine basic block operands.Alex Lorenz2015-06-261-3/+33
* MIR Serialization: Serialize the null register operands.Alex Lorenz2015-06-241-1/+3
* MILexer.cpp: Try to fix a warning. [-Wsign-compare]NAKAMURA Takumi2015-06-241-1/+1
* MIR Serialization: Serialize immediate machine operands.Alex Lorenz2015-06-231-1/+13
* MIR Serialization: Serialize physical register machine operands.Alex Lorenz2015-06-231-0/+32
* MIR Serialization: Introduce a lexer for machine instructions.Alex Lorenz2015-06-221-0/+87
OpenPOWER on IntegriCloud