[llvm-commits] SIBsim4 for llvm-test

Nick Lewycky nicholas at mxc.ca
Wed Feb 14 20:55:30 PST 2007


This is a new program I've prepared for llvm-test, going under
MultiSource/Applications. It's a program to align an expressed DNA
sequenec with a genomic sequence, SIBsim4 v0.14, from
http://sibsim4.sourceforge.net/ .

It's entirely self-contained relying only on libc and is licensed under
the GPL license. I've included two 300k test files are derived from
bioperl-run/t/data (Artistic License) and NCBI GenBank (no known
restrictions).

http://cvs.bioperl.org/cgi-bin/viewcvs/viewcvs.cgi/bioperl-run/t/data/?cvsroot=bioperl
http://www.ncbi.nlm.nih.gov/Genbank/GenbankOverview.html

It works with a GCC/CBE=0.80 and GCC/LLC=0.76. JIT fails because it
doesn't find the "optarg" symbol which is an extern char * declared by
stdio.h and defined in POSIX.

Nick Lewycky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SIBsim4-llvmtest.tar.gz
Type: application/x-gzip
Size: 213494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070214/f3bbcae8/attachment.bin>


More information about the llvm-commits mailing list