diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 44749bc9008..2c673bdc6db 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -74,8 +74,8 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page.

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.

+better interoperability with external source bases, a new example language +front-end, and improves a few optimizations.

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: +

  • A front-end for "Stacker" (a simple Forth-like language) is now + included in the main LLVM tree. + Additionally, Reid Spencer, the author, contributed a document describing his experiences writing Stacker, and the language itself. This document is invaluable for others writing front-ends targetting LLVM.
  • +
  • The configure script will now configure all projects placed in the llvm/projects directory.