]> granicus.if.org Git - llvm/commitdiff
Add external project LDC to release notes.
authorKai Nacke <kai.nacke@redstar.de>
Thu, 16 Feb 2017 19:35:37 +0000 (19:35 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Thu, 16 Feb 2017 19:35:37 +0000 (19:35 +0000)
LDC, the LLVM-based D compiler, is already ready for LLVM 4.0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@295367 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 72ba0f6181caab79f3b44bc36b86d70e832ecaf3..da86be3f96ff7575206286604543289fac462dcc 100644 (file)
@@ -292,6 +292,21 @@ External Open Source Projects Using LLVM 4.0.0
 
 * A project...
 
+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, FreeBSD and Windows and also Linux on ARM
+and PowerPC (32/64 bit). Ports to other architectures like AArch64 and MIPS64
+are underway.
+
 
 Additional Information
 ======================