SIMD examples

Googling for "LLVM SIMD" shows some fascinating looking examples:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051017/028929.html

but they don't seem to be in my SVN checkout. How can I get hold of these
demos?

There are a bunch of examples in the testsuite svn module. You can also find examples and the internet.

-Chris