[llvm-branch-commits] [llvm-branch] r295367 - Add external project LDC to release notes.
Kai Nacke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 16 11:35:37 PST 2017
Author: redstar
Date: Thu Feb 16 13:35:37 2017
New Revision: 295367
URL: http://llvm.org/viewvc/llvm-project?rev=295367&view=rev
Log:
Add external project LDC to release notes.
LDC, the LLVM-based D compiler, is already ready for LLVM 4.0.
Modified:
llvm/branches/release_40/docs/ReleaseNotes.rst
Modified: llvm/branches/release_40/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_40/docs/ReleaseNotes.rst?rev=295367&r1=295366&r2=295367&view=diff
==============================================================================
--- llvm/branches/release_40/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_40/docs/ReleaseNotes.rst Thu Feb 16 13:35:37 2017
@@ -292,6 +292,21 @@ External Open Source Projects Using LLVM
* 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
======================
More information about the llvm-branch-commits
mailing list