mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
b4bb3aaec42626dcffa241b126712a7aa56d4f58
Fixed a bunch of the built-in typeinfos for arrays, they did not inherit TypeInfo_Array. Applied patch to tango/text/convert/Layout.d by fvbommel, closes #47 . Cleaned up some type code. Replaced uses of llvm::Type with LLType (a typedef), same for Value and Constant. Fixed a few cases where typeinfo for user structs could be emitted multiple times, seems to still be some cases of this :/
[svn r219] Fixed: the tango/lib/gc/basic garbage collector now compiles and links into an executable (change in tango/lib/llvmdc-posix.mak), closes #5 .
LLVM D Compiler (LLVMDC) This compiler is based on the Digital Mars D (DMD)[1] compiler frontend, and the LLVM[2] compiler toolkit. It is licensed under the same licence as the DMD compiler frontend. See dmd/readme.txt for more details. premake[3] is used to generate a makefile so the project can be built. So far only Linux is tested so use the command: 'premake --target gnu' to generate a Makefile, then just type 'make'. You need LLVM 2.2. Get it from the LLVM website. For more information visit the website: http://www.dsource.org/projects/llvmdc [1] http://www.digitalmars.com/d [2] http://www.llvm.org [3] http://premake.sourceforge.net
Description
Languages
C
75.2%
C++
23.2%
D
0.7%
CMake
0.6%
Shell
0.2%