summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/llvm.pow.ll
Commit message (Collapse)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-40/+0
| | | | llvm-svn: 239657
* R600: Enable vector fpow.Tom Stellard2014-02-041-4/+25
| | | | | | | | | | | The OpenCL specs say: "The vector versions of the math functions operate component-wise. The description is per-component." Patch by: Jan Vesely Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 200773
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-111-8/+8
| | | | llvm-svn: 194425
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-291-2/+2
| | | | llvm-svn: 185268
* R600: Schedule copy from phys register at beginning of blockVincent Lejeune2013-06-051-1/+1
| | | | | | It allows regalloc pass to remove them by trivially assigning associated reg llvm-svn: 183336
* R600: use capital letter for PV channelVincent Lejeune2013-06-031-1/+1
| | | | llvm-svn: 183107
* R600: Use bottom up scheduling algorithmVincent Lejeune2013-05-171-1/+1
| | | | llvm-svn: 182129
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-021-3/+3
| | | | llvm-svn: 180956
* R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730Michel Danzer2013-03-221-1/+1
| | | | llvm-svn: 177736
* Add R600 backendTom Stellard2012-12-111-0/+19
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX llvm-svn: 169915
OpenPOWER on IntegriCloud