[www] r196345 - Update URL and description of LDC.
Rafael Espindola
rafael.espindola at gmail.com
Tue Dec 3 19:06:56 PST 2013
Author: rafael
Date: Tue Dec 3 21:06:56 2013
New Revision: 196345
URL: http://llvm.org/viewvc/llvm-project?rev=196345&view=rev
Log:
Update URL and description of LDC.
Patch by Kai Nacke.
Modified:
www/trunk/ProjectsWithLLVM/index.html
www/trunk/Users.html
Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=196345&r1=196344&r2=196345&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Tue Dec 3 21:06:56 2013
@@ -43,7 +43,7 @@
<li><a href="#tta-tce">TTA-based Codesign Environment (TCE)</a></li>
<li><a href="#icedtea">The IcedTea Version of Sun's OpenJDK</a></li>
<li><a href="#pure">The Pure Programming Language Compiler</a></li>
-<li><a href="#LDC">LDC Compiler for the D Programming Language</a></li>
+<li><a href="#LDC">LDC - the LLVM-based D Compiler</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>
@@ -233,19 +233,23 @@ By Albert Graef, Johannes Gutenberg Univ
<!--=========================================================================-->
<div class="www_subsection">
-<a name="LDC">LDC Compiler for the D Programming Language</a>
+<a name="LDC">LDC - the LLVM-based D Compiler</a>
</div>
<div class="www_subsubsection">
-By the <a href="http://groups.google.com/group/ldc-dev/">LDC Community</a>
+By the <a href="http://wiki.dlang.org/LDC">LDC developers</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.</p>
-
+<p><a href="http://dlang.org/">D</a> is a language with C-like syntax and static
+ typing. It pragmatically combines efficiency, control, and modeling power,
+ with safety and programmer productivity. D supports powerful concepts like
+ Compile-Time Function Execution (CTFE) and Template Meta-Programming,
+ provides an innovative approach to concurrency and offers many classical
+ paradigms.</p>
+<p>The <a href="http://wiki.dlang.org/LDC">LDC</a> compiler uses the frontend
+ from the reference compiler combined with LLVM as backend to produce
+ efficient native code.</p>
</div>
<!--=========================================================================-->
Modified: www/trunk/Users.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Users.html?rev=196345&r1=196344&r2=196345&view=diff
==============================================================================
--- www/trunk/Users.html (original)
+++ www/trunk/Users.html Tue Dec 3 21:06:56 2013
@@ -321,9 +321,9 @@ multi-core code generation to the compil
<!-- Email sent to llvmdev -->
<tr>
- <td><a href="http://www.dsource.org/projects/ldc">
- LLVM D Compiler</a></td>
- <td>D compiler with LLVM backend.</td>
+ <td><a href="http://wiki.dlang.org/LDC">
+ LDC</a></td>
+ <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td>
</tr>
<!-- Email sent to llvmdev -->
More information about the llvm-commits
mailing list