summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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