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
/
GlobalISel
/
MachineIRBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+32
*
GlobalISel: implement alloca instruction
Tim Northover
2016-07-22
1
-0
/
+8
*
GlobalISel: implement low-level type with just size & vector lanes.
Tim Northover
2016-07-20
1
-7
/
+7
*
[IRTranslator] Translate unconditional branches.
Quentin Colombet
2016-03-11
1
-0
/
+7
*
[MachineIRBuilder] Rework buildInstr API to maximize code reuse.
Quentin Colombet
2016-03-11
1
-22
/
+24
*
[MachineIRBuilder] Rename the setter of MF for consistency with the getter.
Quentin Colombet
2016-03-11
1
-1
/
+1
*
[MachineIRBuilder] Rename the setter for MBB for consistency with the getter.
Quentin Colombet
2016-03-11
1
-2
/
+2
*
[Target] Add a helper function to check if an opcode is invalid after isel.
Quentin Colombet
2016-02-11
1
-1
/
+13
*
[GlobalISel] Teach the IRTranslator how to lower returns.
Quentin Colombet
2016-02-11
1
-0
/
+22
*
[GlobalISel] Add a MachineIRBuilder class.
Quentin Colombet
2016-02-11
1
-0
/
+61