[llvm] r182718 - Add LDC compiler to list of external OS projects using LLVM 3.3

Kai Nacke kai.nacke at redstar.de
Sun May 26 10:37:46 PDT 2013


Author: redstar
Date: Sun May 26 12:37:43 2013
New Revision: 182718

URL: http://llvm.org/viewvc/llvm-project?rev=182718&view=rev
Log:
Add LDC compiler to list of external OS projects using LLVM 3.3

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=182718&r1=182717&r2=182718&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Sun May 26 12:37:43 2013
@@ -206,6 +206,21 @@ Jade project is hosted as part of the Op
 (`Orcc <http://orcc.sf.net>`_) and requires it to translate the RVC-CAL standard
 library of video coding tools into an LLVM assembly code.
 
+LDC - the LLVM-based D compiler
+-------------------------------
+
+`D <http://dlang.org>`_ 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.
+
+`LDC <http://wiki.dlang.org/LDC>`_ uses the frontend from the reference compiler
+combined with LLVM as backend to produce efficient native code. LDC targets
+x86/x86_64 systems like Linux, OS X and Windows and also Linux/PPC64. Ports to
+other architectures like ARM are underway.
+
+
 Additional Information
 ======================
 





More information about the llvm-commits mailing list