summaryrefslogtreecommitdiff
path: root/lib/Target/AMDGPU/SIWholeQuadMode.cpp
AgeCommit message (Expand)Author
2018-07-11AMDGPU: Refactor Subtarget classesTom Stellard
2018-05-27[AMDGPU] Fixed WWM bug in block otherwise entirely in WQMTim Renouf
2018-05-22AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-07[AMDGPU] Don't force WQM for DS opTim Renouf
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-16Fix thinko in last commit.Eric Christopher
2017-11-16Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warn...Eric Christopher
2017-08-04[AMDGPU] Implement llvm.amdgcn.set.inactive intrinsicConnor Abbott
2017-08-04[AMDGPU] Add support for Whole Wavefront ModeConnor Abbott
2017-08-04[AMDGPU] refactor WQM pass in preparation for WWM (NFCI)Connor Abbott
2017-08-04[AMDGPU] Add an llvm.amdgcn.wqm intrinsic for WQMConnor Abbott
2016-12-09[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...Eugene Zelenko
2016-11-25AMDGPU/SI: Add back reverted SGPR spilling code, but disable itMarek Olsak
2016-11-25Revert "AMDGPU: Make m0 unallocatable"Marek Olsak
2016-11-24AMDGPU: Make m0 unallocatableMatt Arsenault
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-12AMDGPU: Do not clobber SCC in SIWholeQuadModeNicolai Haehnle
2016-09-03AMDGPU: Reduce the duration of whole-quad-modeNicolai Haehnle
2016-09-03AMDGPU: Fix an interaction between WQM and polygon stipplingNicolai Haehnle
2016-08-02AMDGPU: Stay in WQM for non-intrinsic storesNicolai Haehnle
2016-08-02AMDGPU: Track physical registers in SIWholeQuadModeNicolai Haehnle
2016-07-28AMDGPU: add execfix flag to SI_ELSENicolai Haehnle
2016-07-13AMDGPU: WQM cleanupsMatt Arsenault
2016-07-12AMDGPU: Follow up to r275203Matt Arsenault
2016-07-08AMDGPU: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-06-24AMDGPU: Cleanup subtarget handling.Matt Arsenault
2016-06-07AMDGPU: Add amdgpu-ps-wqm-outputs function attributesNicolai Haehnle
2016-04-22AMDGPU/SI: add llvm.amdgcn.ps.live intrinsicNicolai Haehnle
2016-04-06AMDGPU: Add a shader calling conventionNicolai Haehnle
2016-03-21AMDGPU: Fix dangling references introduced by r263982Nicolai Haehnle
2016-03-21AMDGPU: Coding style fixesNicolai Haehnle
2016-03-21AMDGPU: Add SIWholeQuadMode passNicolai Haehnle