]> granicus.if.org Git - llvm/commitdiff
Add external project LDC to release notes.
authorKai Nacke <kai.nacke@redstar.de>
Thu, 17 Aug 2017 05:02:41 +0000 (05:02 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Thu, 17 Aug 2017 05:02:41 +0000 (05:02 +0000)
LDC, the LLVM-based D compiler, is already ready for LLVM 5.0.

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

docs/ReleaseNotes.rst

index cfb9cc0815cb78330aaf991d57bc6a1e9929924b..48af491f12143a611395d956146faa82bf657c78 100644 (file)
@@ -181,6 +181,22 @@ intended to eventually take the place of C. It uses LLVM to produce highly
 optimized native code and to cross-compile for any target out of the box. Zig
 is in alpha; with a beta release expected in September.
 
+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
 ======================