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
/
Disassembler
/
AMDGPUDisassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU][MC] Corrected dst/data size for MIMG opcodes with d16 modifier
Dmitry Preobrazhensky
2018-02-05
1
-4
/
+20
*
AMDGPU/SI: Add decoding in the GFX80_UNPACKED decoding namespace.
Changpeng Fang
2018-01-30
1
-0
/
+5
*
[AMDGPU][MC] Added support of 64-bit image atomics
Dmitry Preobrazhensky
2018-01-26
1
-3
/
+32
*
[AMDGPU][MC][GFX9] Enable inline constants for SDWA operands
Dmitry Preobrazhensky
2018-01-17
1
-2
/
+11
*
[AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK support
Dmitry Preobrazhensky
2018-01-10
1
-3
/
+3
*
[AMDGPU][MC] Added support of 256- and 512-bit tuples of ttmp registers
Dmitry Preobrazhensky
2017-12-22
1
-5
/
+30
*
AMDGPU: Partially fix disassembly of MIMG instructions
Matt Arsenault
2017-12-13
1
-1
/
+41
*
[AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tma
Dmitry Preobrazhensky
2017-12-11
1
-14
/
+42
*
[AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/su...
Dmitry Preobrazhensky
2017-11-20
1
-0
/
+3
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-10
1
-13
/
+28
*
[AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy" VALU opcodes
Dmitry Preobrazhensky
2017-08-09
1
-0
/
+3
*
AMDGPU: Add instruction definitions for some scratch_* instructions
Matt Arsenault
2017-07-21
1
-0
/
+7
*
[AMDGPU][MC] Corrected disassembler for proper decoding of v_mqsad_u32_u8
Dmitry Preobrazhensky
2017-07-18
1
-0
/
+5
*
[AMDGPU] SDWA: several fixes for V_CVT and VOPC instructions
Sam Kolton
2017-06-27
1
-1
/
+3
*
[AMDGPU][MC][GFX9] Corrected VOP3P relevant code to fix disassembler failures
Dmitry Preobrazhensky
2017-06-21
1
-2
/
+0
*
[AMDGPU] SDWA: merge VI and GFX9 pseudo instructions
Sam Kolton
2017-06-21
1
-30
/
+68
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+2
*
[AMDGPU] SDWA: add disassembler support for GFX9
Sam Kolton
2017-05-26
1
-20
/
+73
*
[AMDGPU][MC] Corrected disassembler to decode instructions with 2 literals
Dmitry Preobrazhensky
2017-05-19
1
-4
/
+10
*
AMDGPU: Fix crash when disassembling VOP3 mac
Matt Arsenault
2017-04-10
1
-4
/
+12
*
AMDGPU: Add VOP3P instruction format
Matt Arsenault
2017-02-27
1
-0
/
+17
*
AMDGPU: Fix disassembly of aperture registers
Matt Arsenault
2017-02-18
1
-0
/
+5
*
AMDGPU: Replace assert with report_fatal_error
Matt Arsenault
2017-02-15
1
-1
/
+2
*
AMDGPU: Fix handling of 16-bit immediates
Matt Arsenault
2016-12-10
1
-25
/
+119
*
AMDGPU: Disallow exec as SMEM instruction operand
Matt Arsenault
2016-11-29
1
-4
/
+9
*
AMDGPU: Replace assert(false) with unreachable
Matt Arsenault
2016-11-15
1
-3
/
+11
*
AMDGPU: Whitespace fixes
Matt Arsenault
2016-11-01
1
-3
/
+3
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+4
*
[AMDGPU] Disassembler: print label names in branch instructions
Sam Kolton
2016-10-06
1
-0
/
+58
*
Revert "[AMDGPU] Disassembler: print label names in branch instructions"
Sam Kolton
2016-09-26
1
-58
/
+0
*
[AMDGPU] Disassembler: print label names in branch instructions
Sam Kolton
2016-09-26
1
-0
/
+58
*
AMDGPU: Expand register indexing pseudos in custom inserter
Matt Arsenault
2016-07-19
1
-0
/
+5
*
AMDGPU: Fix trailing whitespace
Matt Arsenault
2016-06-10
1
-1
/
+1
*
[AMDGPU] Disassembler: Support for sdwa instructions
Sam Kolton
2016-06-09
1
-1
/
+5
*
Fix build warning introduced in r270552 "[AMDGPU][llvm-mc] Disassembler: supp...
Artem Tamazov
2016-05-26
1
-1
/
+2
*
[AMDGPU][llvm-mc] Disassembler: support for TTMP/TBA/TMA registers.
Artem Tamazov
2016-05-24
1
-42
/
+82
*
Fixed/Recommitted r267733 "[AMDGPU][llvm-mc] Add support of TTMP quads. Rewor...
Artem Tamazov
2016-04-29
1
-5
/
+6
*
Revert "[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for ...
Chad Rosier
2016-04-27
1
-6
/
+0
*
[AMDGPU][llvm-mc] Add support of TTMP quads. Rework M0 exclusion for SMRD.
Artem Tamazov
2016-04-27
1
-0
/
+6
*
[AMDGPU] Disassembler: support for DPP
Sam Kolton
2016-03-31
1
-7
/
+19
*
[AMDGPU] Fix SMEM instructions encoding/operand namings
Valery Pykhtin
2016-03-10
1
-0
/
+2
*
test commit
Valery Pykhtin
2016-03-04
1
-1
/
+1
*
[AMDGPU] Remove unused disassembler code.
Nikolay Haustov
2016-03-01
1
-2
/
+0
*
[AMDGPU] Fix build warnings.
Nikolay Haustov
2016-03-01
1
-2
/
+2
*
[AMDGPU] Disassembler code refactored + error messages.
Nikolay Haustov
2016-03-01
1
-346
/
+266
*
[AMDGPU] Disassembler: Support for all VOP1 instructions.
Nikolay Haustov
2016-02-25
1
-49
/
+206
*
[AMDGPU] Disassembler: Added basic disassembler for AMDGPU target
Tom Stellard
2016-02-18
1
-0
/
+302