summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Optimize _L image intrinsic to _LZ when lod is zeroRyan Taylor2018-08-011-0/+9
* AMDGPU: Separate R600 and GCN TableGen filesTom Stellard2018-06-281-1/+1
* [AMDGPU] Update assembler for HSA Code Object v3Scott Linder2018-06-211-1/+24
* AMDGPU: Select MIMG instructions manually in SITargetLoweringNicolai Haehnle2018-06-211-0/+32
* AMDGPU: Refactor MIMG instruction TableGen using generic tablesNicolai Haehnle2018-06-211-9/+6
* AMDGPU: Turn D16 for MIMG instructions into a regular operandNicolai Haehnle2018-06-211-0/+3
* AMDHSA: Code object v3 updatesKonstantin Zhuravlyov2018-06-121-2/+2
* AMDGPU : Recalculate SGPRs when trap handler is supportedKonstantin Zhuravlyov2018-05-161-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-14/+14
* Pass Divergence Analysis data to Selection DAG to drive divergenceAlexander Timofeev2018-03-051-0/+3
* AMDGPU: Fix layering issueMatt Arsenault2018-02-091-1/+0
* [AMDGPU][MC] Corrected dst/data size for MIMG opcodes with d16 modifierDmitry Preobrazhensky2018-02-051-1/+1
* [AMDGPU][MC] Added validation of d16 and r128 modifiers of MIMG opcodesDmitry Preobrazhensky2018-02-051-0/+2
* [AMDGPU][MC] Added support of 64-bit image atomicsDmitry Preobrazhensky2018-01-261-0/+5
* [AMDGPU][MC][GFX8][GFX9] Added XNACK_MASK supportDmitry Preobrazhensky2018-01-101-0/+2
* AMDGPU: Partially fix disassembly of MIMG instructionsMatt Arsenault2017-12-131-0/+6
* AMDGPU: Fix set but not used warnings related to AMDGPUASKonstantin Zhuravlyov2017-11-011-3/+3
* AMDGPU: Do not emit deprecated notes for code object v3Konstantin Zhuravlyov2017-10-141-0/+4
* AMDGPU: Add support for isa version noteKonstantin Zhuravlyov2017-10-141-0/+4
* AMDGPU: Fix using SMRD instructions for argument loads in functionsMatt Arsenault2017-07-261-0/+2
* [AMDGPU][MC] Corrected V_*QSAD* instructions to check that dest register is d...Dmitry Preobrazhensky2017-06-211-0/+3
* AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov2017-06-051-7/+0
* [AMDGPU] SDWA: Add assembler support for GFX9Sam Kolton2017-05-231-0/+4
* AMDGPU: Start defining a calling conventionMatt Arsenault2017-05-171-1/+0
* AMDGPU: Refactor SIMachineFunctionInfo slightlyMatt Arsenault2017-04-111-0/+12
* AMDGPU: Refactor argument loweringMatt Arsenault2017-04-111-2/+9
* AMDGPU: Fix crash when disassembling VOP3 macMatt Arsenault2017-04-101-4/+0
* [AMDGPU] Get address space mapping by target triple environmentYaxun Liu2017-03-271-3/+4
* [AMDGPU][MC] Fix for Bug 30829 + LIT testsDmitry Preobrazhensky2017-03-031-0/+4
* AMDGPU: Add VOP3P instruction formatMatt Arsenault2017-02-271-0/+5
* AMDGPU: Merge initial gfx9 supportMatt Arsenault2017-02-181-4/+7
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-7/+11
* [AMDGPU] Add target information that is required by tools to metadataKonstantin Zhuravlyov2017-02-081-16/+121
* AMDGPU/SI: Move some ISel helpers into utils so they can be shared with GISelTom Stellard2017-01-271-0/+12
* AMDGPU: Fix handling of 16-bit immediatesMatt Arsenault2016-12-101-0/+35
* AMDGPU: Consolidate inline immediate predicate functionsMatt Arsenault2016-12-051-2/+6
* AMDGPU/SI: Handle hazard with > 8 byte VMEM storesTom Stellard2016-10-271-0/+3
* [AMDGPU] Emit constant address space data in .rodata section and use relocati...Konstantin Zhuravlyov2016-10-201-0/+4
* [AMDGPU] Stop using MCRegisterClass::getSize()Krzysztof Parzyszek2016-10-191-0/+4
* [AMDGPU] Refactor waitcnt encodingKonstantin Zhuravlyov2016-10-111-12/+48
* [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx t...Sam Kolton2016-10-071-0/+7
* [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa versionKonstantin Zhuravlyov2016-09-301-0/+18
* AMDGPU] Assembler: better support for immediate literals in assembler.Sam Kolton2016-09-091-0/+19
* [AMDGPU] Wave and register controlsKonstantin Zhuravlyov2016-09-061-1/+20
* AMDGPU: Fix getIntegerAttribute type and error messageMatt Arsenault2016-05-121-0/+2
* AMDGPU: allow specifying a workgroup size that needs to fit in a compute unitTom Stellard2016-04-141-0/+1
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-1/+3
* AMDGPU/SI: Add new target attribute InitialPSInputAddrMarek Olsak2016-01-131-0/+2
* AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VITom Stellard2015-12-211-0/+9
* AMDGPU/SI: Add getShaderType() function to Utils/Tom Stellard2015-12-151-0/+3
OpenPOWER on IntegriCloud