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

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 11 22:46:00 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.76 -> 1.77

---
Log message:

Add note about Stacker, duh!


---
Diffs of the changes:  (+7 -3)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.76 llvm/docs/ReleaseNotes.html:1.77
--- llvm/docs/ReleaseNotes.html:1.76	Thu Dec 11 22:37:31 2003
+++ llvm/docs/ReleaseNotes.html	Thu Dec 11 22:45:09 2003
@@ -74,8 +74,8 @@
 release is primarily a bugfix release, dramatically improving the C/C++
 front-end, and improving support for C++ in the LLVM core.  This release also
 includes a few new features, such as a simple profiler, support for Mac OS/X,
-better interoperability with external source bases, and improves a few
-optimizations.</p>
+better interoperability with external source bases, a new example language
+front-end, and improves a few optimizations.</p>
 
 <p>At this time, LLVM is known to correctly compile the C & C++ SPEC CPU2000
 benchmarks (X86 only), the Olden benchmarks, and the Ptrdist benchmarks along
@@ -127,6 +127,10 @@
   </ol>
 </li>
 
+<li>A front-end for "Stacker" (a simple Forth-like language) is now
+    <a href="http://llvm.cs.uiuc.edu/PR136">included in the main LLVM tree</a>.
+    Additionally, Reid Spencer, the author, contributed a document <a href="Stacker.html">describing his experiences writing Stacker, and the language itself</a>.  This document is invaluable for others writing front-ends targetting LLVM.</li>
+
 <li>The <tt>configure</tt> script will now configure all projects placed in the
 <tt>llvm/projects</tt> directory.</li>
 
@@ -658,7 +662,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/12/12 04:37:31 $
+  Last modified: $Date: 2003/12/12 04:45:09 $
 </address>
 
 </body>





More information about the llvm-commits mailing list