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/GlobalISel: Fix regbankselect for uniform extloads
Matt Arsenault
2019-09-09
1
-4
/
+4
*
AMDGPU: Remove code address space predicates
Matt Arsenault
2019-09-09
3
-25
/
+57
*
AMDGPU/GlobalISel: Select G_PTR_MASK
Matt Arsenault
2019-09-09
3
-0
/
+70
*
AMDGPU/GlobalISel: Fix reg bank for uniform LDS loads
Matt Arsenault
2019-09-09
1
-8
/
+14
*
AMDGPU/GlobalISel: Use known bits for selection
Matt Arsenault
2019-09-09
1
-8
/
+3
*
AMDGPU/GlobalISel: Legalize wavefrontsize intrinsic
Matt Arsenault
2019-09-09
1
-0
/
+6
*
AMDGPU/GlobalISel: Try generated matcher before add/sub code
Matt Arsenault
2019-09-09
1
-4
/
+4
*
AMDGPU/GlobalISel: Remove dead patterns
Matt Arsenault
2019-09-09
1
-5
/
+0
*
AMDGPU: Remove pointless wrapper nodes for init.exec intrinsics
Matt Arsenault
2019-09-09
5
-28
/
+6
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-8
/
+12
*
GlobalISel: Support physical register inputs in patterns
Matt Arsenault
2019-09-06
1
-5
/
+7
*
AMDGPU: Fix typo
Matt Arsenault
2019-09-06
1
-4
/
+4
*
[AMDGPU] Enable constant offset promotion to immediate operand for VMEM stores
Valery Pykhtin
2019-09-06
1
-4
/
+5
*
[AMDGPU] Mark s_barrier as having side effects but not accessing memory.
Jay Foad
2019-09-06
1
-2
/
+0
*
AMDGPU/GlobalISel: Avoid repeating 32-bit type lists
Matt Arsenault
2019-09-06
4
-6
/
+14
*
AMDGPU/GlobalISel: Fix load/store of types in other address spaces
Matt Arsenault
2019-09-06
2
-5
/
+26
*
AMDGPU: Allow getMemOperandWithOffset to analyze stack accesses
Matt Arsenault
2019-09-05
1
-2
/
+19
*
AMDGPU: Fix emitting multiple stack loads for stack passed workitems
Matt Arsenault
2019-09-05
1
-1
/
+15
*
AMDGPU: Fix Register copypaste error
Matt Arsenault
2019-09-05
1
-2
/
+2
*
AMDGPU: Avoid constructing new std::vector in initCandidate
Matt Arsenault
2019-09-05
2
-2
/
+5
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
4
-16
/
+15
*
AMDGPU: Add intrinsics for address space identification
Matt Arsenault
2019-09-05
5
-1
/
+50
*
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
*
AMDGPU/GlobalISel: Fix assert on load from constant address
Matt Arsenault
2019-09-05
1
-4
/
+4
*
AMDGPU/GlobalISel: Select G_BITREVERSE
Matt Arsenault
2019-09-04
2
-1
/
+2
*
GlobalISel: Add basic legalization for G_BITREVERSE
Matt Arsenault
2019-09-04
1
-1
/
+1
*
AMDGPU: Handle frame index expansion with no free SGPRs pre gfx9
Matt Arsenault
2019-09-04
2
-26
/
+58
*
AMDGPU/GlobalISel: Make 16-bit constants legal
Matt Arsenault
2019-09-04
1
-11
/
+5
*
[GlobalISel][CallLowering] Add support for splitting types according to calli...
Amara Emerson
2019-09-03
1
-1
/
+2
*
Partially revert D61491 "AMDGPU: Be explicit about whether the high-word in S...
Jay Foad
2019-09-02
2
-5
/
+2
*
[AMDGPU][MC][GFX10] Corrected constant bus checks to exclude null
Dmitry Preobrazhensky
2019-09-02
1
-3
/
+6
*
[AMDGPU][MC][GFX10] Enabled null with 64-bit operands
Dmitry Preobrazhensky
2019-09-02
1
-0
/
+2
*
[AMDGPU][MC][GFX10] Corrected constant bus limit for 64-bit shift instructions
Dmitry Preobrazhensky
2019-09-02
1
-4
/
+23
*
AMDGPU: Remove unused custom node definition
Matt Arsenault
2019-09-01
3
-12
/
+0
*
[NFC] Fixed -Wdocumentation warning
David Bolvansky
2019-08-31
1
-8
/
+8
*
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
2
-0
/
+43
*
AMDGPU: Don't use frame virtual registers
Matt Arsenault
2019-08-29
3
-41
/
+66
*
GlobalISel/TableGen: Handle setcc patterns
Matt Arsenault
2019-08-29
2
-5
/
+4
*
[AMDGPU] Fix bug when calculating user_spgr_count for Code Object V3 assembler
Scott Linder
2019-08-28
1
-7
/
+14
*
[AMDGPU] Adjust number of SGPRs available in Calling Convention
Ryan Taylor
2019-08-28
1
-18
/
+2
*
AMDGPU/GlobalISel: Fix constraining scalar and/or/xor
Matt Arsenault
2019-08-28
1
-8
/
+1
*
AMDGPU/GlobalISel: Implement addrspacecast for 32-bit constant addrspace
Matt Arsenault
2019-08-28
1
-8
/
+31
*
AMDGPU: Add amdgpu-32bit-address-high-bits to MIR serialization
Matt Arsenault
2019-08-27
2
-1
/
+6
*
AMDGPU: Fix crash from inconsistent register types for v3i16/v3f16
Matt Arsenault
2019-08-27
1
-3
/
+3
*
AMDGPU: Combine directly on mul24 intrinsics
Matt Arsenault
2019-08-27
2
-3
/
+28
*
AMDGPU: Run AMDGPUCodeGenPrepare after scalar opts
Matt Arsenault
2019-08-27
1
-6
/
+5
*
[AMDGPU] Downgrade from StringLiteral to const char* in an attempt to make GC...
Benjamin Kramer
2019-08-25
1
-3
/
+3
*
AMDGPU: Preserve value name when inserting mul24 intrinsic
Matt Arsenault
2019-08-24
1
-1
/
+3
[prev]
[next]