<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Target/NVPTX/TargetInfo, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Target/NVPTX/TargetInfo?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Target/NVPTX/TargetInfo?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-30T14:29:21Z</updated>
<entry>
<title>[NVPTX] Run clang-format on all NVPTX sources.</title>
<updated>2013-03-30T14:29:21Z</updated>
<author>
<name>Justin Holewinski</name>
<email>jholewinski@nvidia.com</email>
</author>
<published>2013-03-30T14:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3639ce2575660a0e6938d2e84e8bd9a738fd7051'/>
<id>urn:sha1:3639ce2575660a0e6938d2e84e8bd9a738fd7051</id>
<content type='text'>
Hopefully this resolves any outstanding style issues and gives us
an automated way of ensuring we conform to the style guidelines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move all of the header files which are involved in modelling the LLVM IR</title>
<updated>2013-01-02T11:36:10Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2013-01-02T11:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b8c9a80f20772c3793201ab5b251d3520b9cea3'/>
<id>urn:sha1:0b8c9a80f20772c3793201ab5b251d3520b9cea3</id>
<content type='text'>
into their new header subdirectory: include/llvm/IR. This matches the
directory structure of lib, and begins to correct a long standing point
of file layout clutter in LLVM.

There are still more header files to move here, but I wanted to handle
them in separate commits to make tracking what files make sense at each
layer easier.

The only really questionable files here are the target intrinsic
tablegen files. But that's a battle I'd rather not fight today.

I've updated both CMake and Makefile build systems (I think, and my
tests think, but I may have missed something).

I've also re-sorted the includes throughout the project. I'll be
committing updates to Clang, DragonEgg, and Polly momentarily.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171366 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it.</title>
<updated>2012-05-04T20:18:50Z</updated>
<author>
<name>Justin Holewinski</name>
<email>jholewinski@nvidia.com</email>
</author>
<published>2012-05-04T20:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=49683f3c961379fbc088871a5d6304950f1f1cbc'/>
<id>urn:sha1:49683f3c961379fbc088871a5d6304950f1f1cbc</id>
<content type='text'>
The new target machines are:

nvptx (old ptx32) =&gt; 32-bit PTX
nvptx64 (old ptx64) =&gt; 64-bit PTX

The sources are based on the internal NVIDIA NVPTX back-end, and
contain more functionality than the current PTX back-end currently
provides.

NV_CONTRIB

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