summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> froundMichael Kuperstein2016-08-181-2/+2
* AMDGPU : Fix QSAD and MQSAD instructions' incorrect data type.Wei Ding2016-08-183-2/+3
* [AMDGPU] add s_incperflevel/s_decperflevel intrinsics.Valery Pykhtin2016-08-181-2/+12
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-5/+5
* AMDGPU: Remove dead optionMatt Arsenault2016-08-171-6/+0
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-173-5/+6
* [PM] Port the always inliner to the new pass manager in a much moreChandler Carruth2016-08-171-1/+2
* AMDGPU: Avoid looking for the DebugLoc in end()Duncan P. N. Exon Smith2016-08-171-14/+12
* [AMDGPU] Remove duplicate initialization of SIDebuggerInsertNops passKonstantin Zhuravlyov2016-08-161-1/+0
* AMDGPU: Remove excessive padding from ImmOp and RegOp.Matt Arsenault2016-08-161-4/+4
* [AMDGPU] Give enum an explicit 64-bit type to fix MSVC 2013 failuresReid Kleckner2016-08-151-1/+1
* AMDGPU/R600: Convert buffer id to VTX_READ inputJan Vesely2016-08-154-183/+110
* AMDGPU: Update AMDGPURuntimeMetadata.h for enums of address space qualifiersYaxun Liu2016-08-151-0/+7
* AMDGPU: Don't fold subregister extracts into tied operandsMatt Arsenault2016-08-151-3/+15
* [AMDGPU] fix failure on printing of non-existing instruction operands.Valery Pykhtin2016-08-151-0/+5
* AMDGPU: Fix not estimating MBB operand sizes correctlyMatt Arsenault2016-08-132-2/+26
* AMDGPU: Fix missing test for addressing mode with odd offsetsMatt Arsenault2016-08-131-0/+1
* AMDGPU/R600: Remove macrosMatt Arsenault2016-08-135-36/+33
* Fix more dereferenced end() iterators after r278532Hans Wennborg2016-08-134-6/+12
* ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith2016-08-122-13/+8
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-121-4/+4
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-114-10/+7
* AMDGPU: Remove unused tablegen utilitiesMatt Arsenault2016-08-111-50/+0
* AMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32Wei Ding2016-08-112-0/+6
* AMDGPU: Prune includesMatt Arsenault2016-08-115-28/+10
* AMDGPU: Fix crashes on memory functionsMatt Arsenault2016-08-112-1/+9
* AMDGPU: Remove custom getSubRegMatt Arsenault2016-08-112-78/+10
* AMDGPU: Remove unused tracking of flat instructionsMatt Arsenault2016-08-113-25/+0
* AMDGPU : Add LLVM intrinsics for SAD related instructions.Wei Ding2016-08-112-11/+21
* Revert "[AMDGPU] fix failure on printing of non-existing instruction operands."Valery Pykhtin2016-08-111-5/+0
* [AMDGPU] fix failure on printing of non-existing instruction operands.Valery Pykhtin2016-08-111-0/+5
* GlobalISel: implement simple function calls on AArch64.Tim Northover2016-08-102-2/+2
* AMDGPU/SI: Implement amdgcn image intrinsics with samplerChangpeng Fang2016-08-101-3/+133
* AMDGPU: s_setpc_b64 should be an indirect branchMatt Arsenault2016-08-101-1/+2
* AMDGPU: Set sizes on control flow pseudosMatt Arsenault2016-08-101-9/+17
* AMDGPU: Remove empty file commentMatt Arsenault2016-08-101-1/+0
* AMDGPU: Remove unnecessary castMatt Arsenault2016-08-101-4/+2
* AMDGPU: Change insertion point of si_mask_branchMatt Arsenault2016-08-102-12/+19
* AMDGPU: Use CreateStackObject instead of CreateSpillStackObjectMatt Arsenault2016-08-101-2/+2
* AMDGPU/SI: Increase SGPR limit to 96 on Tonga/IcelandMarek Olsak2016-08-051-1/+3
* [OpenCL] Add missing tests for getOCLTypeNameYaxun Liu2016-08-041-1/+1
* LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment for stack adjustm...Alina Sbirlea2016-08-041-1/+5
* [X86] Heuristic to selectively build Newton-Raphson SQRT estimationNikolai Bozhenov2016-08-042-2/+3
* AMDGPU: fdiv -1, x -> rcp -xMatt Arsenault2016-08-021-16/+25
* AMDGPU: Stay in WQM for non-intrinsic storesNicolai Haehnle2016-08-026-10/+33
* AMDGPU: Track physical registers in SIWholeQuadModeNicolai Haehnle2016-08-021-26/+53
* [AMDGPU] refactor DS instruction definitions. NFC.Valery Pykhtin2016-08-017-608/+896
* [AMDGPU] Fix lifetime of SmallVector temporaries.Benjamin Kramer2016-07-301-6/+4
* AMDGPU: Fix shouldConvertConstantLoadToIntImm behaviorMatt Arsenault2016-07-301-2/+2
* AMDGPU: Set s_setpc_b64 as a terminatorMatt Arsenault2016-07-301-0/+3
OpenPOWER on IntegriCloud