summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 07:38:19 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 07:38:19 +0000
commit02b77b790affe74ba9348a293bd0f79caf35cbac (patch)
treeef5990e726c3b3aa34f72b6133ee5e8bcf821a50 /docs
parentde39d86f26c5fa244a11d79988f26f52accabaf0 (diff)
downloadllvm-02b77b790affe74ba9348a293bd0f79caf35cbac.tar.gz
llvm-02b77b790affe74ba9348a293bd0f79caf35cbac.tar.bz2
llvm-02b77b790affe74ba9348a293bd0f79caf35cbac.tar.xz
Add the Stupid D Compiler to the External Projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143020 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ce4d4bcb0d..10cd0025a0 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -452,6 +452,17 @@ object-oriented programming, operator overloading and strong typing.</p>
</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>