www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.1.0-alpha1 has been released!

reply Kai Nacke <kai redstar.de> writes:
Hi everyone,

LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for 
download!
This ALPHA release is based on the 2.071.1 frontend and standard 
library and supports LLVM 3.5-3.8.

We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
(armv7hf), now bundled with DUB. :-)

As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:
http://forum.dlang.org/post/gikzayqjzscdtkihgxzo forum.dlang.org

Regards,
Kai
Jul 14 2016
parent reply Ilya Yaroshenko <ilyayaroshenko gmail.com> writes:
On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote:
 Hi everyone,

 LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for 
 download!
 This ALPHA release is based on the 2.071.1 frontend and 
 standard library and supports LLVM 3.5-3.8.

 We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
 (armv7hf), now bundled with DUB. :-)

 As usual, you can find links to the changelog and the binary 
 packages over at digitalmars.D.ldc:
 http://forum.dlang.org/post/gikzayqjzscdtkihgxzo forum.dlang.org

 Regards,
 Kai
Thank you! Are new target traits included into this release?
Jul 15 2016
parent reply Kai Nacke <kai redstar.de> writes:
On Friday, 15 July 2016 at 15:11:30 UTC, Ilya Yaroshenko wrote:
 On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote:
 Hi everyone,

 LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for 
 download!
 This ALPHA release is based on the 2.071.1 frontend and 
 standard library and supports LLVM 3.5-3.8.

 We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
 (armv7hf), now bundled with DUB. :-)

 As usual, you can find links to the changelog and the binary 
 packages over at digitalmars.D.ldc:
 http://forum.dlang.org/post/gikzayqjzscdtkihgxzo forum.dlang.org

 Regards,
 Kai
Thank you! Are new target traits included into this release?
fastmath is included.
Jul 15 2016
parent reply Ilya Yaroshenko <ilyayaroshenko gmail.com> writes:
On Friday, 15 July 2016 at 15:56:08 UTC, Kai Nacke wrote:
 On Friday, 15 July 2016 at 15:11:30 UTC, Ilya Yaroshenko wrote:
 On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote:
 Hi everyone,

 LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for 
 download!
 This ALPHA release is based on the 2.071.1 frontend and 
 standard library and supports LLVM 3.5-3.8.

 We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
 (armv7hf), now bundled with DUB. :-)

 As usual, you can find links to the changelog and the binary 
 packages over at digitalmars.D.ldc:
 http://forum.dlang.org/post/gikzayqjzscdtkihgxzo forum.dlang.org

 Regards,
 Kai
Thank you! Are new target traits included into this release?
fastmath is included.
but __traits(targetCPU) and __traits(targetHasFeature, ...) ?
Jul 15 2016
parent Kai Nacke <kai redstar.de> writes:
On Friday, 15 July 2016 at 17:34:15 UTC, Ilya Yaroshenko wrote:
 On Friday, 15 July 2016 at 15:56:08 UTC, Kai Nacke wrote:
 On Friday, 15 July 2016 at 15:11:30 UTC, Ilya Yaroshenko wrote:
 On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote:
 Hi everyone,

 LDC 1.1.0-alpha1, the LLVM-based D compiler, is available 
 for download!
 This ALPHA release is based on the 2.071.1 frontend and 
 standard library and supports LLVM 3.5-3.8.

 We provide binaries for Linux, OX X, Win32 & Win64, 
 Linux/ARM (armv7hf), now bundled with DUB. :-)

 As usual, you can find links to the changelog and the binary 
 packages over at digitalmars.D.ldc:
 http://forum.dlang.org/post/gikzayqjzscdtkihgxzo forum.dlang.org

 Regards,
 Kai
Thank you! Are new target traits included into this release?
fastmath is included.
but __traits(targetCPU) and __traits(targetHasFeature, ...) ?
Is also available, see https://github.com/ldc-developers/ldc/commit/5ffd34f7b6cd253514e8eddaa30deda6ae29121c
Jul 15 2016