LLVMDC on Microsoft Windows
The LLVM D compiler works on Windows as well as on Linux, with some exceptions. LLVMDC is developed almost exclusively on x86-32 linux so its status on Windows should be considered experimental for now. While a lot of D code compiles correctly already, further testing and debugging on Windows is very welcome!
The MinGW guide shows you how to setup the necessary development environment and compile LLVMDC yourself. This is recommended, since this way you can stay up to date and actively take part in the development of LLVMDC.
Binaries are available for those of you who just want to have a look and see if LLVMDC compiles your code yet.
Please take into consideration that this is a development snapshot purely intended to test the functionality of LLVMDC for the moment. The compiler is still undergoing heavy development, is still far from release quality and not yet suited for serious benchmarking or comparison with dmd or gdc.

