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
/
MIRParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIR Serialization: Serialize MMI's variable debug information.
Alex Lorenz
2015-08-19
1
-0
/
+61
*
MIR Serialization: Serialize the frame information's stack protector index.
Alex Lorenz
2015-08-18
1
-0
/
+11
*
MIR Serialization: Serialize the local offsets for the stack objects.
Alex Lorenz
2015-08-17
1
-0
/
+2
*
MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
Alex Lorenz
2015-08-13
1
-89
/
+14
*
MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag'. NFC.
Alex Lorenz
2015-08-13
1
-6
/
+7
*
MIR Serialization: Serialize UsedPhysRegMask from the machine register info.
Alex Lorenz
2015-08-11
1
-0
/
+32
*
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 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 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 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
1
-0
/
+7
*
MIR Serialization: Serialize the machine function's liveins.
Alex Lorenz
2015-07-27
1
-0
/
+15
*
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
*
MIR Serialization: Initial serialization of machine constant pools.
Alex Lorenz
2015-07-20
1
-0
/
+35
*
MIR Serialization: Serialize the frame index machine operands.
Alex Lorenz
2015-07-16
1
-9
/
+14
*
MIR Serialization: Serialize the jump table index operands.
Alex Lorenz
2015-07-15
1
-3
/
+5
*
MIR Serialization: Serialize the jump table info.
Alex Lorenz
2015-07-15
1
-0
/
+27
*
MIR Serialization: Serialize references from the stack objects to named allocas.
Alex Lorenz
2015-07-15
1
-6
/
+17
*
MIR Serialization: Serialize the machine basic block live in registers.
Alex Lorenz
2015-07-14
1
-0
/
+8
*
MIR Serialization: Serialize the variable sized stack objects.
Alex Lorenz
2015-07-14
1
-3
/
+8
*
MIR Serialization: Serialize the fixed stack objects.
Alex Lorenz
2015-07-13
1
-1
/
+14
*
MIR Serialization: Serialize the virtual register operands.
Alex Lorenz
2015-07-10
1
-9
/
+14
*
MIR Serialization: Initial serialization of stack objects.
Alex Lorenz
2015-07-10
1
-3
/
+14
*
MIR Serialization: Serialize the virtual register definitions.
Alex Lorenz
2015-07-09
1
-3
/
+47
*
MIR Parser: Report an error when parsing machine function with an empty body.
Alex Lorenz
2015-07-09
1
-0
/
+3
*
MIR Serialization: Serialize the simple MachineFrameInfo attributes.
Alex Lorenz
2015-07-09
1
-0
/
+25
*
MIR Parser: Use source locations for MBB naming errors.
Alex Lorenz
2015-07-08
1
-4
/
+18
*
MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.
Alex Lorenz
2015-07-07
1
-10
/
+10
*
MIR Serialization: Serialize MBB successors.
Alex Lorenz
2015-06-30
1
-1
/
+10
*
MIR Parser: refactor error reporting for machine instruction parser errors. NFC.
Alex Lorenz
2015-06-30
1
-5
/
+14
*
MIR Parser: make the machine instruction parsing interface more consistent. NFC.
Alex Lorenz
2015-06-30
1
-6
/
+6
*
MIR Serialization: Serialize global address machine operands.
Alex Lorenz
2015-06-26
1
-2
/
+5
*
MIR Serialization: Serialize machine basic block operands.
Alex Lorenz
2015-06-26
1
-5
/
+21
*
MIR Serialization: Serialize simple MachineRegisterInfo attributes.
Alex Lorenz
2015-06-24
1
-0
/
+19
*
MIR Parser: Use correct source locations for machine instruction diagnostics.
Alex Lorenz
2015-06-23
1
-2
/
+23
*
MIR Serialization: Serialize machine instruction names.
Alex Lorenz
2015-06-22
1
-3
/
+15
*
MIR Parser: report an error when a basic block isn't found.
Alex Lorenz
2015-06-19
1
-1
/
+3
*
MIR Serialization: Serialize the list of machine basic blocks with simple att...
Alex Lorenz
2015-06-19
1
-0
/
+30
*
MIR Parser: Report an error when a machine function doesn't have a correspond...
Alex Lorenz
2015-06-16
1
-0
/
+3
*
MIR Serialization: Print and parse simple machine function attributes.
Alex Lorenz
2015-06-16
1
-0
/
+5
*
MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM...
Alex Lorenz
2015-06-15
1
-3
/
+24
*
MIR Serialization: Report an error when machine functions have the same name.
Alex Lorenz
2015-06-15
1
-0
/
+3
[next]