<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/R600/InstPrinter, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/R600/InstPrinter?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/R600/InstPrinter?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-05-02T21:52:40Z</updated>
<entry>
<title>R600: Improve asmPrint of ALU clause</title>
<updated>2013-05-02T21:52:40Z</updated>
<author>
<name>Vincent Lejeune</name>
<email>vljn@ovi.com</email>
</author>
<published>2013-05-02T21:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9e1808733eeea4f248eeef35ba06ee3f7aa5707d'/>
<id>urn:sha1:9e1808733eeea4f248eeef35ba06ee3f7aa5707d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180957 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>R600: Prettier asmPrint of Alu</title>
<updated>2013-05-02T21:52:30Z</updated>
<author>
<name>Vincent Lejeune</name>
<email>vljn@ovi.com</email>
</author>
<published>2013-05-02T21:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=92f24d403f16ab2ee4598e32c926acc9c2344140'/>
<id>urn:sha1:92f24d403f16ab2ee4598e32c926acc9c2344140</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180956 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>R600/SI: add all the other missing asm operands v2</title>
<updated>2013-02-21T15:17:22Z</updated>
<author>
<name>Christian Konig</name>
<email>christian.koenig@amd.com</email>
</author>
<published>2013-02-21T15:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=53f22df199542f6fc4e0edc5b7cecbeacea11ada'/>
<id>urn:sha1:53f22df199542f6fc4e0edc5b7cecbeacea11ada</id>
<content type='text'>
v2: put implicit parameters in []

Signed-off-by: Christian König &lt;christian.koenig@amd.com&gt;
Reviewed-by: Tom Stellard &lt;thomas.stellard@amd.com&gt;
Reviewed-by: Michel Dänzer &lt;michel.daenzer@amd.com&gt;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175754 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>R600/SI: Fix int_SI_fs_interp_constant</title>
<updated>2013-02-14T19:03:25Z</updated>
<author>
<name>Michel Danzer</name>
<email>michel.daenzer@amd.com</email>
</author>
<published>2013-02-14T19:03:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=01115b1f5032b848659669b161af1bdd9e646208'/>
<id>urn:sha1:01115b1f5032b848659669b161af1bdd9e646208</id>
<content type='text'>
The important fix is that the constant interpolation value is stored in the
parameter slot P0, which is encoded as 2.

In addition, drop the SI_INTERP_CONST pseudo instruction, pass the parameter
slot as an operand to V_INTERP_MOV_F32 instead of hardcoding it there, and
add a special operand class for the parameter slots for type checking and
pretty printing.

NOTE: This is a candidate for the Mesa stable branch.

Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
Reviewed-by: Tom Stellard &lt;thomas.stellard@amd.com&gt;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175193 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>R600: Support for indirect addressing v4</title>
<updated>2013-02-06T17:32:29Z</updated>
<author>
<name>Tom Stellard</name>
<email>thomas.stellard@amd.com</email>
</author>
<published>2013-02-06T17:32:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c0b0c677a1138f0a5ce1435fc1e70cef38fd95c8'/>
<id>urn:sha1:c0b0c677a1138f0a5ce1435fc1e70cef38fd95c8</id>
<content type='text'>
Only implemented for R600 so far.  SI is missing implementations of a
few callbacks used by the Indirect Addressing pass and needs code to
handle frame indices.

At the moment R600 only supports array sizes of 16 dwords or less.
Register packing of vector types is currently disabled, which means that a
vec4 is stored in T0_X, T1_X, T2_X, T3_X, rather than T0_XYZW. In order
to correctly pack registers in all cases, we will need to implement an
analysis pass for R600 that determines the correct vector width for each
array.

v2:
  - Add support for i8 zext load from stack.
  - Coding style fixes

v3:
  - Don't reserve registers for indirect addressing when it isn't
    being used.
  - Fix bug caused by LLVM limiting the number of SubRegIndex
    declarations.

v4:
  - Fix 64-bit defines

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174525 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>R600: rework handling of the constants</title>
<updated>2013-01-23T02:09:06Z</updated>
<author>
<name>Tom Stellard</name>
<email>thomas.stellard@amd.com</email>
</author>
<published>2013-01-23T02:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9f7818d9bdfce2e9c7a2cbe31490a135aa6d1211'/>
<id>urn:sha1:9f7818d9bdfce2e9c7a2cbe31490a135aa6d1211</id>
<content type='text'>
Remove Cxxx registers, add new special register - "ALU_CONST" and new
operand for each alu src - "sel". ALU_CONST is used to designate that the
new operand contains the value to override src.sel, src.kc_bank, src.chan
for constants in the driver.

Patch by: Vadim Girlin

Vincent Lejeune:
  - Use pointers for constants
  - Fold CONST_ADDRESS when possible

Tom Stellard:
  - Give CONSTANT_BUFFER_0 its own address space
  - Use integer types for constant loads

Reviewed-by: Tom Stellard &lt;thomas.stellard@amd.com&gt;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173222 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[CMake] Fixup R600.</title>
<updated>2012-12-12T03:34:26Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-12-12T03:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c34ccb7b68290a9ed09bda9c53cbf3ebd28ea91f'/>
<id>urn:sha1:c34ccb7b68290a9ed09bda9c53cbf3ebd28ea91f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169962 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add R600 backend</title>
<updated>2012-12-11T21:25:42Z</updated>
<author>
<name>Tom Stellard</name>
<email>thomas.stellard@amd.com</email>
</author>
<published>2012-12-11T21:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f98f2ce29e6e2996fa58f38979143eceaa818335'/>
<id>urn:sha1:f98f2ce29e6e2996fa58f38979143eceaa818335</id>
<content type='text'>
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169915 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
