[llvm-commits] CVS: llvm-www/Users.html
Chris Lattner
sabre at nondot.org
Wed Oct 3 21:40:37 PDT 2007
Changes in directory llvm-www:
Users.html updated: 1.21 -> 1.22
---
Log message:
add an entry.
---
Diffs of the changes: (+7 -1)
Users.html | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletion(-)
Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.21 llvm-www/Users.html:1.22
--- llvm-www/Users.html:1.21 Wed Jul 4 15:10:08 2007
+++ llvm-www/Users.html Wed Oct 3 23:39:57 2007
@@ -242,6 +242,12 @@
<tr>
<td><a href="http://faust.grame.fr/">Faust Signal Processing Language</a></td>
<td>Signal processing language, <a href="http://www.grame.fr/~letz/faust_llvm.html">uses the LLVM JIT for runtime codegen</a>.</td>
+
+ </tr>
+ <tr>
+ <td><a href="http://iphone.fiveforty.net/wiki/index.php/Toolchain_Project">
+ iPhone tool chain</a></td>
+ <td>llvm-gcc Compiler for iPhone Dev Wiki toolchain.</td>
</tr>
</table>
</div>
@@ -257,6 +263,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<br/><a href="mailto:llvmdev at llvm.org">LLVM Development List</a><br>
- Last modified: $Date: 2007/07/04 20:10:08 $
+ Last modified: $Date: 2007/10/04 04:39:57 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list