[llvm-commits] [llvm] r143020 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Wed Oct 26 00:38:19 PDT 2011
Author: void
Date: Wed Oct 26 02:38:19 2011
New Revision: 143020
URL: http://llvm.org/viewvc/llvm-project?rev=143020&view=rev
Log:
Add the Stupid D Compiler to the External Projects list.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143020&r1=143019&r2=143020&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 26 02:38:19 2011
@@ -452,6 +452,17 @@
</div>
<!--=========================================================================-->
+<h3>The Stupid D Compiler (SDC)</h3>
+
+<div>
+
+<p><a href="https://github.com/bhelyer/SDC">The Stupid D Compiler</a> is a
+ project seeking to write a self-hosting compiler for the D programming
+ language without using the frontend of the reference compiler (DMD).</p>
+
+</div>
+
+<!--=========================================================================-->
<h3>TTA-based Co-design Environment (TCE)</h3>
<div>
More information about the llvm-commits
mailing list