summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-112-2/+1
* [AMDGPU][MC] Remove duplicate code introduced in r359316.Jay Foad2019-12-041-9/+0
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [AMDGPU] return Fail instead of SolfFail from addOperand()Stanislav Mekhanoshin2019-11-051-1/+1
* [AMDGPU][MC][GFX10][WS32] Corrected decoding of dst operand for v_cmp_*_sdwa ...Dmitry Preobrazhensky2019-10-041-1/+2
* [AMDGPU][MC][GFX10] Enabled decoding of 'null' operandDmitry Preobrazhensky2019-10-041-0/+1
* [AMDGPU] gfx908 mAI instructions, MC partStanislav Mekhanoshin2019-07-091-0/+39
* [AMDGPU] gfx908 register file changesStanislav Mekhanoshin2019-07-092-2/+94
* [AMDGPU] gfx1010 core wave32 changesStanislav Mekhanoshin2019-06-201-0/+6
* [AMDGPU] gfx1010 disassembler changes for wave32Stanislav Mekhanoshin2019-06-182-3/+13
* [AMDGPU] gfx1010 dpp16 and dpp8Stanislav Mekhanoshin2019-06-122-1/+37
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [AMDGPU][MC] Added support of SCC, VCCZ and EXECZ operandsDmitry Preobrazhensky2019-06-031-5/+6
* AMDGPU: Move disassembler support check to constructorMatt Arsenault2019-05-221-5/+6
* MC: Allow getMaxInstLength to depend on the subtargetMatt Arsenault2019-05-222-7/+10
* [AMDGPU] Create a TargetInfo header. NFCRichard Trieu2019-05-141-1/+1
* [AMDGPU] gfx1010 MIMG implementationStanislav Mekhanoshin2019-05-011-40/+106
* [AMDGPU] gfx1010 VOP2 changesStanislav Mekhanoshin2019-04-261-5/+53
* [AMDGPU] gfx1010 sgpr register changesStanislav Mekhanoshin2019-04-242-7/+22
* [AMDGPU] Sort out and rename multiple CI/VI predicatesStanislav Mekhanoshin2019-04-061-2/+2
* [AMDGPU][MC][GFX9] Added support of operands shared_base, shared_limit, priva...Dmitry Preobrazhensky2019-03-201-7/+12
* [AMDGPU] Silence gcc 7 warningsStanislav Mekhanoshin2019-03-131-2/+2
* [AMDGPU] Mark enum types in SIDefines.h as unsignedStanislav Mekhanoshin2019-03-111-1/+1
* [AMDGPU] Implement AMDGPUMCInstrAnalysisScott Linder2019-03-051-0/+2
* [AMDGPU][MC] Enable lds_direct operand for v_readfirstlane_b32, v_readlane_b3...Dmitry Preobrazhensky2019-03-042-0/+16
* [AMDGPU][MC] Added support of lds_direct operandDmitry Preobrazhensky2019-02-081-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* AMDGPU: Separate R600 and GCN TableGen filesTom Stellard2018-06-281-0/+1
* AMDGPU: Refactor MIMG instruction TableGen using generic tablesNicolai Haehnle2018-06-211-9/+5
* AMDGPU: Turn D16 for MIMG instructions into a regular operandNicolai Haehnle2018-06-211-6/+10
* AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard2018-05-221-0/+1
* AMDGPU: Add disasm tests for deep learning instructions + fix v_fmac_f32 disasmKonstantin Zhuravlyov2018-05-151-1/+2
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-1/+11
* AMDGPU/MC: Allow disassembling without symbol infoNicolai Haehnle2018-04-101-0/+3
* [AMDGPU] Improve disassembler error handlingTim Corringham2018-03-261-1/+4
* [AMDGPU][MC] Corrected GATHER4 opcodesDmitry Preobrazhensky2018-03-121-3/+8
* [AMDGPU][MC] Corrected dst/data size for MIMG opcodes with d16 modifierDmitry Preobrazhensky2018-02-051-4/+20
* AMDGPU/SI: Add decoding in the GFX80_UNPACKED decoding namespace.Changpeng Fang2018-01-301-0/+5
* [AMDGPU][MC] Added support of 64-bit image atomicsDmitry Preobrazhensky2018-01-261-3/+32
* [AMDGPU][MC][GFX9] Enable inline constants for SDWA operandsDmitry Preobrazhensky2018-01-171-2/+11
* [AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK supportDmitry Preobrazhensky2018-01-101-3/+3
* [AMDGPU][MC] Added support of 256- and 512-bit tuples of ttmp registersDmitry Preobrazhensky2017-12-222-5/+33
* AMDGPU: Partially fix disassembly of MIMG instructionsMatt Arsenault2017-12-132-4/+50
* [AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tmaDmitry Preobrazhensky2017-12-112-15/+48
* [AMDGPU][MC][GFX8][GFX9] Corrected names of integer v_{add/addc/sub/subrev/su...Dmitry Preobrazhensky2017-11-201-0/+3
* [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko2017-08-102-18/+31
* [AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy" VALU opcodesDmitry Preobrazhensky2017-08-091-0/+3
* AMDGPU: Add instruction definitions for some scratch_* instructionsMatt Arsenault2017-07-212-0/+8
OpenPOWER on IntegriCloud