summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU][MC] Corrected V_*QSAD* instructions to check that dest register is d...Dmitry Preobrazhensky2017-06-211-0/+21
* AMDGPU : Fix ISA Version Definitions.Wei Ding2017-06-101-0/+11
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+1
* AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov2017-06-051-27/+0
* Revert "AMDGPU: Fold CI-specific complex SMRD patterns into existing complex ...Marek Olsak2017-05-241-1/+1
* AMDGPU: Fold CI-specific complex SMRD patterns into existing complex patternsMarek Olsak2017-05-231-1/+1
* [AMDGPU] SDWA: Add assembler support for GFX9Sam Kolton2017-05-231-0/+11
* AMDGPU: Start defining a calling conventionMatt Arsenault2017-05-171-1/+12
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-0/+1
* AMDGPU: Temporarily disable packed inlinable literals (v2f16, v2i16)Konstantin Zhuravlyov2017-04-211-0/+9
* AMDGPU: Refactor argument loweringMatt Arsenault2017-04-111-0/+4
* AMDGPU: Fix crash when disassembling VOP3 macMatt Arsenault2017-04-101-8/+1
* [AMDGPU] Temporarily change constant address space from 4 to 2Yaxun Liu2017-04-061-3/+1
* [AMDGPU] Get address space mapping by target triple environmentYaxun Liu2017-03-271-7/+62
* [AMDGPU][MC] Fix for Bug 30829 + LIT testsDmitry Preobrazhensky2017-03-031-0/+19
* [AMDGPU] Change amd_kernel_code_t's minor version to 1Konstantin Zhuravlyov2017-02-281-1/+1
* AMDGPU: Add VOP3P instruction formatMatt Arsenault2017-02-271-0/+9
* AMDGPU: Merge initial gfx9 supportMatt Arsenault2017-02-181-9/+45
* [AMDGPU] Fix MaxWorkGroupsPerCU for large workgroupsStanislav Mekhanoshin2017-02-151-1/+5
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-8/+22
* [AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPerEU instead of us...Konstantin Zhuravlyov2017-02-091-67/+30
* [AMDGPU] Add target information that is required by tools to metadataKonstantin Zhuravlyov2017-02-081-30/+226
* [AMDGPU][mc] Fix AddressSanitizer leftover issue in gfx7_asm_all testArtem Tamazov2017-02-031-4/+4
* Re-commit AMDGPU/GlobalISel: Add support for simple shadersTom Stellard2017-01-301-1/+1
* Revert "AMDGPU/GlobalISel: Add support for simple shaders"Tom Stellard2017-01-301-1/+1
* AMDGPU/GlobalISel: Add support for simple shadersTom Stellard2017-01-301-1/+1
* [AMDGPU][mc] Fix memory corruption uncovered by AddressSanitizer during cover...Artem Tamazov2017-01-271-0/+4
* AMDGPU/SI: Move some ISel helpers into utils so they can be shared with GISelTom Stellard2017-01-271-0/+29
* AMDGPU: Set call_convention bit in kernel_code_tMatt Arsenault2017-01-251-0/+5
* [AMDGPU] Assembler: fix v_mac_f16 immediatesSam Kolton2017-01-171-1/+2
* [AMDGPU] Remove extra semicolon. NFCKonstantin Zhuravlyov2017-01-061-1/+1
* AMDGPU: Fix handling of 16-bit immediatesMatt Arsenault2016-12-101-11/+41
* AMDGPU: Consolidate inline immediate predicate functionsMatt Arsenault2016-12-051-26/+24
* AMDGPU/SI: Handle hazard with > 8 byte VMEM storesTom Stellard2016-10-271-2/+6
* AMDGPU: Refactor processor definition to use ISA version featuresYaxun Liu2016-10-261-0/+9
* [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-3/+34
* [AMDGPU] Refactor waitcnt encodingKonstantin Zhuravlyov2016-10-111-12/+90
* AMDGPU/SI: Update ISA version numbers for Tonga and Polaris10/11.Changpeng Fang2016-10-111-0/+3
* [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx t...Sam Kolton2016-10-071-0/+6
* [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa versionKonstantin Zhuravlyov2016-09-301-0/+24
* AMDGPU] Assembler: better support for immediate literals in assembler.Sam Kolton2016-09-091-0/+70
* [AMDGPU] Wave and register controlsKonstantin Zhuravlyov2016-09-061-2/+23
* AMDGPU: Fix getIntegerAttribute type and error messageMatt Arsenault2016-05-121-4/+4
* AMDGPU: allow specifying a workgroup size that needs to fit in a compute unitTom Stellard2016-04-141-0/+4
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-4/+16
* AMDGPU/SI: Update ISA version for FIJIChangpeng Fang2016-01-131-0/+3
* AMDGPU/SI: Add new target attribute InitialPSInputAddrMarek Olsak2016-01-131-7/+14
* AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VITom Stellard2015-12-211-0/+36
OpenPOWER on IntegriCloud