[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html
Chris Lattner
sabre at nondot.org
Sat Jan 10 20:04:17 PST 2009
Changes in directory llvm-www/ProjectsWithLLVM:
index.html updated: 1.43 -> 1.44
---
Log message:
add ldc
---
Diffs of the changes: (+19 -0)
index.html | 19 +++++++++++++++++++
1 files changed, 19 insertions(+)
Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.43 llvm-www/ProjectsWithLLVM/index.html:1.44
--- llvm-www/ProjectsWithLLVM/index.html:1.43 Wed Mar 5 00:10:34 2008
+++ llvm-www/ProjectsWithLLVM/index.html Sat Jan 10 22:03:14 2009
@@ -35,6 +35,7 @@
<div class="www_text">
<ul>
+<li><a href="#LDC">LDC Compiler for the D Programming Language</a></li>
<li><a href="#compilerwrite">How to Write Your Own Compiler</a></li>
<li><a href="#puzzles">Register Allocation by Puzzle Solving</a></li>
<li><a href="#faust">Faust Real-Time Signal Processing System</a></li>
@@ -62,6 +63,24 @@
<!--=========================================================================-->
<div class="www_subsection">
+<a name="LDC">LDC Compiler for the D Programming Language</a>
+</div>
+
+<div class="www_subsubsection">
+By the <a href="http://groups.google.com/group/ldc-dev/">LDC Community</a>
+</div>
+
+<div class="www_text">
+<p>
+<a href="http://www.dsource.org/projects/ldc">LDC</a> is a compiler for the <a
+href="http://www.digitalmars.com/d">D programming Language</a>. It is based on
+the latest DMD frontend and uses LLVM as its backend. LLVM provides a
+fast and modern backend for high quality code generation.</a>
+</p>
+</div>
+
+<!--=========================================================================-->
+<div class="www_subsection">
<a name="compilerwrite">How to Write Your Own Compiler</a>
</div>
More information about the llvm-commits
mailing list