Skip to content

Commit d25f26f

Browse files
committed
Add note about Stacker, duh!
llvm-svn: 10421
1 parent 8395d73 commit d25f26f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
release is primarily a bugfix release, dramatically improving the C/C++
7575
front-end, and improving support for C++ in the LLVM core. This release also
7676
includes a few new features, such as a simple profiler, support for Mac OS/X,
77-
better interoperability with external source bases, and improves a few
78-
optimizations.</p>
77+
better interoperability with external source bases, a new example language
78+
front-end, and improves a few optimizations.</p>
7979

8080
<p>At this time, LLVM is known to correctly compile the C &amp; C++ SPEC CPU2000
8181
benchmarks (X86 only), the Olden benchmarks, and the Ptrdist benchmarks along
@@ -127,6 +127,10 @@
127127
</ol>
128128
</li>
129129

130+
<li>A front-end for "Stacker" (a simple Forth-like language) is now
131+
<a href="http://llvm.cs.uiuc.edu/PR136">included in the main LLVM tree</a>.
132+
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>
133+
130134
<li>The <tt>configure</tt> script will now configure all projects placed in the
131135
<tt>llvm/projects</tt> directory.</li>
132136

0 commit comments

Comments
 (0)