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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Use SGPR_128 instead of SReg_128 for vregs
Matt Arsenault
2019-10-10
8
-21
/
+25
*
AMDGPU: Don't fold copies to physregs
Matt Arsenault
2019-10-09
1
-5
/
+9
*
AMDGPU/GlobalISel: Fix crash on wide constant load with VGPR pointer
Matt Arsenault
2019-10-09
1
-4
/
+14
*
AMDGPU: Relax register classes used
Matt Arsenault
2019-10-09
1
-2
/
+2
*
AMDGPU: Fix typos
Matt Arsenault
2019-10-09
1
-2
/
+2
*
GlobalISel: Implement fewerElementsVector for G_BUILD_VECTOR
Matt Arsenault
2019-10-09
1
-1
/
+10
*
[AMDGPU] Fixed dpp combine of VOP1
Stanislav Mekhanoshin
2019-10-09
1
-0
/
+8
*
[System Model] [TTI] Define AMDGPUTTIImpl::getST and AMDGPUTTIImpl::getTLI
Vitaly Buka
2019-10-09
1
-2
/
+10
*
[AMDGPU] Use math constants defined in MathExtras (NFC)
Evandro Menezes
2019-10-09
3
-45
/
+19
*
AMDGPU: Fix i16 arithmetic pattern redundancy
Matt Arsenault
2019-10-08
1
-78
/
+23
*
AMDGPU: Add offsets to MMO when lowering buffer intrinsics
Tom Stellard
2019-10-08
2
-11
/
+73
*
[AMDGPU] Disable unused gfx10 dpp instructions
Stanislav Mekhanoshin
2019-10-08
2
-0
/
+8
*
AMDGPU: Propagate undef flag during pre-RA exec mask optimizations
Nicolai Haehnle
2019-10-08
1
-6
/
+7
*
AMDGPU/GlobalISel: Clamp G_SITOFP/G_UITOFP sources
Matt Arsenault
2019-10-07
1
-3
/
+6
*
AMDGPU/GlobalISel: Handle more G_INSERT cases
Matt Arsenault
2019-10-07
3
-57
/
+55
*
GlobalISel: Partially implement lower for G_INSERT
Matt Arsenault
2019-10-07
1
-7
/
+3
*
AMDGPU/GlobalISel: Fix selection of 16-bit shifts
Matt Arsenault
2019-10-07
1
-3
/
+6
*
AMDGPU/GlobalISel: Select VALU G_AMDGPU_FFBH_U32
Matt Arsenault
2019-10-07
1
-1
/
+1
*
AMDGPU/GlobalISel: Use S_MOV_B64 for inline constants
Matt Arsenault
2019-10-07
1
-20
/
+27
*
AMDGPU/GlobalISel: Widen 16-bit G_MERGE_VALUEs sources
Matt Arsenault
2019-10-07
1
-18
/
+29
*
AMDGPU/GlobalISel: Select more G_INSERT cases
Matt Arsenault
2019-10-07
1
-20
/
+78
*
GlobalISel: Add target pre-isel instructions
Matt Arsenault
2019-10-07
5
-2
/
+15
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-11
/
+11
*
AMDGPU/GlobalISel: Fall back on weird G_EXTRACT offsets
Matt Arsenault
2019-10-06
1
-2
/
+5
*
AMDGPU/GlobalISel: RegBankSelect mul24 intrinsics
Matt Arsenault
2019-10-06
1
-0
/
+2
*
AMDGPU/GlobalISel: RegBankSelect DS GWS intrinsics
Matt Arsenault
2019-10-06
1
-0
/
+35
*
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 RegBankSelect for sendmsg intrinsics
Matt Arsenault
2019-10-06
1
-6
/
+5
*
[NFC] Add { } to silence compiler warning [-Wmissing-braces].
Huihui Zhang
2019-10-04
1
-1
/
+1
*
[AMDGPU][MC][GFX10][WS32] Corrected decoding of dst operand for v_cmp_*_sdwa ...
Dmitry Preobrazhensky
2019-10-04
1
-1
/
+2
*
[AMDGPU][MC][GFX10] Enabled decoding of 'null' operand
Dmitry Preobrazhensky
2019-10-04
1
-0
/
+1
*
[AMDGPU][MC][GFX10] Corrected definition of FLAT GLOBAL/SCRATCH instructions
Dmitry Preobrazhensky
2019-10-04
1
-1
/
+1
*
AMDGPU/GlobalISel: Fix using wrong addrspace for aperture
Matt Arsenault
2019-10-04
1
-1
/
+3
*
AMDGPU/GlobalISel: Select G_PTRTOINT
Matt Arsenault
2019-10-04
1
-0
/
+1
*
AMDGPU/GlobalISel: Support wave32 waterfall loops
Matt Arsenault
2019-10-04
1
-22
/
+30
*
[AMDGPU][SILoadStoreOptimizer] NFC: Refactor code
Piotr Sobczak
2019-10-04
1
-120
/
+80
*
[NFC] Fix unused variable in release builds
Jordan Rupprecht
2019-10-03
1
-1
/
+2
*
AMDGPU/GlobalISel: Handle RegBankSelect of G_INSERT_VECTOR_ELT
Matt Arsenault
2019-10-03
1
-5
/
+77
*
AMDGPU/GlobalISel: Split 64-bit vector extracts during RegBankSelect
Matt Arsenault
2019-10-03
2
-167
/
+271
*
AMDGPU/GlobalISel: Allow VGPR to index SGPR register
Matt Arsenault
2019-10-03
1
-4
/
+6
*
AMDGPU/GlobalISel: Fix mutationIsSane assert v8s8 and
Matt Arsenault
2019-10-03
1
-2
/
+3
*
AMDGPU/SILoadStoreOptimizer: Optimize scanning for mergeable instructions
Tom Stellard
2019-10-03
1
-82
/
+185
*
[AArch64] Static (de)allocation of SVE stack objects.
Sander de Smalen
2019-10-03
1
-0
/
+2
*
AMDGPU/GlobalISel: Don't re-get subtarget
Matt Arsenault
2019-10-03
1
-6
/
+3
*
AMDGPU/GlobalISel: Expand G_BITCAST legality
Matt Arsenault
2019-10-03
1
-4
/
+1
*
[AMDGPU] Fix illegal agpr use by VALU
Stanislav Mekhanoshin
2019-10-02
1
-1
/
+10
*
[AMDGPU] Extend buffer intrinsics with swizzling
Piotr Sobczak
2019-10-02
14
-155
/
+308
*
[AMDGPU] Make printf lowering faster when there are no printfs
Jay Foad
2019-10-02
1
-16
/
+14
*
AMDGPU/GlobalISel: Use getIntrinsicID helper
Matt Arsenault
2019-10-02
3
-7
/
+7
[prev]
[next]