[llvm-commits] [patch][Target/PTX] Create PTX backend

Che-Liang Chiou clchiou at gmail.com
Fri Aug 27 00:01:14 PDT 2010


SVN revision: r112257

re-generate patch against svn head.

On Wed, Aug 11, 2010 at 11:10 AM, Che-Liang Chiou <clchiou at gmail.com> wrote:
> SVN revision: 110776
>
> This patch is a part of upstream work of a PTX backend using LLVM code
> generator.
>
> Change list summary:
> - Add an empty backend that is merely compilable
> - Add PTX entry to autoconf/configure.ac and include/llvm/ADT/Triple.h
>
> Outcome:
> $ ./configure --enable-targets=ptx
> $ make
> $ llc -version | grep ptx
>    ptx   - PTX
>
> Misc:
> - Diff of auto-generated files are put in a separated patch
> - The autotool version on my machine is newer than
> autoconf/AutoGegen.sh requires, so the diff of auto-gen'd files might
> be differ with that on your machine
>
> Cheers,
> Che-Liang
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r112257-add-ptx-backend.patch
Type: text/x-patch
Size: 13938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100827/48755903/attachment.bin>


More information about the llvm-commits mailing list