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

Chris Lattner clattner at apple.com
Sun Sep 5 14:22:02 PDT 2010


On Aug 27, 2010, at 12:01 AM, Che-Liang Chiou wrote:

> SVN revision: r112257
> 
> re-generate patch against svn head.

This conflicts in the autoconf stuff, but otherwise looks good to me.  Please regenerate and ask someone to apply for you, thanks!

-Chris

> 
> 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
>> 
> <r112257-add-ptx-backend.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list