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
/
MIRPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
2015-08-06
1
-6
/
+28
*
MIR Serialization: Serialize the machine operand's offset.
Alex Lorenz
2015-08-05
1
-4
/
+20
*
MIR Serialization: Serialize the typed immediate integer machine operands.
Alex Lorenz
2015-08-05
1
-0
/
+3
*
MIR Serialization: Serialize the 'early-clobber' register operand flag.
Alex Lorenz
2015-08-05
1
-0
/
+2
*
MIR Serialization: Serialize the 'debug-use' register operand flag.
Alex Lorenz
2015-08-05
1
-0
/
+2
*
MIR Serialization: Serialize the 'volatile' machine memory operand flag.
Alex Lorenz
2015-08-04
1
-0
/
+2
*
MIR Serialization: Initial serialization of the machine memory operands.
Alex Lorenz
2015-08-03
1
-1
/
+43
*
MIR Serialization: Serialize the floating point immediate machine operands.
Alex Lorenz
2015-07-31
1
-0
/
+3
*
MIR Serialization: Serialize the machine basic block's successor weights.
Alex Lorenz
2015-07-30
1
-0
/
+13
*
MIR Serialization: Serialize the frame info's save and restore points.
Alex Lorenz
2015-07-29
1
-6
/
+17
*
MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.
Alex Lorenz
2015-07-29
1
-0
/
+7
*
MIR Serialization: Serialize the target index machine operands.
Alex Lorenz
2015-07-28
1
-0
/
+23
*
MIR Serialization: Serialize the block address machine operands.
Alex Lorenz
2015-07-28
1
-0
/
+24
*
MIR Printer: Remove an outdated TODO comment and assertion. NFC.
Alex Lorenz
2015-07-28
1
-8
/
+0
*
MIR Serialization: Serialize the unnamed basic block references.
Alex Lorenz
2015-07-27
1
-5
/
+12
*
MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction.
Alex Lorenz
2015-07-27
1
-0
/
+6
*
MIR Serialization: Serialize the machine function's liveins.
Alex Lorenz
2015-07-27
1
-0
/
+9
*
MIR Serialization: Serialize MachineFrameInfo's callee saved information.
Alex Lorenz
2015-07-24
1
-3
/
+19
*
MIR Serialization: Serialize the simple virtual register allocation hints.
Alex Lorenz
2015-07-24
1
-0
/
+9
*
MIR Serialization: Serialize the '.cfi_offset' CFI instruction.
Alex Lorenz
2015-07-23
1
-3
/
+21
*
MIR Serialization: Serialize the machine instruction's debug location.
Alex Lorenz
2015-07-22
1
-0
/
+7
*
MIR Serialization: Serialize the metadata machine operands.
Alex Lorenz
2015-07-22
1
-0
/
+3
*
MIR Serialization: Start serializing the CFI operands with .cfi_def_cfa_offset.
Alex Lorenz
2015-07-21
1
-0
/
+25
*
MIR Serialization: Serialize the external symbol machine operands.
Alex Lorenz
2015-07-21
1
-0
/
+6
*
MIR Serialization: Initial serialization of machine constant pools.
Alex Lorenz
2015-07-20
1
-0
/
+28
*
MIR Serialization: Serialize the frame setup machine instruction flag.
Alex Lorenz
2015-07-17
1
-1
/
+3
*
MIR Serialization: Serialize the frame index machine operands.
Alex Lorenz
2015-07-16
1
-11
/
+57
*
MIR Serialization: Serialize the jump table index operands.
Alex Lorenz
2015-07-15
1
-0
/
+4
*
MIR Serialization: Serialize the jump table info.
Alex Lorenz
2015-07-15
1
-1
/
+24
*
MIR Serialization: Serialize references from the stack objects to named allocas.
Alex Lorenz
2015-07-15
1
-0
/
+4
*
MIR Serialization: Serialize the machine basic block live in registers.
Alex Lorenz
2015-07-14
1
-1
/
+9
*
MIR Printer: move the function 'printReg'. NFC.
Alex Lorenz
2015-07-14
1
-13
/
+13
*
MIR Serialization: Serialize the variable sized stack objects.
Alex Lorenz
2015-07-14
1
-1
/
+3
*
MIR Serialization: Serialize the sub register indices.
Alex Lorenz
2015-07-13
1
-1
/
+3
*
MIR Serialization: Serialize the fixed stack objects.
Alex Lorenz
2015-07-13
1
-0
/
+22
*
MIR Serialization: Serialize the virtual register operands.
Alex Lorenz
2015-07-10
1
-1
/
+2
*
MIR Serialization: Initial serialization of stack objects.
Alex Lorenz
2015-07-10
1
-0
/
+25
*
MIR Serialization: Serialize the virtual register definitions.
Alex Lorenz
2015-07-09
1
-3
/
+15
*
MIR Serialization: Serialize the simple MachineFrameInfo attributes.
Alex Lorenz
2015-07-09
1
-0
/
+20
*
MIR Serialization: Serialize the 'undef' register machine operand flag.
Alex Lorenz
2015-07-08
1
-0
/
+2
*
MIR Serialization: Serialize the 'killed' register machine operand flag.
Alex Lorenz
2015-07-08
1
-0
/
+2
*
MIR Parser: Use source locations for MBB naming errors.
Alex Lorenz
2015-07-08
1
-2
/
+2
*
MIR Printer: Use a module slot tracker to print global address operands. NFC.
Alex Lorenz
2015-07-07
1
-13
/
+12
*
MIR Serialization: Serialize the 'dead' register machine operand flag.
Alex Lorenz
2015-07-07
1
-0
/
+2
*
MIR Serialization: Serialize the implicit register flag.
Alex Lorenz
2015-07-06
1
-1
/
+3
*
Fix compilation failure introduced in r241093.
Alex Lorenz
2015-06-30
1
-2
/
+2
*
MIR Serialization: Serialize MBB successors.
Alex Lorenz
2015-06-30
1
-0
/
+6
*
MIR Printer: extract the code that prints MBB references into a new method. NFC.
Alex Lorenz
2015-06-30
1
-5
/
+10
*
MIR Serialization: Serialize the register mask machine operands.
Alex Lorenz
2015-06-29
1
-2
/
+26
*
MIR Serialization: Serialize global address machine operands.
Alex Lorenz
2015-06-26
1
-5
/
+15
[next]