diff options
author | Kai Nacke <kai.nacke@redstar.de> | 2013-11-14 05:57:40 +0000 |
---|---|---|
committer | Kai Nacke <kai.nacke@redstar.de> | 2013-11-14 05:57:40 +0000 |
commit | fd57284d021d594ebbf358456d40c4f72e515cca (patch) | |
tree | 38a91e3f954b4a7e13b2779c89e9539c55e34116 /docs | |
parent | e59daaa2b83ddb7b6c563e69ef9ae5d67d3a8e07 (diff) | |
download | external_llvm-fd57284d021d594ebbf358456d40c4f72e515cca.zip external_llvm-fd57284d021d594ebbf358456d40c4f72e515cca.tar.gz external_llvm-fd57284d021d594ebbf358456d40c4f72e515cca.tar.bz2 |
Add external project LDC to release notes.
LDC, the LLVM-based D compiler, is already using LLVM 3.4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194665 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index c0c36be..f67ebf0 100644 --- a/docs/ReleaseNotes.rst +++ b/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 ====================== |