summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU][MC] Added validation of d16 and r128 modifiers of MIMG opcodesDmitry Preobrazhensky2018-02-051-0/+1
* AMDGPU/SI: Add d16 support for buffer intrinsics.Changpeng Fang2018-01-121-0/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* AMDGPU: Fix missing subtarget feature initializerMatt Arsenault2017-12-051-0/+1
* AMDGPU: Disable fp64 support on pre GCN asicsJan Vesely2017-12-041-9/+14
* AMDGPU: Don't use MUBUF vaddr if address may overflowMatt Arsenault2017-11-151-0/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [AMDGPU] Clean up symbols in the global namespace.Benjamin Kramer2017-10-311-0/+2
* AMDGPU: Add max-mix-insts subtarget featureMatt Arsenault2017-10-251-0/+1
* AMDGPU: Initialize WavefrontSize from TD filesKonstantin Zhuravlyov2017-10-231-1/+1
* AMDGPU: Fix default range in non-kernel functionsMatt Arsenault2017-10-231-4/+21
* AMDGPU: Do not emit deprecated notes for code object v3Konstantin Zhuravlyov2017-10-141-0/+1
* [AMDGPU] Prevent post-RA scheduler from breaking memory clausesStanislav Mekhanoshin2017-09-191-0/+54
* [AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodesDmitry Preobrazhensky2017-08-161-0/+1
* Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-151-31/+6
* Revert "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-081-6/+31
* AMDGPU: Cleanup subtarget featuresMatt Arsenault2017-08-071-2/+13
* [GlobalISel] Remove the GISelAccessor API.Quentin Colombet2017-08-041-31/+6
* [GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet2017-08-031-8/+0
* AMDGPU: Add encoding for carryless add/sub instructionsMatt Arsenault2017-07-201-0/+1
* AMDGPU: Fix amdgpu-flat-work-group-size/amdgpu-waves-per-eu checkKonstantin Zhuravlyov2017-07-161-1/+1
* [AMDGPU] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim2017-07-071-0/+3
* [AMDGPU] Move GISel accessor initialization from TargetMachine to Subtarget.Quentin Colombet2017-07-051-5/+50
* [AMDGPU] SDWA: several fixes for V_CVT and VOPC instructionsSam Kolton2017-06-271-1/+1
* [AMDGPU] SDWA: add support for GFX9 in peephole passSam Kolton2017-06-221-0/+5
* AMDGPU: Make auto waitcnt before barrier a featureKonstantin Zhuravlyov2017-06-021-0/+1
* AMDGPU: Add new subtarget features for gfx9 flat instructionsMatt Arsenault2017-05-101-0/+3
* [AMDGPU] Generate range metadata for workitem idStanislav Mekhanoshin2017-04-121-0/+60
* AMDGPU: Fix crash when disassembling VOP3 macMatt Arsenault2017-04-101-1/+0
* [AMDGPU] Get address space mapping by target triple environmentYaxun Liu2017-03-271-0/+1
* AMDGPU: Add VOP3P instruction formatMatt Arsenault2017-02-271-0/+1
* AMDGPU: Redefine clamp node as clamp 0.0-1.0Matt Arsenault2017-02-211-1/+2
* AMDGPU: Fix assembler subtarget predicate for gfx9Matt Arsenault2017-02-181-0/+1
* AMDGPU: Merge initial gfx9 supportMatt Arsenault2017-02-181-0/+1
* Revert "[AMDGPU] Fix for SIMachineScheduler crash. SI Scheduler should track"Alexander Timofeev2017-02-141-1/+3
* AMDGPU : Add trap handler support.Wei Ding2017-02-101-1/+2
* [AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPerEU instead of us...Konstantin Zhuravlyov2017-02-091-1/+1
* [AMDGPU] Add target information that is required by tools to metadataKonstantin Zhuravlyov2017-02-081-80/+1
* [AMDGPU][NFC] De-tabifyKonstantin Zhuravlyov2017-02-081-1/+1
* [AMDGPU] Move register related queries to subtarget classKonstantin Zhuravlyov2017-02-081-5/+173
* [AMDGPU] Fix for SIMachineScheduler crash. SI Scheduler should trackAlexander Timofeev2017-02-071-3/+1
* [AMDGPU] Account workgroup size in LDS occupancy limitsStanislav Mekhanoshin2017-02-011-53/+17
* AMDGPU: Enable FeatureFlatForGlobal on Volcanic IslandsMatt Arsenault2017-01-271-1/+7
* AMDGPU add support for spilling to a user sgpr pointed buffersTom Stellard2017-01-251-2/+3
* Enable FeatureFlatForGlobal on Volcanic IslandsMatt Arsenault2017-01-241-0/+1
* AMDGPU: Combine fp16/fp64 subtarget featuresMatt Arsenault2017-01-231-5/+4
* Pacify -Wreorder.Benjamin Kramer2017-01-201-1/+1
* [AMDGPU] Add subtarget features for SDWA/DPPSam Kolton2017-01-201-0/+2
* [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko2016-12-121-13/+5
* [AMDGPU] Scalarization of global uniform loads.Alexander Timofeev2016-12-081-0/+1
OpenPOWER on IntegriCloud