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
/
MachineLegalizeHelper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-355
/
+0
*
GlobalISel: produce correct code for signext/zeroext ABI flags.
Tim Northover
2016-09-21
1
-3
/
+4
*
GlobalISel: split aggregates for PCS lowering
Tim Northover
2016-09-20
1
-2
/
+4
*
GlobalISel: legalize GEP instructions with small offsets.
Tim Northover
2016-09-15
1
-0
/
+7
*
Fix another -Wunused-variable for non-assert build.
Rui Ueyama
2016-09-09
1
-3
/
+4
*
Fix -Wunused-variable for non-assert build.
Rui Ueyama
2016-09-09
1
-3
/
+2
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-82
/
+70
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-1
/
+2
*
GlobalISel: switch to SmallVector for pending legalizations.
Tim Northover
2016-08-29
1
-6
/
+8
*
GlobalISel: legalize frem to a libcall on AArch64.
Tim Northover
2016-08-29
1
-0
/
+28
*
[MachineLegalize] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-27
1
-2
/
+6
*
GlobalISel: simplify G_ICMP legalization regime.
Tim Northover
2016-08-26
1
-30
/
+20
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
1
-0
/
+29
*
GlobalISel: legalize under-width divisions.
Tim Northover
2016-08-26
1
-0
/
+27
*
GlobalISel: perform multi-step legalization
Tim Northover
2016-08-25
1
-2
/
+27
*
GlobalISel: make truncate/extend casts uniform
Tim Northover
2016-08-23
1
-11
/
+12
*
GlobalISel: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
1
-2
/
+34
*
GlobalISel: legalize conditional branches on AArch64.
Tim Northover
2016-08-23
1
-0
/
+7
*
GlobalISel: extend legalizer interface to handle multiple types.
Tim Northover
2016-08-23
1
-7
/
+14
*
GlobalISel: legalize 1-bit load/store and mark 8/16 bit variants legal on AAr...
Tim Northover
2016-08-23
1
-5
/
+24
*
GlobalISel: support legalization of G_FCONSTANTs
Tim Northover
2016-08-19
1
-0
/
+8
*
GlobalISel: teach legalizer how to handle integer constants.
Tim Northover
2016-08-19
1
-1
/
+9
*
GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
Tim Northover
2016-08-19
1
-5
/
+12
*
GlobalISel: support translation of extractvalue instructions.
Tim Northover
2016-08-19
1
-1
/
+1
*
GlobalISel: support overflow arithmetic intrinsics.
Tim Northover
2016-08-19
1
-6
/
+10
*
GlobalISel: extend add widening to SUB, MUL, OR, AND and XOR.
Tim Northover
2016-08-04
1
-2
/
+8
*
GlobalISel: implement narrowing for G_ADD.
Tim Northover
2016-08-04
1
-1
/
+32
*
GlobalISel: add code to widen scalar G_ADD
Tim Northover
2016-08-04
1
-1
/
+24
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+98