The LLVM-based D Compiler.
Find a file
2009-02-04 18:39:39 +01:00
bin when building the runtime pass -fPIC for shared libs and -disable-invariants for gc 2008-11-30 19:19:39 +01:00
demos Some missed LLVMDC -> LDC. 2008-10-06 22:54:08 +02:00
dmd Automated merge with http://hg.dsource.org/projects/ldc 2009-02-04 18:39:39 +01:00
dmd2 Fixed warning on osx as per request from mwarning. 2009-02-04 16:02:05 +01:00
gen Automated merge with http://hg.dsource.org/projects/ldc 2009-02-04 18:39:39 +01:00
ir Removed some dead code. 2009-02-04 02:10:23 +01:00
lib Fixed .funcptr property of delegates, no longer uses the infamous DMD rewrites to pointer arithmetic, instead a GEPExp has been introduced. 2008-09-15 02:04:26 +02:00
lphobos Apply phobos patch by downs. 2008-12-17 18:20:45 +01:00
runtime _d_delarray also had one of the array consistency asserts mentioned in #184 2009-01-30 07:51:50 +01:00
tests Fixed dstress/run/a/array_initialization_17_A.d regression. default initialized static array elements in a constant static array initializer was getting incorrect values. 2009-02-03 23:48:47 +01:00
.hgignore Add Elrood's patch to output LDC and LLVM source revs. 2008-12-14 16:51:36 +01:00
CMakeLists.txt GC defines and linkage changes. 2009-01-08 18:20:02 +01:00
config.guess Started changing target triple stuff, part of fixing #97 2008-10-13 17:28:39 +02:00
ldc-posix-tango Renamed Rebuild profile to match DSSS and Tango convention. 2009-02-02 00:34:22 +01:00
ldc.conf.in Rename merged runtime to tango-base-ldc, #145. 2008-12-12 17:10:23 +01:00
ldc2.conf.in when building the runtime pass -fPIC for shared libs and -disable-invariants for gc 2008-11-30 19:19:39 +01:00
LICENSE Update to license to adjust inline asm file names and years. 2009-01-08 16:49:04 +01:00
premake.lua Added initial D2 support, D2 frontend and changes to codegen to make things compile. 2008-11-11 01:38:48 +01:00
readme.txt First part of rename to LDC. 2008-10-06 22:46:55 +02:00
revisions.pl.in fix unnecessary revisions.h regeneration and mars.c recompilation 2009-01-05 21:11:47 +01:00

LLVM D Compiler (LDC)

This compiler is based on the Digital Mars D (DMD) compiler frontend, and
the LLVM compiler toolkit. See LICENSE for licensing information.

For more information, including build instructions, visit the LDC website:

http://www.dsource.org/projects/llvmdc