summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* AMDGPU: Refactor Subtarget classesTom Stellard2018-07-111-4/+4
* AMDGPU: Separate R600 and GCN TableGen filesTom Stellard2018-06-281-53/+53
* AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headersTom Stellard2018-05-221-0/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-7/+8
* AMDGPU: Make getSubRegFromChannel a static member of AMDGPURegisterInfoTom Stellard2018-05-031-2/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko2017-08-101-5/+7
* AMDGPU/R600: Initialize more passesTom Stellard2017-08-021-2/+10
* [AMDGPU] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim2017-07-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-3/+3
* [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-01-201-18/+30
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* AMDGPU: Avoid looking for the DebugLoc in end()Duncan P. N. Exon Smith2016-08-171-14/+12
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-4/+4
* AMDGPU: Delete more dead codeMatt Arsenault2016-07-221-1/+1
* AMDGPU: Remove implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-081-30/+31
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-6/+6
* AMDGPU: Cleanup subtarget handling.Matt Arsenault2016-06-241-10/+11
* AMDGPU: Fix trailing whitespaceMatt Arsenault2016-06-101-2/+2
* AMDGPU/R600: Implement memory loads from constant ASJan Vesely2016-05-131-2/+4
* AMDGPU/R600: Use machine operands instead of ints to track literalsJan Vesely2016-05-131-19/+36
* AMDGPU: Add a shader calling conventionNicolai Haehnle2016-04-061-4/+4
* AMDGPU: Fix a use-after free and a missing breakJustin Bogner2016-03-251-1/+2
* CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()...Duncan P. N. Exon Smith2016-02-221-1/+1
* Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith2016-02-221-1/+1
* Update to use new name alignTo().Rui Ueyama2016-01-141-2/+2
* AMDGPU: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-2/+2
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+679
OpenPOWER on IntegriCloud