On Wednesday, 19 June 2013 at 20:40:39 UTC, qznc wrote:
LDC is explicitly mentioned in the LLVM 3.3 Release Notes [0].
In contrast
to other frontends, LDC seems to follow upstream much more
closely (or
maybe is forced to due to bugs?).
Anyhow, kudos to David Nadlinger and whoever else was involved!
[0]
http://llvm.org/releases/3.3/docs/ReleaseNotes.html#ldc-the-llvm-based-
d-compiler
LDC is mentioned in all release notes of LLVM starting with 3.1.
I follow LLVM development closely and try to keep LDC head in
sync with LLVM trunk.
Personally I think that the release notes of LLVM are really good
to spread the word about LDC and D. So I made sure that LDC is
mentioned as external project. :-)
Kai