index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MIRParser
/
MILexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MILexer: Add ErrorCallbackType typedef; NFC
Matthias Braun
2016-03-18
1
-30
/
+22
*
[MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR ...
Quentin Colombet
2016-03-08
1
-2
/
+2
*
[MIR] Teach the parser how to parse complex types of generic machine instruct...
Quentin Colombet
2016-03-08
1
-0
/
+4
*
MIR Serialization: Serialize the pointer IR expression values in the machine
Alex Lorenz
2015-08-21
1
-0
/
+26
*
MIR Serialization: Change syntax for the call entry pseudo source values.
Alex Lorenz
2015-08-20
1
-0
/
+1
*
MIR Serialization: Serialize unnamed local IR values in memory operands.
Alex Lorenz
2015-08-19
1
-0
/
+2
*
MIR Serialization: Serialize instruction's register ties.
Alex Lorenz
2015-08-19
1
-0
/
+1
*
MIR Serialization: Serialize defined registers that require 'def' register flag.
Alex Lorenz
2015-08-19
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's range metadata node.
Alex Lorenz
2015-08-17
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's noalias metadata node.
Alex Lorenz
2015-08-17
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's alias scope metadata node.
Alex Lorenz
2015-08-17
1
-0
/
+1
*
MIR Serialization: Serialize the memory operand's TBAA metadata node.
Alex Lorenz
2015-08-17
1
-2
/
+29
*
MIR Serialization: Serialize the '.cfi_same_value' CFI directive.
Alex Lorenz
2015-08-14
1
-0
/
+1
*
MIR Serialization: Serialize the 'internal' register operand flag.
Alex Lorenz
2015-08-14
1
-0
/
+1
*
MIR Serialization: Serialize the bundled machine instructions.
Alex Lorenz
2015-08-14
1
-0
/
+4
*
MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
Alex Lorenz
2015-08-13
1
-9
/
+39
*
MIR Serialization: Serialize the jump table pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the GOT pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the stack pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the constant pool pseudo source values.
Alex Lorenz
2015-08-12
1
-0
/
+1
*
MIR Serialization: Serialize the liveout register mask machine operands.
Alex Lorenz
2015-08-10
1
-0
/
+1
*
MIR Serialization: Serialize the base alignment for the machine memory operands.
Alex Lorenz
2015-08-07
1
-0
/
+1
*
MIR Parser: Simplify the token's string value handling.
Alex Lorenz
2015-08-06
1
-24
/
+51
*
MIR Serialization: Serialize the 'invariant' machine memory operand flag.
Alex Lorenz
2015-08-06
1
-0
/
+1
*
MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.
Alex Lorenz
2015-08-06
1
-0
/
+1
*
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
2015-08-06
1
-0
/
+1
*
MIR Serialization: Serialize the machine operand's offset.
Alex Lorenz
2015-08-05
1
-0
/
+4
*
MIR Serialization: Serialize the typed immediate integer machine operands.
Alex Lorenz
2015-08-05
1
-0
/
+13
*
MIR Serialization: Serialize the 'early-clobber' register operand flag.
Alex Lorenz
2015-08-05
1
-0
/
+1
*
MIR Serialization: Serialize the 'debug-use' register operand flag.
Alex Lorenz
2015-08-05
1
-0
/
+1
*
MIR Parser: Simplify the handling of quoted tokens. NFC.
Alex Lorenz
2015-08-05
1
-16
/
+16
*
MIR Serialization: Serialize the 'volatile' machine memory operand flag.
Alex Lorenz
2015-08-04
1
-0
/
+1
*
MIR Serialization: Initial serialization of the machine memory operands.
Alex Lorenz
2015-08-03
1
-2
/
+20
*
MIR Serialization: Serialize the floating point immediate machine operands.
Alex Lorenz
2015-07-31
1
-2
/
+45
*
MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.
Alex Lorenz
2015-07-29
1
-0
/
+1
*
MIR Serialization: Serialize the target index machine operands.
Alex Lorenz
2015-07-28
1
-0
/
+1
*
MIR Serialization: Serialize the block address machine operands.
Alex Lorenz
2015-07-28
1
-3
/
+16
*
MIR Parser: Move the function 'lexName'. NFC.
Alex Lorenz
2015-07-28
1
-20
/
+20
*
MIR Serialization: Serialize the unnamed basic block references.
Alex Lorenz
2015-07-27
1
-0
/
+6
*
MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.
Alex Lorenz
2015-07-27
1
-0
/
+1
*
MIR Serialization: Serialize the '.cfi_offset' CFI instruction.
Alex Lorenz
2015-07-23
1
-0
/
+1
*
MIR Serialization: Serialize the machine instruction's debug location.
Alex Lorenz
2015-07-22
1
-0
/
+1
*
MIR Serialization: Serialize the metadata machine operands.
Alex Lorenz
2015-07-22
1
-0
/
+2
*
MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.
Alex Lorenz
2015-07-21
1
-1
/
+2
*
MIR Parser: Reuse the function 'lexName' when lexing global value tokens. NFC.
Alex Lorenz
2015-07-21
1
-31
/
+19
*
MIR Serialization: Serialize the external symbol machine operands.
Alex Lorenz
2015-07-21
1
-0
/
+32
*
MIR Serialization: Initial serialization of machine constant pools.
Alex Lorenz
2015-07-20
1
-0
/
+6
*
MIR Parser: Add support for quoted named global value operands.
Alex Lorenz
2015-07-20
1
-3
/
+59
*
MIR Parser: Allow the dollar characters in all of the identifier tokens.
Alex Lorenz
2015-07-17
1
-1
/
+4
*
MIR Serialization: Serialize the frame setup machine instruction flag.
Alex Lorenz
2015-07-17
1
-0
/
+1
[next]