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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIR Parser: Report an error when a stack object is redefined.
Alex Lorenz
2015-08-10
1
-2
/
+5
*
MIR Parser: Report an error when a fixed stack object is redefined.
Alex Lorenz
2015-08-10
1
-2
/
+6
*
MIR Serialization: Serialize the liveout register mask machine operands.
Alex Lorenz
2015-08-10
3
-0
/
+32
*
MIR Serialization: Serialize the base alignment for the machine memory operands.
Alex Lorenz
2015-08-07
3
-3
/
+16
*
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
3
-56
/
+67
*
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
3
-2
/
+8
*
MIR Serialization: Serialize the 'non-temporal' machine memory operand flag.
Alex Lorenz
2015-08-06
3
-1
/
+8
*
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
2015-08-06
3
-7
/
+63
*
MIR Serialization: Serialize the machine operand's offset.
Alex Lorenz
2015-08-05
3
-5
/
+40
*
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
3
-0
/
+30
*
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
3
-2
/
+8
*
MIR Serialization: Serialize the 'debug-use' register operand flag.
Alex Lorenz
2015-08-05
3
-2
/
+9
*
MIR Parser: Simplify the handling of quoted tokens. NFC.
Alex Lorenz
2015-08-05
3
-77
/
+42
*
MIR Serialization: Serialize the 'volatile' machine memory operand flag.
Alex Lorenz
2015-08-04
3
-2
/
+24
*
MIR Serialization: Initial serialization of the machine memory operands.
Alex Lorenz
2015-08-03
3
-6
/
+130
*
MIR Parser: Report an error when a jump table entry is redefined.
Alex Lorenz
2015-07-31
1
-2
/
+5
*
MIR Parser: Remove unused variable.
Alex Lorenz
2015-07-31
1
-1
/
+0
*
MIR Serialization: Serialize the floating point immediate machine operands.
Alex Lorenz
2015-07-31
3
-2
/
+77
*
MIR Parser: Report an error when a constant pool item is redefined.
Alex Lorenz
2015-07-30
1
-3
/
+6
*
MIR Parser: Report an error when a virtual register is redefined.
Alex Lorenz
2015-07-30
1
-3
/
+5
*
MIR Serialization: Serialize the machine basic block's successor weights.
Alex Lorenz
2015-07-30
1
-1
/
+13
*
MIR Serialization: Serialize the frame info's save and restore points.
Alex Lorenz
2015-07-29
1
-2
/
+16
*
MIR Parser: Extract the code that parses MBB references into a new method. NFC.
Alex Lorenz
2015-07-29
1
-5
/
+18
*
MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.
Alex Lorenz
2015-07-29
3
-0
/
+11
*
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
3
-0
/
+51
*
MIR Serialization: Serialize the block address machine operands.
Alex Lorenz
2015-07-28
3
-4
/
+92
*
MIR Parser: Extract the method 'parseGlobalValue'. NFC.
Alex Lorenz
2015-07-28
1
-9
/
+16
*
MIR Parser: Move the function 'lexName'. NFC.
Alex Lorenz
2015-07-28
1
-20
/
+20
*
MIR Parser: Remove redundant parameters. NFC.
Alex Lorenz
2015-07-28
1
-6
/
+6
*
MIR Serialization: Serialize the unnamed basic block references.
Alex Lorenz
2015-07-27
5
-2
/
+81
*
MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.
Alex Lorenz
2015-07-27
3
-0
/
+9
*
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
3
-0
/
+43
*
MIR Serialization: Serialize MachineFrameInfo's callee saved information.
Alex Lorenz
2015-07-24
1
-12
/
+41
*
MIR Serialization: Serialize the simple virtual register allocation hints.
Alex Lorenz
2015-07-24
1
-12
/
+18
*
MIR Parser: Run the machine verifier after initializing machine functions.
Alex Lorenz
2015-07-24
1
-0
/
+4
*
MIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo::getDwarfRegNum().
NAKAMURA Takumi
2015-07-24
1
-1
/
+1
*
Reorder alphabetically.
NAKAMURA Takumi
2015-07-24
1
-1
/
+1
*
MIR Serialization: Serialize the '.cfi_offset' CFI instruction.
Alex Lorenz
2015-07-23
3
-7
/
+64
*
MIR Serialization: Serialize the machine instruction's debug location.
Alex Lorenz
2015-07-22
3
-2
/
+15
*
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
3
-0
/
+23
[next]