diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-12 04:45:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-12 04:45:09 +0000 |
commit | 3b368c7fb47159efda860ec2bd857a674be27d6c (patch) | |
tree | 3740d4cefd3bb9484ad224fb55be342d3cc223d7 | |
parent | c4b7beee8d4dd0d557ba81d583d919f3b3ff9607 (diff) |
Add note about Stacker, duh!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10421 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 44749bc900..2c673bdc6d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -74,8 +74,8 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page</a>.</p> 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 @@ object tree as subdirectories are built. This means that: </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> |