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
/
AArch64InstructionSelector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GlobalISel: allow truncating pointer casts on AArch64.
Tim Northover
2016-10-31
1
-1
/
+1
*
GlobalISel: translate stack protector intrinsics
Tim Northover
2016-10-31
1
-3
/
+12
*
GlobalISel: select small binary operations on AArch64.
Tim Northover
2016-10-18
1
-4
/
+9
*
GlobalISel: support floating-point constants on AArch64.
Tim Northover
2016-10-18
1
-7
/
+74
*
GlobalISel: support wider range of load/store sizes in AArch64.
Tim Northover
2016-10-17
1
-0
/
+8
*
GlobalISel: support G_TRUNC selection on AArch64.
Tim Northover
2016-10-12
1
-0
/
+80
*
GlobalISel: support int <-> float conversions on AArch64.
Tim Northover
2016-10-12
1
-1
/
+95
*
GlobalISel: select G_FCMP instructions on AArch64.
Tim Northover
2016-10-12
1
-0
/
+116
*
GlobalISel: support selection of G_ICMP on AArch64.
Tim Northover
2016-10-12
1
-0
/
+71
*
GlobalISel: select G_BRCOND instructions on AArch64.
Tim Northover
2016-10-12
1
-0
/
+22
*
[AArch64][InstrustionSelector] Teach the selector about G_BITCAST.
Quentin Colombet
2016-10-12
1
-59
/
+2
*
[AArch64][InstructionSelector] Refactor the handling of copies.
Quentin Colombet
2016-10-12
1
-26
/
+83
*
GlobalISel: support same-size casts on AArch64.
Tim Northover
2016-10-11
1
-0
/
+62
*
GlobalISel: support selection of extend operations.
Tim Northover
2016-10-11
1
-0
/
+99
*
[AArch64][InstructionSelector] Teach how to select FP load/store.
Quentin Colombet
2016-10-11
1
-0
/
+7
*
[AArch64][InstructionSelector] Teach the selector how to handle vector OR.
Quentin Colombet
2016-10-11
1
-0
/
+2
*
GlobalISel: select G_GLOBAL_VALUE uses on AArch64.
Tim Northover
2016-10-10
1
-2
/
+24
*
GlobalISel: support selecting G_GEP instructions.
Tim Northover
2016-10-10
1
-1
/
+3
*
GlobalISel: support selecting constants on AArch64.
Tim Northover
2016-10-10
1
-0
/
+10
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-5
/
+4
*
GlobalISel: cache pointer sizes in LLT
Tim Northover
2016-09-15
1
-4
/
+4
*
GlobalISel: remove G_TYPE and G_PHI
Tim Northover
2016-09-09
1
-10
/
+0
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-15
/
+10
*
GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover
2016-09-01
1
-0
/
+6
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
1
-1
/
+6
*
[AArch64][GlobalISel] Select floating-point binary ops.
Ahmed Bougacha
2016-08-18
1
-0
/
+34
*
[AArch64][GlobalISel] Select G_SDIV/G_UDIV.
Ahmed Bougacha
2016-08-18
1
-0
/
+10
*
[AArch64][GlobalISel] Select G_MUL.
Ahmed Bougacha
2016-08-16
1
-0
/
+37
*
[AArch64][GlobalISel] Factor out unsupported binop check. NFC.
Ahmed Bougacha
2016-08-16
1
-40
/
+50
*
[AArch64][GlobalISel] Select (variable) shifts.
Ahmed Bougacha
2016-08-16
1
-0
/
+15
*
[AArch64][GlobalISel] Select p0 G_FRAME_INDEX.
Ahmed Bougacha
2016-08-16
1
-0
/
+18
*
[AArch64][GlobalISel] Select G_XOR.
Ahmed Bougacha
2016-07-29
1
-0
/
+5
*
[AArch64][GlobalISel] Select G_LOAD/G_STORE.
Ahmed Bougacha
2016-07-29
1
-0
/
+56
*
[AArch64][GlobalISel] Select G_BR.
Ahmed Bougacha
2016-07-28
1
-8
/
+13
*
[AArch64][GlobalISel] Select GPR G_SUB.
Ahmed Bougacha
2016-07-28
1
-1
/
+6
*
[AArch64][GlobalISel] Select GPR G_AND.
Ahmed Bougacha
2016-07-28
1
-0
/
+5
*
[GlobalISel] Remove types on selected insts instead of using LLT().
Ahmed Bougacha
2016-07-28
1
-1
/
+1
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-0
/
+162
[prev]