summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorKai Nacke <kai.nacke@redstar.de>2013-11-14 05:57:40 +0000
committerKai Nacke <kai.nacke@redstar.de>2013-11-14 05:57:40 +0000
commitec6e392975063fcf9923cc2d1721ddc936c62ee9 (patch)
tree93a621e5bace9403f76720d30017208893a5d63c /llvm
parent435b4c786a66aca864d63e9e91e6d3ce4181eb0c (diff)
downloadbcm5719-llvm-ec6e392975063fcf9923cc2d1721ddc936c62ee9.tar.gz
bcm5719-llvm-ec6e392975063fcf9923cc2d1721ddc936c62ee9.zip
Add external project LDC to release notes.
LDC, the LLVM-based D compiler, is already using LLVM 3.4. llvm-svn: 194665
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index c0c36be51d3..f67ebf0e4c7 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -104,6 +104,21 @@ a lot of other language and tools projects. This section lists some of the
projects that have already been updated to work with LLVM 3.4.
+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/PPC64.
+Ports to other architectures like ARM and AArch64 are underway.
+
+
Additional Information
======================
OpenPOWER on IntegriCloud