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
/
AMDGPU
/
AMDGPULegalizerInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU/GlobalISel: Handle flat/global G_ATOMIC_CMPXCHG
Matt Arsenault
2019-10-25
1
-1
/
+38
*
AMDGPU/GlobalISel: Legalize FDIV16
Austin Kerbow
2019-10-25
1
-0
/
+39
*
AMDGPU/GlobalISel: Legalize fast unsafe FDIV
Austin Kerbow
2019-10-21
1
-4
/
+84
*
GlobalISel: Implement lower for G_SADDO/G_SSUBO
Matt Arsenault
2019-10-16
1
-1
/
+4
*
GlobalISel: Implement fewerElementsVector for G_BUILD_VECTOR
Matt Arsenault
2019-10-09
1
-1
/
+10
*
AMDGPU/GlobalISel: Clamp G_SITOFP/G_UITOFP sources
Matt Arsenault
2019-10-07
1
-3
/
+6
*
GlobalISel: Partially implement lower for G_INSERT
Matt Arsenault
2019-10-07
1
-7
/
+3
*
AMDGPU/GlobalISel: Widen 16-bit G_MERGE_VALUEs sources
Matt Arsenault
2019-10-07
1
-18
/
+29
*
AMDGPU/GlobalISel: Lower G_ATOMIC_CMPXCHG_WITH_SUCCESS
Matt Arsenault
2019-10-06
1
-0
/
+3
*
GlobalISel: Partially implement lower for G_EXTRACT
Matt Arsenault
2019-10-06
1
-1
/
+13
*
AMDGPU/GlobalISel: Fix using wrong addrspace for aperture
Matt Arsenault
2019-10-04
1
-1
/
+3
*
AMDGPU/GlobalISel: Fix mutationIsSane assert v8s8 and
Matt Arsenault
2019-10-03
1
-2
/
+3
*
AMDGPU/GlobalISel: Expand G_BITCAST legality
Matt Arsenault
2019-10-03
1
-4
/
+1
*
AMDGPU/GlobalISel: Use getIntrinsicID helper
Matt Arsenault
2019-10-02
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize 1024-bit G_BUILD_VECTOR
Matt Arsenault
2019-10-02
1
-4
/
+6
*
AMDGPU/GlobalISel: Increase max legal size to 1024
Matt Arsenault
2019-10-01
1
-8
/
+8
*
AMDGPU/GlobalISel: Select s1 src G_SITOFP/G_UITOFP
Matt Arsenault
2019-10-01
1
-2
/
+2
*
AMDGPU/GlobalISel: Avoid creating shift of 0 in arg lowering
Matt Arsenault
2019-10-01
1
-3
/
+8
*
AMDGPU/GlobalISel: Select G_UADDO/G_USUBO
Matt Arsenault
2019-10-01
1
-1
/
+2
*
GlobalISel: Implement widenScalar for G_SITOFP/G_UITOFP sources
Matt Arsenault
2019-10-01
1
-3
/
+9
*
AMDGPU/GlobalISel: Legalize G_GLOBAL_VALUE
Matt Arsenault
2019-10-01
1
-8
/
+98
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-0
/
+60
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-60
/
+0
*
AMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store.format
Matt Arsenault
2019-09-19
1
-3
/
+29
*
AMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store
Matt Arsenault
2019-09-19
1
-0
/
+34
*
AMDGPU/GlobalISel: Legalize s1 source G_[SU]ITOFP
Matt Arsenault
2019-09-16
1
-1
/
+2
*
AMDGPU/GlobalISel: Select S16->S32 fptoint
Matt Arsenault
2019-09-16
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize s32->s16 G_SITOFP/G_UITOFP
Matt Arsenault
2019-09-13
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize G_FFLOOR
Matt Arsenault
2019-09-13
1
-2
/
+2
*
AMDGPU/GlobalISel: Legalize G_FMAD
Matt Arsenault
2019-09-13
1
-0
/
+32
*
AMDGPU/GlobalISel: Select G_FABS/G_FNEG
Matt Arsenault
2019-09-10
1
-4
/
+10
*
AMDGPU/GlobalISel: RegBankSelect for G_ZEXTLOAD/G_SEXTLOAD
Matt Arsenault
2019-09-10
1
-1
/
+3
*
AMDGPU/GlobalISel: Legalize constant 32-bit loads
Matt Arsenault
2019-09-10
1
-0
/
+15
*
AMDGPU/GlobalISel: First pass at attempting to legalize load/stores
Matt Arsenault
2019-09-10
1
-69
/
+256
*
AMDGPU/GlobalISel: Fix insert point when lowering fminnum/fmaxnum
Matt Arsenault
2019-09-09
1
-1
/
+1
*
AMDGPU/GlobalISel: Rename MIRBuilder to B. NFC
Austin Kerbow
2019-09-09
1
-49
/
+49
*
AMDGPU/GlobalISel: Legalize G_BUILD_VECTOR v2s16
Matt Arsenault
2019-09-09
1
-8
/
+13
*
AMDGPU/GlobalISel: Implement LDS G_GLOBAL_VALUE
Matt Arsenault
2019-09-09
1
-0
/
+42
*
AMDGPU/GlobalISel: Legalize G_BUILD_VECTOR_TRUNC
Matt Arsenault
2019-09-09
1
-0
/
+9
*
AMDGPU/GlobalISel: Select G_PTR_MASK
Matt Arsenault
2019-09-09
1
-0
/
+4
*
AMDGPU/GlobalISel: Legalize wavefrontsize intrinsic
Matt Arsenault
2019-09-09
1
-0
/
+6
*
AMDGPU: Add intrinsics for address space identification
Matt Arsenault
2019-09-05
1
-0
/
+16
*
AMDGPU/GlobalISel: Restore insert point when getting aperture
Matt Arsenault
2019-09-05
1
-0
/
+6
*
AMDGPU/GlobalISel: Fix placeholder value used for addrspacecast
Matt Arsenault
2019-09-05
1
-4
/
+6
*
GlobalISel: Add basic legalization for G_BITREVERSE
Matt Arsenault
2019-09-04
1
-1
/
+1
*
AMDGPU/GlobalISel: Make 16-bit constants legal
Matt Arsenault
2019-09-04
1
-11
/
+5
*
Fix the build for MSVC builds using M_PI
Reid Kleckner
2019-08-29
1
-0
/
+7
*
AMDGPU/GlobalISel: Legalize sin/cos
Matt Arsenault
2019-08-29
1
-0
/
+41
*
AMDGPU/GlobalISel: Implement addrspacecast for 32-bit constant addrspace
Matt Arsenault
2019-08-28
1
-8
/
+31
*
GlobalISel: Implement moreElementsVector for G_UNMERGE_VALUES sources
Matt Arsenault
2019-08-21
1
-1
/
+1
[next]