summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Re-apply r341982 after fixing the layering issueKonstantin Zhuravlyov2018-09-121-2/+1
* Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...Ilya Biryukov2018-09-121-1/+2
* AMDGPU: Move isa version and EF_AMDGPU_MACH_* determinationKonstantin Zhuravlyov2018-09-111-2/+1
* [AMDGPU] Add support for a16 modifiear for gfx9Ryan Taylor2018-08-282-3/+6
* [AMDGPU] New tbuffer intrinsicsTim Renouf2018-08-212-19/+8
* AMDGPU: Separate R600 and GCN TableGen filesTom Stellard2018-06-282-89/+17
* AMDGPU: Turn D16 for MIMG instructions into a regular operandNicolai Haehnle2018-06-212-0/+7
* [AMDGPU] Added checks for dpp_ctrl valueStanislav Mekhanoshin2018-05-081-13/+18
* [AMDGPU][MC][GFX8][GFX9][DISASSEMBLER] Added "_e32" suffix to 32-bit VINTRP o...Dmitry Preobrazhensky2018-03-162-0/+12
* [AMDGPU] Add HW_REG_SH_MEM_BASES symbolic name for s_getreg_b32Stanislav Mekhanoshin2018-01-151-1/+4
* [AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK supportDmitry Preobrazhensky2018-01-101-0/+9
* [AMDGPU][MC] Added support of 256- and 512-bit tuples of ttmp registersDmitry Preobrazhensky2017-12-221-2/+2
* [AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tmaDmitry Preobrazhensky2017-12-111-10/+0
* [AMDGPU][MC][DISASSEMBLER][GFX9] Corrected decoding of GLOBAL/SCRATCH opcodesDmitry Preobrazhensky2017-11-272-4/+4
* [AMDGPU][MC][GFX9][disassembler] Corrected decoding of op_sel_hi for v_mad_mix*Dmitry Preobrazhensky2017-11-171-3/+6
* AMDGPU: Add R600InstPrinter classTom Stellard2017-08-172-108/+250
* [AMDGPU][MC] Corrected VOP3 version of v_interp_* instructions for VIDmitry Preobrazhensky2017-08-072-0/+9
* AMDGPU: Remove deadcode from AMDGPUInstPrinterTom Stellard2017-07-292-25/+0
* AMDGPU: Fix allocating pseudo-registersMatt Arsenault2017-07-241-0/+5
* [AMDGPU][MC][GFX9] Added support of VOP3 'op_sel' modifierDmitry Preobrazhensky2017-07-212-4/+21
* [AMDGPU] Add intrinsics for tbuffer load and storeDavid Stuttard2017-06-222-0/+22
* [AMDGPU][MC][GFX9] Corrected VOP3P relevant code to fix disassembler failuresDmitry Preobrazhensky2017-06-211-1/+0
* AMDGPU: Start adding global_* instructionsMatt Arsenault2017-06-202-0/+19
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [AMDGPU][MC] New syntax for ds_swizzle_b32 offsetDmitry Preobrazhensky2017-05-312-0/+108
* [AMDGPU][MC] Fix for Bug 28211 + LIT testsDmitry Preobrazhensky2017-04-071-1/+1
* [AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT testsDmitry Preobrazhensky2017-03-201-2/+23
* AMDGPU: Add VOP3P instruction formatMatt Arsenault2017-02-272-0/+87
* AMDGPU: Change exp with compr bit printingMatt Arsenault2017-02-221-3/+11
* [AMDGPU] Add target information that is required by tools to metadataKonstantin Zhuravlyov2017-02-081-5/+6
* AMDGPU: Change vintrp printingMatt Arsenault2016-12-142-0/+19
* [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko2016-12-121-5/+4
* AMDGPU: Fix handling of 16-bit immediatesMatt Arsenault2016-12-102-14/+71
* AMDGPU: Change vintrp printing to better match scMatt Arsenault2016-12-101-9/+12
* AMDGPU: Change how exp is printedMatt Arsenault2016-12-052-4/+101
* AMDGPU: Fix formatting of 1/2pi immediateMatt Arsenault2016-11-151-2/+2
* [AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM instructions.Artem Tamazov2016-10-312-2/+10
* AMDGPU: Use 1/2pi inline imm on VIMatt Arsenault2016-10-292-9/+21
* [AMDGPU] Stop using MCRegisterClass::getSize()Krzysztof Parzyszek2016-10-191-7/+7
* AMDGPU: Add instruction definitions for VGPR indexingMatt Arsenault2016-10-122-3/+29
* [AMDGPU] Refactor waitcnt encodingKonstantin Zhuravlyov2016-10-111-6/+5
* [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx t...Sam Kolton2016-10-071-10/+14
* [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa versionKonstantin Zhuravlyov2016-09-301-4/+9
* [AMDGPU] Enable changing instprinter's behavior based on the per-functionKonstantin Zhuravlyov2016-09-272-132/+209
* AMDGPU] Assembler: better support for immediate literals in assembler.Sam Kolton2016-09-091-1/+1
* [AMDGPU] fix failure on printing of non-existing instruction operands.Valery Pykhtin2016-08-151-0/+5
* Revert "[AMDGPU] fix failure on printing of non-existing instruction operands."Valery Pykhtin2016-08-111-5/+0
* [AMDGPU] fix failure on printing of non-existing instruction operands.Valery Pykhtin2016-08-111-0/+5
* AMDGPU: Remove unnecessary string usage in AsmPrinterMatt Arsenault2016-07-052-38/+49
* [AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some code cleaning i...Sam Kolton2016-06-102-3/+16
OpenPOWER on IntegriCloud