[LLVMdev] Please update LDC references on LLVM website
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Dec 3 05:30:23 PST 2013
Can you send a patch?
On 2 December 2013 06:44, Kai Nacke <kai at redstar.de> wrote:
> Hi!
>
> I like to submit some updates to the LLVM website regarding the LDC
> compiler. All links are currently out-of-date. The following pages need
> updates:
>
> On page http://www.llvm.org/Users.html, please replace the existing entry
> "LLVM D Compiler" in section "Open Source Projects" with:
>
> <tr>
> <td><a href="http://wiki.dlang.org/LDC/">
> LDC</a></td>
> <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td>
> </tr>
>
> On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of
> contents with
>
> <li><a href="#LDC">LDC - the LLVM-based D Compiler</a></li>
>
> and replace the existing section with
>
> <div class="www_subsection">
> <a name="LDC">LDC - the LLVM-based D Compiler</a>
> </div>
>
> <div class="www_subsubsection">
> By the <a href="http://wiki.dlang.org/LDC/">LDC Community</a>
> </div>
>
> <div class="www_text">
> <p><a href="http://dlang.org/">D</a> 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.
> <p>The <a href="http://wiki.dlang.org/LDC/">LDC</a> compiler uses the
> frontend
> from the reference compiler combined with LLVM as backend to produce
> efficient native code.
> </div>
>
> Thank you very much!!!
>
> Regards,
> Kai
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list