The LLVM-based D Compiler.
Find a file
2008-10-12 15:33:14 +02:00
bin Renames. 2008-10-06 22:56:54 +02:00
demos Some missed LLVMDC -> LDC. 2008-10-06 22:54:08 +02:00
dmd Fix remaining make files. Fix linking order for static libs. 2008-10-11 21:40:44 +02:00
gen Always run SimplifyCFG to workaround LLVM bug 2613. 2008-10-12 15:33:14 +02:00
ir Only allocate the module file name once. Fixes #90. 2008-10-12 10:35:16 +02: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 Renames. 2008-10-06 22:56:54 +02:00
runtime Pass flags ADD_DFLAGS to build of runtime/internal. 2008-10-12 15:31:24 +02:00
tests Update dstress running script. 2008-10-11 21:46:19 +02:00
.hgignore First part of rename to LDC. 2008-10-06 22:46:55 +02:00
ldc-tango Renames. 2008-10-06 22:56:54 +02:00
LICENSE Some missed LLVMDC -> LDC. 2008-10-06 22:54:08 +02:00
llvmdc.kdevelop Changed the handling of variadic intrinsics a bit. 2008-08-01 17:59:58 +02:00
llvmdc.kdevelop.filelist Merged DMD 1.034, array operations are not yet implemented ;) 2008-08-14 06:55:41 +02:00
premake.lua Add basics for direct assembly output. 2008-10-11 11:07:53 +02:00
readme.txt First part of rename to LDC. 2008-10-06 22:46:55 +02: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