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: s_waitcnt field should be treated as unsigned
Matt Arsenault
2019-07-11
2
-3
/
+7
*
[AMDGPU] Fixed asan error with agpr spilling
Stanislav Mekhanoshin
2019-07-11
1
-1
/
+4
*
[AMDGPU] gfx908 agpr spilling
Stanislav Mekhanoshin
2019-07-11
7
-45
/
+367
*
[AMDGPU] gfx908 hazard recognizer
Stanislav Mekhanoshin
2019-07-11
2
-1
/
+233
*
[AMDGPU] gfx908 scheduling
Stanislav Mekhanoshin
2019-07-11
3
-0
/
+163
*
[AMDGPU] gfx908 mfma support
Stanislav Mekhanoshin
2019-07-11
16
-62
/
+548
*
AMDGPU/GlobalISel: Move kernel argument handling to separate function
Matt Arsenault
2019-07-11
2
-42
/
+61
*
Remove some redundant code from r290372 and improve a comment.
Jay Foad
2019-07-11
1
-5
/
+3
*
[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
Stanislav Mekhanoshin
2019-07-11
7
-4
/
+195
*
[AMDGPU] gfx908 dot instruction support
Stanislav Mekhanoshin
2019-07-11
1
-0
/
+30
*
GlobalISel: Legalization for G_FMINNUM/G_FMAXNUM
Matt Arsenault
2019-07-10
2
-1
/
+57
*
AMDGPU: Serialize mode from MachineFunctionInfo
Matt Arsenault
2019-07-10
3
-1
/
+32
*
[AMDGPU] Allow abs/neg source modifiers on v_cndmask_b32
Jay Foad
2019-07-10
1
-7
/
+8
*
AMDGPU/GlobalISel: Add support for wide loads >= 256-bits
Tom Stellard
2019-07-10
4
-37
/
+219
*
GlobalISel: Implement lower for G_FCOPYSIGN
Matt Arsenault
2019-07-09
1
-3
/
+2
*
AMDGPU/GlobalISel: Fix legality for G_BUILD_VECTOR
Matt Arsenault
2019-07-09
1
-7
/
+4
*
[AMDGPU] gfx908 v_pk_fmac_f16 support
Stanislav Mekhanoshin
2019-07-09
2
-4
/
+10
*
[AMDGPU] gfx908 mAI instructions, MC part
Stanislav Mekhanoshin
2019-07-09
19
-18
/
+674
*
[X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAccess into isLoadBitCast...
Craig Topper
2019-07-09
2
-5
/
+11
*
[AMDGPU] gfx908 register file changes
Stanislav Mekhanoshin
2019-07-09
6
-50
/
+621
*
[AMDGPU] gfx908 target
Stanislav Mekhanoshin
2019-07-09
5
-0
/
+100
*
[AMDGPU] Created a sub-register class for the return address operand in the r...
Christudasan Devadasan
2019-07-09
3
-12
/
+15
*
AMDGPU/GlobalISel: Legalize more concat_vectors
Matt Arsenault
2019-07-09
1
-13
/
+16
*
AMDGPU/GlobalISel: Improve regbankselect for icmp s16
Matt Arsenault
2019-07-09
1
-5
/
+10
*
AMDGPU/GlobalISel: Make s16 G_ICMP legal
Matt Arsenault
2019-07-09
1
-2
/
+8
*
AMDGPU/GlobalISel: Select G_SUB
Matt Arsenault
2019-07-09
2
-7
/
+15
*
AMDGPU/GlobalISel: Select G_UNMERGE_VALUES
Matt Arsenault
2019-07-09
2
-0
/
+47
*
AMDGPU/GlobalISel: Select G_MERGE_VALUES
Matt Arsenault
2019-07-09
4
-18
/
+77
*
[AMDGPU] Added td definitions for HW regs
Stanislav Mekhanoshin
2019-07-09
1
-0
/
+25
*
[AMDGPU] Always use s_memtime for readcyclecounter
Stanislav Mekhanoshin
2019-07-09
1
-11
/
+0
*
AMDGPU: Split extload/zextload local load patterns
Matt Arsenault
2019-07-08
4
-32
/
+57
*
Add parentheses to silence warning.
Bill Wendling
2019-07-08
1
-6
/
+6
*
AMDGPU: Fix unused variable in release build
Matt Arsenault
2019-07-08
1
-3
/
+3
*
AMDGPU: Fix stray typing
Matt Arsenault
2019-07-08
1
-1
/
+1
*
AMDGPU: Make s34 the FP register
Matt Arsenault
2019-07-08
6
-142
/
+436
*
AMDGPU: Move DEBUG_TYPE definition below includes
Matt Arsenault
2019-07-08
1
-2
/
+2
*
AMDGPU: Remove mubuf specific PatFrags
Matt Arsenault
2019-07-08
1
-27
/
+13
*
AMDGPU: Move waitcnt intrinsic to instruction definition pattern
Matt Arsenault
2019-07-08
2
-12
/
+3
*
[AMDGPU][MC] Corrected parsing of FLAT offset modifier
Dmitry Preobrazhensky
2019-07-08
7
-98
/
+114
*
[AMDGPU] Use a named predicate instead of a magic number.
Jay Foad
2019-07-08
1
-4
/
+3
*
AMDGPU: Fix assert in clang test
Matt Arsenault
2019-07-05
1
-1
/
+2
*
AMDGPU: Make AMDGPUPerfHintAnalysis an SCC pass
Matt Arsenault
2019-07-05
5
-41
/
+53
*
[CodeGen] Enhance `MachineInstrSpan` to allow the end of MBB to be used.
Michael Liao
2019-07-05
1
-1
/
+1
*
[NFC] A test commit to check the access permission. Removed a blank line.
Christudasan Devadasan
2019-07-05
1
-1
/
+0
*
[AMDGPU] Added a new metadata for multi grid sync implicit argument
Yaxun Liu
2019-07-05
1
-0
/
+8
*
[AMDGPU] DPP combiner: recognize identities for more opcodes
Jay Foad
2019-07-05
1
-0
/
+13
*
[AMDGPU] Custom lower INSERT_SUBVECTOR v3, v4, v5, v8
Tim Renouf
2019-07-04
2
-8
/
+37
*
Fix typos in comments and debug output.
Jay Foad
2019-07-04
1
-3
/
+3
*
[AMDGPU] Correct the setting of `FlatScratchInit`.
Michael Liao
2019-07-04
1
-1
/
+12
*
AMDGPU: Add pass to lower SGPR spills
Matt Arsenault
2019-07-03
9
-33
/
+346
[prev]
[next]