diff options
author | Kai Nacke <kai.nacke@redstar.de> | 2013-05-26 17:37:43 +0000 |
---|---|---|
committer | Kai Nacke <kai.nacke@redstar.de> | 2013-05-26 17:37:43 +0000 |
commit | ea991637e491a171571c7361b07a5e55f4c08307 (patch) | |
tree | fe2e6a30b2100e436e83226c52d6e8217478a071 /docs | |
parent | 9edb37feb5984b25494651ee4307fd2284d3538b (diff) | |
download | external_llvm-ea991637e491a171571c7361b07a5e55f4c08307.zip external_llvm-ea991637e491a171571c7361b07a5e55f4c08307.tar.gz external_llvm-ea991637e491a171571c7361b07a5e55f4c08307.tar.bz2 |
Add LDC compiler to list of external OS projects using LLVM 3.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182718 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 96461e5..f669a1f 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -206,6 +206,21 @@ Jade project is hosted as part of the Open RVC-CAL Compiler (`Orcc <http://orcc.sf.net>`_) and requires it to translate the RVC-CAL standard library of video coding tools into an LLVM assembly code. +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 and Windows and also Linux/PPC64. Ports to +other architectures like ARM are underway. + + Additional Information ====================== |