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
/
MachineLegalizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-173
/
+0
*
GlobalISel: remove G_TYPE and G_PHI
Tim Northover
2016-09-09
1
-5
/
+0
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-6
/
+25
*
GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover
2016-09-01
1
-1
/
+3
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-0
/
+3
*
GlobalISel: use multi-dimensional arrays for legalize actions.
Tim Northover
2016-08-29
1
-12
/
+16
*
GlobalISel: legalize frem to a libcall on AArch64.
Tim Northover
2016-08-29
1
-0
/
+1
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
1
-0
/
+1
*
Don't use "return {...}" to initialize a std::tuple. This has only been valid
Richard Smith
2016-08-23
1
-2
/
+2
*
GlobalISel: make truncate/extend casts uniform
Tim Northover
2016-08-23
1
-1
/
+1
*
GlobalISel: legalize conditional branches on AArch64.
Tim Northover
2016-08-23
1
-0
/
+5
*
GlobalISel: extend legalizer interface to handle multiple types.
Tim Northover
2016-08-23
1
-23
/
+31
*
GlobalISel: teach legalizer how to handle integer constants.
Tim Northover
2016-08-19
1
-2
/
+3
*
GlobalISel: add code to widen scalar G_ADD
Tim Northover
2016-08-04
1
-0
/
+5
*
[GlobalISel] Const-ify MachineInstrs passed to MachineLegalizer.
Ahmed Bougacha
2016-08-02
1
-2
/
+2
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-4
/
+5
*
GlobalISel: implement Legalization querying framework.
Tim Northover
2016-07-20
1
-0
/
+128