Author: redstar Date: Thu Feb 7 13:09:53 2019 New Revision: 353466 URL: http://llvm.org/viewvc/llvm-project?rev=353466&view=rev Log: Add external project LDC to release notes.
LDC, the LLVM-based D compiler, is already ready for LLVM 8.0.0. Modified: llvm/branches/release_80/docs/ReleaseNotes.rst Modified: llvm/branches/release_80/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_80/docs/ReleaseNotes.rst?rev=353466&r1=353465&r2=353466&view=diff ============================================================================== --- llvm/branches/release_80/docs/ReleaseNotes.rst (original) +++ llvm/branches/release_80/docs/ReleaseNotes.rst Thu Feb 7 13:09:53 2019 @@ -156,6 +156,21 @@ Changes to the DAG infrastructure External Open Source Projects Using LLVM 8 ========================================== +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. + Zig Programming Language ------------------------ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits