Accepting request 696415 from home:elimat:branches:devel:languages:D
- Update to 1.15.0 * Big news - Frontend, druntime and Phobos are at version 2.085.1, incl. new command-line options -preview, -revert, -checkaction=context, -verrors-context and -extern-std. (#3003, #3039, #3053) (new) + The Objective-C improvements from DMD 2.085 are not implemented (#3007) - Support for LLVM 8.0. The prebuilt packages have been upgraded to LLVM 8.0.0 and include the Khronos SPIRV-LLVM-Translator, so that dcompute can now emit OpenCL too. (#3005) - Compiler memory requirements can now be reduced via the new -lowmem switch, which enables the garbage collector for the front-end and sacrifices compile times for less required memory. In some cases, the overall max process memory can be reduced by more than 60%; see #2916 (comment) for some numbers. (#2916) + Note for package maintainers: this feature requires a recent D host compiler (most notably, it doesn't work with ltsmaster), ideally LDC 1.15 itself due to important GC memory overhead improvements in 2.085 druntime. - Support for generic @llvmAttr("name") parameter UDAs, incl. new @restrict with C-like semantics. (#3043) (new) - macOS: 32-bit support was dropped in the sense of not being CI-tested anymore and the prebuilt macOS package now containing x86_64 libraries only. MACOSX_DEPLOYMENT_TARGET for the prebuilt package has been raised from 10.8 to 10.9. - Prebuilt packages don't depend on libtinfo and libedit anymore. (#1827, #3019) - x86: SSSE3 isn't required for the prebuilt packages and generated optimized binaries anymore. (#3045) (new) * Platform support - Supports LLVM 3.9 - 8.0. * Bug fixes - Implicit cross-module-inlining of functions annotated with pragma(inline, true) without explicit -enable-cross-module-inlining has been restored. (#2552, #3014) - Propagate well-known length of newly allocated dynamic arrays for better optimizability. (#3041, #3042) (new) - JIT: Support implicit __chkstk calls for Windows targets, e.g., for large stack allocations. (#3051) (new) - Update so_version to 85 OBS-URL: https://build.opensuse.org/request/show/696415 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=32
This commit is contained in:
parent
6ab0f2bd9e
commit
52a74943cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b2fd3eb90fb6debc0ae6d70406bc78fcb531a0f20806640e626d4822e87b2e0
|
||||
size 6773063
|
3
ldc-1.15.0-src.tar.gz
Normal file
3
ldc-1.15.0-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7e0e0cf332542c42e3b6570d391b0f05d5a81a812297efcdadccf8fb0f0cee2
|
||||
size 6949021
|
44
ldc.changes
44
ldc.changes
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 21:04:20 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
- Update to 1.15.0
|
||||
* Big news
|
||||
- Frontend, druntime and Phobos are at version 2.085.1, incl. new
|
||||
command-line options -preview, -revert, -checkaction=context,
|
||||
-verrors-context and -extern-std. (#3003, #3039, #3053) (new)
|
||||
+ The Objective-C improvements from DMD 2.085 are not implemented
|
||||
(#3007)
|
||||
- Support for LLVM 8.0. The prebuilt packages have been upgraded to
|
||||
LLVM 8.0.0 and include the Khronos SPIRV-LLVM-Translator, so that
|
||||
dcompute can now emit OpenCL too. (#3005)
|
||||
- Compiler memory requirements can now be reduced via the new -lowmem
|
||||
switch, which enables the garbage collector for the front-end and
|
||||
sacrifices compile times for less required memory. In some cases, the
|
||||
overall max process memory can be reduced by more than 60%; see #2916
|
||||
(comment) for some numbers. (#2916)
|
||||
+ Note for package maintainers: this feature requires a recent D host
|
||||
compiler (most notably, it doesn't work with ltsmaster), ideally
|
||||
LDC 1.15 itself due to important GC memory overhead improvements in
|
||||
2.085 druntime.
|
||||
- Support for generic @llvmAttr("name") parameter UDAs, incl. new
|
||||
@restrict with C-like semantics. (#3043) (new)
|
||||
- macOS: 32-bit support was dropped in the sense of not being CI-tested
|
||||
anymore and the prebuilt macOS package now containing x86_64 libraries
|
||||
only. MACOSX_DEPLOYMENT_TARGET for the prebuilt package has been raised
|
||||
from 10.8 to 10.9.
|
||||
- Prebuilt packages don't depend on libtinfo and libedit anymore.
|
||||
(#1827, #3019)
|
||||
- x86: SSSE3 isn't required for the prebuilt packages and generated
|
||||
optimized binaries anymore. (#3045) (new)
|
||||
* Platform support
|
||||
- Supports LLVM 3.9 - 8.0.
|
||||
* Bug fixes
|
||||
- Implicit cross-module-inlining of functions annotated with
|
||||
pragma(inline, true) without explicit -enable-cross-module-inlining has
|
||||
been restored. (#2552, #3014)
|
||||
- Propagate well-known length of newly allocated dynamic arrays for
|
||||
better optimizability. (#3041, #3042) (new)
|
||||
- JIT: Support implicit __chkstk calls for Windows targets, e.g., for
|
||||
large stack allocations. (#3051) (new)
|
||||
- Update so_version to 85
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 10:14:01 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
4
ldc.spec
4
ldc.spec
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define so_ver 83
|
||||
%define so_ver 85
|
||||
%define lname_runtime libdruntime-%{name}
|
||||
%define lname_phobos libphobos2-%{name}
|
||||
%define _bashcompletionsdir %{_datadir}/bash-completion/completions
|
||||
@ -35,7 +35,7 @@
|
||||
%bcond_with ldc_tests
|
||||
|
||||
Name: ldc
|
||||
Version: 1.13.0
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
Summary: The LLVM D Compiler
|
||||
License: BSD-3-Clause AND Artistic-1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user