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

Che-Liang Chiou clchiou at gmail.com
Tue Aug 10 20:10:08 PDT 2010


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: r110776-add-ptx-backend.patch
Type: text/x-patch
Size: 12774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100810/a467c09c/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r110776-add-ptx-backend-autogen-files.patch
Type: text/x-patch
Size: 734251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100810/a467c09c/attachment-0001.bin>


More information about the llvm-commits mailing list