summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] gfx1010 constant bus limitStanislav Mekhanoshin2019-05-021-0/+20
* [AMDGPU] Add gfx1010 target definitionsStanislav Mekhanoshin2019-04-241-1/+35
* [AMDGPU] predicate and feature refactoringStanislav Mekhanoshin2019-04-051-1/+2
* AMDGPU: Assume ECC is enabled by default if supportedMatt Arsenault2019-04-031-2/+12
* AMDGPU: Remove dx10-clamp from subtarget featuresMatt Arsenault2019-03-291-4/+2
* [ScheduleDAG] Move `Topo` and `addEdge` to base class.Clement Courbet2019-03-291-3/+1
* AMDGPU: Partially fix default device for HSAMatt Arsenault2019-03-171-2/+2
* AMDGPU: Remove debugger related subtarget featuresMatt Arsenault2019-02-211-2/+0
* [AMDGPU] Split dot-insts featureStanislav Mekhanoshin2019-02-091-1/+2
* AMDGPU: Eliminate GPU specific SubtargetFeaturesMatt Arsenault2019-02-081-1/+0
* AMDGPU: Remove GCN features and predicatesMatt Arsenault2019-02-081-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AMDGPU] Add support for TFE/LWE in image intrinsics. 2nd tryDavid Stuttard2019-01-141-0/+6
* [AMDGPU] Separate feature dot-instsStanislav Mekhanoshin2019-01-101-0/+1
* Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"David Stuttard2018-11-291-6/+0
* Add support for TFE/LWE in image intrinsicsDavid Stuttard2018-11-291-0/+6
* AMDGPU: Add sram-ecc featureKonstantin Zhuravlyov2018-11-051-1/+1
* [AMDGPU] Remove FeatureVGPRSpillingScott Linder2018-10-311-5/+0
* [AMDGPU] Initialize instruction itinerary from GCNSubtargetStanislav Mekhanoshin2018-09-171-0/+1
* [AMDGPU] Ensure trig range reduction only used for subtargets that require itDavid Stuttard2018-09-141-0/+1
* AMDGPU: Re-apply r341982 after fixing the layering issueKonstantin Zhuravlyov2018-09-121-6/+4
* Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination into Targ...Ilya Biryukov2018-09-121-4/+6
* AMDGPU: Move isa version and EF_AMDGPU_MACH_* determinationKonstantin Zhuravlyov2018-09-111-6/+4
* AMDGPU: Remove remnants of old address space mappingMatt Arsenault2018-08-311-3/+1
* [AMDGPU] Add support for a16 modifiear for gfx9Ryan Taylor2018-08-281-0/+1
* AMDGPU: Address todo for handling 1/(2 pi)Matt Arsenault2018-08-151-1/+1
* AMDGPU: Add feature vi-instsMatt Arsenault2018-08-071-0/+1
* Reapply "AMDGPU: Fix handling of alignment padding in DAG argument lowering"Matt Arsenault2018-07-201-35/+39
* Revert "AMDGPU: Fix handling of alignment padding in DAG argument lowering"Evgeniy Stepanov2018-07-141-39/+35
* AMDGPU: Fix handling of alignment padding in DAG argument loweringMatt Arsenault2018-07-131-35/+39
* AMDGPU/SI: Initialize InstrInfo before TargetLoweringInfo in GCNSubtargetTom Stellard2018-07-111-2/+2
* AMDGPU: Remove duplicate call to initializeSubtargetDependencies()Tom Stellard2018-07-111-1/+0
* AMDGPU: Refactor Subtarget classesTom Stellard2018-07-111-48/+44
* AMDGPU: Don't use struct type for argument layoutMatt Arsenault2018-06-291-3/+23
* AMDGPU: Separate R600 and GCN TableGen filesTom Stellard2018-06-281-31/+85
* AMDGPU: Remove ability to reserve VGPRs for debuggerKonstantin Zhuravlyov2018-06-211-6/+1
* AMDGPU: Round up kernel argument allocation sizeMatt Arsenault2018-05-291-4/+8
* AMDGPU: Pass function directly instead of MachineFunctionMatt Arsenault2018-05-291-2/+2
* AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard2018-05-221-0/+7
* AMDGPU/GlobalISel: Enable TableGen'd instruction selectorTom Stellard2018-05-101-1/+1
* AMDGPU: Add D16 instructions preserve unused bits featureKonstantin Zhuravlyov2018-05-041-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-0/+2
* AMDGPU: enable 128-bit for local addr space under an optionMarek Olsak2018-04-101-0/+1
* Revert "AMDGPU: enable 128-bit for local addr space under an option"Alex Shlyapnikov2018-04-091-1/+0
* AMDGPU: enable 128-bit for local addr space under an optionMarek Olsak2018-04-091-0/+1
* [AMDGPU][MC][GFX9] Added s_atomic_* and s_buffer_atomic_* instructionsDmitry Preobrazhensky2018-04-021-0/+1
* Revert r328975, it makes TableGen assert on the bots.Nico Weber2018-04-021-1/+0
* [AMDGPU][MC][GFX9] Added s_atomic_* and s_buffer_atomic_* instructionsDmitry Preobrazhensky2018-04-021-0/+1
* AMDGPU/GlobalISel: Pass subtarget + TM to LegalizerInfoMatt Arsenault2018-03-081-2/+2
OpenPOWER on IntegriCloud