[llvm-commits] CVS: llvm/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Wed Dec 8 10:04:26 PST 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.90 -> 1.91
---
Log message:

Mention in the exposition that lli can JIT on PowerPC now.


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.90 llvm/docs/GettingStarted.html:1.91
--- llvm/docs/GettingStarted.html:1.90	Wed Dec  8 12:00:30 2004
+++ llvm/docs/GettingStarted.html	Wed Dec  8 12:04:14 2004
@@ -1228,7 +1228,7 @@
   can directly execute LLVM bytecode (although very slowly...). In addition
   to a simple interpreter, <tt>lli</tt> also has a tracing mode (entered by
   specifying <tt>-trace</tt> on the command line). Finally, for
-  architectures that support it (currently only x86 and Sparc), by default,
+  architectures that support it (currently x86, Sparc, and PowerPC), by default,
   <tt>lli</tt> will function as a Just-In-Time compiler (if the
   functionality was compiled in), and will execute the code <i>much</i>
   faster than the interpreter.</dd>
@@ -1478,7 +1478,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/08 18:00:30 $
+  Last modified: $Date: 2004/12/08 18:04:14 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list