LDC is a programming language compiler D that uses LLVM to generate machine code. Judging by the test results, it is compatible with DMD (standard D compiler) and can become its replacement in the overwhelming majority of cases. Many bugs were fixed in this release:
stabilized on x86-64
inline asm support implemented
cross compilation implemented
Implemented support for the following platforms:
Linux
Windows (except exception handling)
MacOS and FreeBSD support in the test stage.
And processor architectures:
x86
x86-64 (Linux only)
PowerPC
ARM and Sparc support in test phase
At the moment, only the first branch of the language is supported and only on the standard tango library. Support of the second branch with druntime in development.