[pkg-d-commits] [ldc] branch master updated (fc04d2f -> c54e6bf)

Matthias Klumpp mak at moszumanska.debian.org
Wed Feb 1 16:05:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a change to branch master
in repository ldc.

      from  fc04d2f   Finalize changelog for 1:1.1.0+b6-2
      adds  81f5a4f   New upstream version 1.1.0+b6
       new  a319bc9   New upstream version 1.1.0+r
       new  a9d98e6   Merge branch 'upstream'
       new  95ebab7   Update Vcs-* URLs
       new  2e343c9   Install missing ldc-profile static library
       new  e5a59af   Include runtime/phobos debug libraries in -dev package
       new  c54e6bf   Finalize changelog for 1:1.1.0+r-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                  |   9 +-
 appveyor.yml                                 |  10 +-
 circle.yml                                   |   1 +
 cmake/Modules/FindLLVM.cmake                 |  11 +-
 ddmd/statement.d                             |   9 ++
 debian/changelog                             |   7 +
 debian/control                               |   2 +-
 debian/ldc.install                           |   4 +-
 debian/libphobos2-ldc-dev.install            |   8 +-
 debian/libphobos2-ldc71.install              |   4 +-
 driver/cl_options.cpp                        | 166 +++++++++++++++++----
 driver/cl_options.h                          |   5 +-
 driver/ldmd.cpp                              |  50 ++++---
 driver/main.cpp                              | 210 +++++++++------------------
 gen/abi-x86-64.cpp                           |  36 ++---
 gen/arrays.cpp                               |  15 +-
 gen/arrays.h                                 |   5 +-
 gen/dibuilder.cpp                            |  32 ++--
 gen/irstate.cpp                              |   1 -
 gen/irstate.h                                |   1 -
 gen/modules.cpp                              |   2 +-
 gen/nested.cpp                               |  46 +++---
 gen/runtime.cpp                              |   2 +-
 gen/target.cpp                               |  67 ++++++---
 gen/toir.cpp                                 |   2 +-
 gen/tollvm.cpp                               |  97 ++-----------
 gen/tollvm.h                                 |   1 -
 runtime/druntime/import/core/sync/barrier.di |  27 ----
 runtime/phobos/std/datetime.d                |  26 +++-
 tests/codegen/align.d                        |  13 +-
 tests/codegen/array_literal_gh1924.d         | 101 +++++++++++++
 tests/codegen/asm_output.d                   |   7 +-
 tests/codegen/gh1955.d                       |  25 ++++
 tests/codegen/inlining_leakdefinitions.d     |  14 --
 tests/codegen/inlining_leakdefinitions_asm.d |  37 +++++
 tests/codegen/inputs/inlinables.d            |   9 --
 tests/codegen/inputs/inlinables_asm.d        |  14 ++
 tests/codegen/instrumentation.d              |  10 +-
 tests/codegen/llvm_used_1.d                  |   2 +
 tests/compilable/gh1933.d                    |  66 +++++++++
 tests/debuginfo/nested.d                     |   7 +-
 tests/debuginfo/nested_llvm306.d             |   7 +-
 tests/debuginfo/nested_llvm307.d             |   7 +-
 tests/driver/gh1941.d                        |   4 +
 tests/driver/gh1941.rsp                      |   1 +
 tests/driver/gh1945.d                        |   5 +
 46 files changed, 733 insertions(+), 452 deletions(-)
 delete mode 100644 runtime/druntime/import/core/sync/barrier.di
 create mode 100644 tests/codegen/array_literal_gh1924.d
 create mode 100644 tests/codegen/gh1955.d
 create mode 100644 tests/codegen/inlining_leakdefinitions_asm.d
 create mode 100644 tests/codegen/inputs/inlinables_asm.d
 create mode 100644 tests/compilable/gh1933.d
 create mode 100644 tests/driver/gh1941.d
 create mode 100644 tests/driver/gh1941.rsp
 create mode 100644 tests/driver/gh1945.d

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list