[PATCH] Add LDC as external project to LLVM 3.5 release notes.

Kai Nacke kai.nacke at redstar.de
Mon Aug 4 08:54:57 PDT 2014


Sorry, I forgot to CC you.

Regards,
Kai

On 01.08.2014 08:01, Kai Nacke wrote:
> Hi!
>
> This patch adds LDC as external project already supporting LLVM 3.5 to
> the release notes.
>
> Regards,
> Kai
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>

-------------- next part --------------
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 74614de..aa1e7bed 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -220,6 +220,19 @@ An exciting aspect of LLVM is that it is used as an enabling technology for
 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.5.
 
+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, AArch64 and MIPS64 are underway.
 
 Additional Information
 ======================


More information about the llvm-commits mailing list