summaryrefslogtreecommitdiff
path: root/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24R600: Replace AMDGPU pow intrinsic with the llvm versiontstellar1-0/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/R600/@164532 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-21R600: Move kernel arg lowering into R600TargetLowering classTom Stellard1-2/+0
2012-09-21R600: Fix lowering of vbuildTom Stellard1-2/+0
Some of the old AMDIL code was hard-coding subreg indices when creating the VBUILD node, which was making it difficult to match the vector_insert patterns.
2012-09-21AMDGPU: Add core backend files for R600/SI codegenTom Stellard1-0/+353
2012-07-16Revert "AMDGPU: Add core backend files for R600/SI codegen v6"Tom Stellard1-393/+0
This reverts commit 4ea70107c5e51230e9e60f0bf58a0f74aa4885ea. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160303 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-16AMDGPU: Add core backend files for R600/SI codegen v6Tom Stellard1-0/+393
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160270 91177308-0d34-0410-b5e6-96231b3b80d8