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
/
VOP2Instructions.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU/GlobalISel: Fix import of zext of s16 op patterns
Matt Arsenault
2020-01-09
1
-3
/
+3
*
AMDGPU: Apply i16 add->sub pattern with zext to i32
Matt Arsenault
2020-01-07
1
-8
/
+15
*
AMDGPU: Fix misleading, misplaced end block comments
Matt Arsenault
2020-01-07
1
-2
/
+2
*
AMDGPU/GlobalISel: Select mul24 intrinsics
Matt Arsenault
2019-12-30
1
-2
/
+2
*
[AMDGPU] deduplicate tablegen predicates
Stanislav Mekhanoshin
2019-11-04
1
-5
/
+5
*
[AMDGPU][MC][GFX10] Added sdwa/dpp versions of v_cndmask_b32
Dmitry Preobrazhensky
2019-10-18
1
-52
/
+77
*
[AMDGPU][MC][GFX9] Corrected parsing of v_cndmask_b32_sdwa
Dmitry Preobrazhensky
2019-10-18
1
-1
/
+1
*
[AMDGPU] Supress unused sdwa insts generation
Stanislav Mekhanoshin
2019-10-16
1
-23
/
+36
*
[AMDGPU] link dpp pseudos and real instructions on gfx10
Stanislav Mekhanoshin
2019-10-11
1
-12
/
+17
*
AMDGPU: Fix i16 arithmetic pattern redundancy
Matt Arsenault
2019-10-08
1
-78
/
+23
*
[AMDGPU] Disable unused gfx10 dpp instructions
Stanislav Mekhanoshin
2019-10-08
1
-0
/
+6
*
AMDGPU/GlobalISel: Fix selection of 16-bit shifts
Matt Arsenault
2019-10-07
1
-3
/
+6
*
AMDGPU/GlobalISel: Fix select for v2s16 and/or/xor
Matt Arsenault
2019-09-30
1
-15
/
+17
*
[AMDGPU] Allow FP inline constant in v_madak_f16 and v_fmaak_f16
Tim Renouf
2019-09-18
1
-1
/
+3
*
[AMDGPU] Added MI bit IsDOT
Stanislav Mekhanoshin
2019-09-17
1
-1
/
+2
*
AMDGPU/GlobalISel: Select 16-bit VALU bit ops
Matt Arsenault
2019-09-13
1
-3
/
+3
*
AMDGPU/GlobalISel: Select G_CTPOP
Matt Arsenault
2019-09-13
1
-1
/
+1
*
AMDGPU: Move MnemonicAlias out of instruction def hierarchy
Matt Arsenault
2019-09-09
1
-3
/
+3
*
AMDGPU/GlobalISel: Select G_ASHR
Matt Arsenault
2019-07-16
1
-1
/
+1
*
AMDGPU/GlobalISel: Select G_LSHR
Matt Arsenault
2019-07-16
1
-1
/
+1
*
AMDGPU/GlobalISel: Select G_SHL
Matt Arsenault
2019-07-16
1
-1
/
+1
*
[AMDGPU] gfx908 dot instruction support
Stanislav Mekhanoshin
2019-07-11
1
-0
/
+30
*
[AMDGPU] gfx908 v_pk_fmac_f16 support
Stanislav Mekhanoshin
2019-07-09
1
-2
/
+8
*
[AMDGPU] gfx1010 core wave32 changes
Stanislav Mekhanoshin
2019-06-20
1
-2
/
+2
*
[AMDGPU] Use custom inserter for gfx10 VOP2b
Stanislav Mekhanoshin
2019-06-17
1
-1
/
+3
*
[AMDGPU] gfx1011/gfx1012 targets
Stanislav Mekhanoshin
2019-06-14
1
-0
/
+54
*
[AMDGPU] gfx1010 base changes for wave32
Stanislav Mekhanoshin
2019-06-13
1
-0
/
+35
*
[AMDGPU] gfx1010 dpp16 and dpp8
Stanislav Mekhanoshin
2019-06-12
1
-4
/
+102
*
[AMDGPU][GFX8][GFX9] Corrected predicate of v_*_co_u32 aliases
Dmitry Preobrazhensky
2019-05-14
1
-1
/
+6
*
AMDGPU: Select VOP3 form of add
Matt Arsenault
2019-05-08
1
-2
/
+2
*
AMDGPU: Fix a mis-placed bracket
Changpeng Fang
2019-05-08
1
-1
/
+1
*
AMDGPU: Select VOP3 form of sub
Matt Arsenault
2019-05-03
1
-2
/
+2
*
AMDGPU: Remove redundant patterns for shifts
Matt Arsenault
2019-05-03
1
-9
/
+4
*
AMDGPU: Remove redundant patterns for sub
Matt Arsenault
2019-05-03
1
-4
/
+0
*
[AMDGPU] gfx1010 VOPC implementation
Stanislav Mekhanoshin
2019-04-26
1
-1
/
+1
*
[AMDGPU] gfx1010 VOP2 changes
Stanislav Mekhanoshin
2019-04-26
1
-125
/
+419
*
[AMDGPU] gfx1010 VOP1 instructions
Stanislav Mekhanoshin
2019-04-25
1
-2
/
+2
*
[AMDGPU] Sort out and rename multiple CI/VI predicates
Stanislav Mekhanoshin
2019-04-06
1
-9
/
+9
*
[AMDGPU] predicate and feature refactoring
Stanislav Mekhanoshin
2019-04-05
1
-9
/
+6
*
[AMDGPU] Asm/disasm clamp modifier on vop3 int arithmetic
Tim Renouf
2019-03-18
1
-10
/
+19
*
[AMDGPU] Asm/disasm v_cndmask_b32_e64 with abs/neg source modifiers
Tim Renouf
2019-03-18
1
-8
/
+13
*
[AMDGPU][MC] Enable lds_direct operand for v_readfirstlane_b32, v_readlane_b3...
Dmitry Preobrazhensky
2019-03-04
1
-2
/
+2
*
Revert "AMDGPU/NFC: Cleanup subtarget predicates"
Konstantin Zhuravlyov
2019-02-22
1
-11
/
+11
*
AMDGPU/NFC: Cleanup subtarget predicates
Konstantin Zhuravlyov
2019-02-21
1
-11
/
+11
*
AMDGPU: Remove GCN features and predicates
Matt Arsenault
2019-02-08
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Add new Mode Register pass
Tim Corringham
2018-12-10
1
-1
/
+6
*
[AMDGPU] Combine DPP mov with use instructions (VOP1/2/3)
Valery Pykhtin
2018-11-30
1
-23
/
+46
*
DAG: Change behavior of fminnum/fmaxnum nodes
Matt Arsenault
2018-10-22
1
-4
/
+4
*
AMDGPU: Split HasExt into HasExtDPP/SDWA/SDWA9
Konstantin Zhuravlyov
2018-09-27
1
-6
/
+19
[next]