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
/
Target
/
AArch64
/
AArch64MachineLegalizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-202
/
+0
*
[AArch64][MachineLegalizer] Mark more G_BITCAST as legal.
Quentin Colombet
2016-10-13
1
-1
/
+8
*
GlobalISel: mark G_BRCOND on s1 as legal.
Tim Northover
2016-10-12
1
-3
/
+2
*
[AArch64][MachineLegalizer] Mark more bitcasts as legal.
Quentin Colombet
2016-10-12
1
-0
/
+3
*
GlobalISel: support same-size casts on AArch64.
Tim Northover
2016-10-11
1
-0
/
+13
*
[AArch64][MachineLegalizer] Mark v2s32 G_LOAD as legal.
Quentin Colombet
2016-10-11
1
-1
/
+1
*
GlobalISel: allow G_GLOBAL_VALUEs in AArch64 legalization.
Tim Northover
2016-10-10
1
-0
/
+1
*
GlobalISel: legalize GEP instructions with small offsets.
Tim Northover
2016-09-15
1
-0
/
+6
*
GlobalISel: relax type constraints on G_ICMP to allow pointers.
Tim Northover
2016-09-15
1
-0
/
+1
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-1
/
+0
*
GlobalISel: cache pointer sizes in LLT
Tim Northover
2016-09-15
1
-1
/
+1
*
GlobalISel: mark pointer stores as legal on AArch64.
Tim Northover
2016-09-14
1
-1
/
+1
*
GlobalISel: legalize frem to a libcall on AArch64.
Tim Northover
2016-08-29
1
-0
/
+3
*
GlobalISel: mark G_FPEXT legal from float to double.
Tim Northover
2016-08-26
1
-0
/
+3
*
GlobalISel: mark G_FCMP legal on float & double.
Tim Northover
2016-08-26
1
-0
/
+4
*
GlobalISel: simplify G_ICMP legalization regime.
Tim Northover
2016-08-26
1
-11
/
+6
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
1
-0
/
+4
*
GlobalISel: legalize under-width divisions.
Tim Northover
2016-08-26
1
-2
/
+6
*
GlobalISel: mark selects legal
Tim Northover
2016-08-26
1
-0
/
+6
*
GlobalISel: mark float/int conversions legal
Tim Northover
2016-08-26
1
-0
/
+14
*
GlobalISel: mark overflow bit of overflow ops legal.
Tim Northover
2016-08-25
1
-1
/
+4
*
GlobalISel: mark simple ops legal even on types < 32-bit.
Tim Northover
2016-08-25
1
-4
/
+3
*
GlobalISel: mark pointer constants as legal on AArch64.
Tim Northover
2016-08-25
1
-0
/
+2
*
GlobalISel: perform multi-step legalization
Tim Northover
2016-08-25
1
-0
/
+18
*
GlobalISel: mark small extends as legal on AArch64
Tim Northover
2016-08-25
1
-0
/
+13
*
GlobalISel: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
1
-0
/
+13
*
GlobalISel: legalize conditional branches on AArch64.
Tim Northover
2016-08-23
1
-0
/
+6
*
GlobalISel: extend legalizer interface to handle multiple types.
Tim Northover
2016-08-23
1
-14
/
+21
*
GlobalISel: mark pointer casts legal on AArch64.
Tim Northover
2016-08-23
1
-0
/
+3
*
GlobalISel: legalize 1-bit load/store and mark 8/16 bit variants legal on AAr...
Tim Northover
2016-08-23
1
-2
/
+5
*
GlobalISel: support legalization of G_FCONSTANTs
Tim Northover
2016-08-19
1
-0
/
+1
*
GlobalISel: teach legalizer how to handle integer constants.
Tim Northover
2016-08-19
1
-0
/
+9
*
[AArch64][GlobalISel] Select floating-point binary ops.
Ahmed Bougacha
2016-08-18
1
-0
/
+4
*
[AArch64][GlobalISel] Select G_SDIV/G_UDIV.
Ahmed Bougacha
2016-08-18
1
-1
/
+1
*
[AArch64][GlobalISel] Select (variable) shifts.
Ahmed Bougacha
2016-08-16
1
-0
/
+4
*
[AArch64][GlobalISel] Select p0 G_FRAME_INDEX.
Ahmed Bougacha
2016-08-16
1
-0
/
+2
*
GlobalISel: extend add widening to SUB, MUL, OR, AND and XOR.
Tim Northover
2016-08-04
1
-1
/
+1
*
GlobalISel: implement narrowing for G_ADD.
Tim Northover
2016-08-04
1
-1
/
+8
*
[AArch64][GlobalISel] Mark basic binops/memops as legal.
Ahmed Bougacha
2016-08-02
1
-1
/
+17
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+30