]> granicus.if.org Git - llvm/commitdiff
Add external project LDC to release notes.
authorKai Nacke <kai.nacke@redstar.de>
Tue, 23 Jan 2018 11:03:55 +0000 (11:03 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Tue, 23 Jan 2018 11:03:55 +0000 (11:03 +0000)
LDC, the LLVM-based D compiler, is already ready for LLVM 6.0.0.

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

docs/ReleaseNotes.rst

index 1d1dca007a86ede59484c70b6069c5397723a54a..9887f94108edabd581ef830166989e60217feb9d 100644 (file)
@@ -148,6 +148,20 @@ import of .h symbols - even inline functions and macros. Zig uses LLD combined
 with lazily building compiler-rt to provide out-of-the-box cross-compiling for
 all supported targets.
 
+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
 ======================