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
Rafael Espíndola
2013-Dec-03 13:30 UTC
[LLVMdev] Please update LDC references on LLVM website
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
Hi Rafael, is there a repository with the static pages or should I simply produce a diff between the 2 versions? Regards, Kai On 03.12.2013 14:30, Rafael Espíndola wrote:> 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 > >
On 03.12.2013 14:30, Rafael Espíndola wrote:> Can you send a patch?Hi Rafael, the patch is attached. @Mikael, Tim Thanks for the help. I really needed only the link to the repo. Regards, Kai> > 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 > >-------------- next part -------------- Index: ProjectsWithLLVM/index.html ==================================================================--- ProjectsWithLLVM/index.html (Revision 196291) +++ ProjectsWithLLVM/index.html (Arbeitskopie) @@ -43,7 +43,7 @@ <li><a href="#tta-tce">TTA-based Codesign Environment (TCE)</a></li> <li><a href="#icedtea">The IcedTea Version of Sun's OpenJDK</a></li> <li><a href="#pure">The Pure Programming Language Compiler</a></li> -<li><a href="#LDC">LDC Compiler for the D Programming Language</a></li> +<li><a href="#LDC">LDC - the LLVM-based D Compiler</a></li> <li><a href="#compilerwrite">How to Write Your Own Compiler</a></li> <li><a href="#puzzles">Register Allocation by Puzzle Solving</a></li> <li><a href="#faust">Faust Real-Time Signal Processing System</a></li> @@ -233,19 +233,23 @@ <!--=========================================================================--> <div class="www_subsection"> -<a name="LDC">LDC Compiler for the D Programming Language</a> +<a name="LDC">LDC - the LLVM-based D Compiler</a> </div> <div class="www_subsubsection"> -By the <a href="http://groups.google.com/group/ldc-dev/">LDC Community</a> +By the <a href="http://wiki.dlang.org/LDC">LDC developers</a> </div> <div class="www_text"> -<p><a href="http://www.dsource.org/projects/ldc">LDC</a> is a compiler for - the <a href="http://www.digitalmars.com/d">D programming Language</a>. It is - based on the latest DMD frontend and uses LLVM as its backend. LLVM provides - a fast and modern backend for high quality code generation.</p> - +<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> +<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.</p> </div> <!--=========================================================================--> Index: Users.html ==================================================================--- Users.html (Revision 196291) +++ Users.html (Arbeitskopie) @@ -321,9 +321,9 @@ <!-- Email sent to llvmdev --> <tr> - <td><a href="http://www.dsource.org/projects/ldc"> - LLVM D Compiler</a></td> - <td>D compiler with LLVM backend.</td> + <td><a href="http://wiki.dlang.org/LDC"> + LDC</a></td> + <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> </tr> <!-- Email sent to llvmdev -->
Maybe Matching Threads
- [LLVMdev] Please update LDC references on LLVM website
- [LLVMdev] Please update LDC references on LLVM website
- [LLVMdev] Please update LDC references on LLVM website
- [LLVMdev] Please update LDC references on LLVM website
- [LLVMdev] LLVM based D compiler released