The LLVM-based D Compiler.
Find a file
2013-06-05 17:46:40 +02:00
bash_completion.d Enhance completion path 2012-01-20 19:19:04 +01:00
cmake/Modules Search LLVM_ROOT_DIR before system directories. 2013-06-05 17:11:08 +02:00
dmd2 Merge tag 'v0.11.0-beta1' into release-0.11.0 2013-06-01 13:53:47 +02:00
driver Change all URLs to point to wiki.dlang.org for the time being. 2013-06-02 21:27:02 +02:00
gen Correct wiki URL in debug info. 2013-06-04 16:46:15 +02:00
ir Check initializer type size in IrStruct::getDefaultInit(). 2013-05-19 20:25:16 +02:00
runtime Fold in MinGW Phobos test update. 2013-06-05 17:46:40 +02:00
tests/d2 Be more lenient with initializer type mismatch; zext as necessary. 2013-06-02 21:05:33 +02:00
utils Sort includes according to style guidelines: 2013-02-07 21:20:55 +01:00
vcbuild using rsp instead of esp 2013-01-26 13:24:13 +01:00
.gitattributes Do not include .travis.yml in release tarballs. 2012-12-13 16:20:05 +01:00
.gitmodules Imported D2 testsuite (v2.060) as submodule. 2012-09-07 03:51:31 +02:00
.travis.yml Travis: Print "ldc2 -version" output after build is complete. 2013-03-11 23:04:19 +01:00
CMakeLists.txt Replaced response_expand with BSD-licensed reimplementation. 2013-05-12 13:38:23 +02:00
Doxyfile Added Doxygen file. 2009-04-15 20:06:25 +02:00
ldc2.conf.in Do not generate .di files for druntime modules. 2013-03-17 19:23:22 +01:00
ldc2.rebuild.conf.in Use shiny new debug libraries. 2012-12-06 16:24:22 +01:00
ldc2_install.conf.in Use shiny new debug libraries. 2012-12-06 16:24:22 +01:00
ldc2_phobos.conf.in Do not generate .di files for druntime modules. 2013-03-17 19:23:22 +01:00
LICENSE Merged all licenses into LICENSE for release packaging; updated LDC copyright year. 2012-12-16 17:19:14 +01:00
README *LLVM-based* D compiler. 2013-05-27 16:37:23 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

LDC  the LLVM-based D Compiler
===============================

The LDC project aims to provide a portable D programming language
compiler with modern optimization and code generation capabilities.

The compiler uses the official DMD frontends to support the latest
version of D2, and relies on the LLVM Core libraries for code
generation.

LDC is fully Open Source; the parts of the code not taken/adapted from
other projects are BSD-licensed (see the LICENSE file for details).

Please consult the D wiki for further information:
http://wiki.dlang.org/LDC

D1 is no longer available; see the 'd1' Git branch for the last
version supporting it.


Installation
------------

In-depth material on building and installing LDC and the standard
libraries, including experimental instructions for running LDC on
Windows, is available on the project wiki, at
http://wiki.dlang.org/Building_LDC_from_source.

If you have a working C++ build environment, CMake, a current LLVM and
libconfig++ (http://hyperrealm.com/libconfig/libconfig.html)
available, there should be no big surprises, though.

Do not forget to make sure all the submodules are up to date:
  $ cd ldc
  $ git submodule update --init

Some Linux distributions are also packaging a recent version of LDC,
so building it manually might not be necessary.


Contact
-------

The best way to get in touch with the developers is either via the
digitalmars.D.ldc forum/newsgroup/mailing list
(http://forum.dlang.org) or the #ldc IRC channel on FreeNode.

For further documentation, contributor information, etc. please see
the D wiki: http://wiki.dlang.org/LDC

Feedback of any kind is very much appreciated!