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
/
MIParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MIR Serialization: Serialize the '.cfi_same_value' CFI directive.
Alex Lorenz
2015-08-14
1
-0
/
+7
*
MIR Serialization: Serialize the external symbol call entry pseudo source
Alex Lorenz
2015-08-14
1
-2
/
+6
*
MIR Serialization: Serialize the global value call entry pseudo source values.
Alex Lorenz
2015-08-14
1
-1
/
+10
*
MIR Serialization: Serialize the 'internal' register operand flag.
Alex Lorenz
2015-08-14
1
-2
/
+6
*
MIR Serialization: Serialize the bundled machine instructions.
Alex Lorenz
2015-08-14
1
-7
/
+43
*
MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
Alex Lorenz
2015-08-13
1
-42
/
+281
*
MIR Parser: Don't allow negative alignments for memory operands.
Alex Lorenz
2015-08-13
1
-1
/
+1
*
MIR Parser: Extract the code that parses the alignment into a new method. NFC.
Alex Lorenz
2015-08-13
1
-5
/
+13
*
MIR Parser: Allow the MI IR references to reference global values.
Alex Lorenz
2015-08-12
1
-0
/
+3
*
MIR Serialization: Serialize the fixed stack pseudo source values.
Alex Lorenz
2015-08-12
1
-1
/
+10
*
MIR Parser: Move the parsing of fixed stack object indices into new method. NFC
Alex Lorenz
2015-08-12
1
-2
/
+11
*
MIR Serialization: Serialize the jump table pseudo source values.
Alex Lorenz
2015-08-12
1
-1
/
+4
*
MIR Serialization: Serialize the GOT pseudo source values.
Alex Lorenz
2015-08-12
1
-1
/
+5
*
MIR Serialization: Serialize the stack pseudo source values.
Alex Lorenz
2015-08-12
1
-1
/
+4
*
MIR Serialization: Serialize the constant pool pseudo source values.
Alex Lorenz
2015-08-12
1
-14
/
+44
*
MIR Serialization: Serialize the liveout register mask machine operands.
Alex Lorenz
2015-08-10
1
-0
/
+30
*
MIR Serialization: Serialize the base alignment for the machine memory operands.
Alex Lorenz
2015-08-07
1
-3
/
+14
*
MIR Serialization: Serialize the offsets for the machine memory operands.
Alex Lorenz
2015-08-07
1
-1
/
+5
*
MIR Parser: Extract the parsing of the operand's offset into a new method. NFC.
Alex Lorenz
2015-08-07
1
-2
/
+10
*
MIR Serialization: Fix serialization of unnamed IR block references.
Alex Lorenz
2015-08-06
1
-10
/
+23
*
MIR Parser: Simplify the token's string value handling.
Alex Lorenz
2015-08-06
1
-9
/
+7
*
MIR Parser: Report an error when parsing duplicate memory operand flags.
Alex Lorenz
2015-08-06
1
-1
/
+5
*
MIR Serialization: Serialize the 'invariant' machine memory operand flag.
Alex Lorenz
2015-08-06
1
-1
/
+4
*
MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.
Alex Lorenz
2015-08-06
1
-0
/
+3
*
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
2015-08-06
1
-7
/
+61
*
MIR Serialization: Serialize the machine operand's offset.
Alex Lorenz
2015-08-05
1
-5
/
+34
*
MIR Parser: Report an error when parsing large immediate operands.
Alex Lorenz
2015-08-05
1
-2
/
+1
*
MIR Serialization: Serialize the typed immediate integer machine operands.
Alex Lorenz
2015-08-05
1
-0
/
+16
*
MIR Parser: Extract the IR constant parsing code into a new method. NFC.
Alex Lorenz
2015-08-05
1
-7
/
+14
*
MIR Parser: Report an error when parsing duplicate register flags.
Alex Lorenz
2015-08-05
1
-1
/
+5
*
MIR Serialization: Serialize the 'early-clobber' register operand flag.
Alex Lorenz
2015-08-05
1
-1
/
+5
*
MIR Serialization: Serialize the 'debug-use' register operand flag.
Alex Lorenz
2015-08-05
1
-1
/
+5
*
MIR Parser: Simplify the handling of quoted tokens. NFC.
Alex Lorenz
2015-08-05
1
-40
/
+12
*
MIR Serialization: Serialize the 'volatile' machine memory operand flag.
Alex Lorenz
2015-08-04
1
-2
/
+20
*
MIR Serialization: Initial serialization of the machine memory operands.
Alex Lorenz
2015-08-03
1
-3
/
+106
*
MIR Serialization: Serialize the floating point immediate machine operands.
Alex Lorenz
2015-07-31
1
-0
/
+25
*
MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.
Alex Lorenz
2015-07-29
1
-0
/
+9
*
MIR Parser: Parse multiple LHS register machine operands.
Alex Lorenz
2015-07-29
1
-4
/
+7
*
MIR Serialization: Serialize the target index machine operands.
Alex Lorenz
2015-07-28
1
-0
/
+49
*
MIR Serialization: Serialize the block address machine operands.
Alex Lorenz
2015-07-28
1
-0
/
+69
*
MIR Parser: Extract the method 'parseGlobalValue'. NFC.
Alex Lorenz
2015-07-28
1
-9
/
+16
*
MIR Serialization: Serialize the unnamed basic block references.
Alex Lorenz
2015-07-27
1
-0
/
+58
*
MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.
Alex Lorenz
2015-07-27
1
-0
/
+7
*
MIR Parser: Rename the standalone parsing methods. NFC.
Alex Lorenz
2015-07-27
1
-6
/
+7
*
MIR Serialization: Serialize the machine function's liveins.
Alex Lorenz
2015-07-27
1
-0
/
+22
*
MIR Serialization: Serialize the '.cfi_offset' CFI instruction.
Alex Lorenz
2015-07-23
1
-7
/
+62
*
MIR Serialization: Serialize the machine instruction's debug location.
Alex Lorenz
2015-07-22
1
-2
/
+13
*
MIR Parser: Extract the MDNode parsing code into a separate method. NFC.
Alex Lorenz
2015-07-22
1
-2
/
+11
*
MIR Serialization: Serialize the metadata machine operands.
Alex Lorenz
2015-07-22
1
-0
/
+20
*
MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.
Alex Lorenz
2015-07-21
1
-0
/
+28
[prev]
[next]