From: Bill Wendling Date: Sun, 13 May 2012 10:00:58 +0000 (+0000) Subject: Add blurb for LLVM D Compiler. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f2f92ba4d4af8ea0d4b099fb8923d56fa8f1b9c3;p=oota-llvm.git Add blurb for LLVM D Compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156733 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2374efe8487..b1083da6cbb 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -290,6 +290,16 @@ Release Notes. +

LLVM D Compiler

+ +
+ +

LLVM D Compiler (LDC) is + a compiler for the D programming Language. It is based on the DMD frontend + and uses LLVM as backend.

+ +
+

Open Shading Language