[pkg-d-commits] [ldc] branch upstream updated (81f5a4f -> a319bc9)

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


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

mak pushed a change to branch upstream
in repository ldc.

      from  81f5a4f   New upstream version 1.1.0+b6
       new  a319bc9   New upstream version 1.1.0+r

The 1 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 ++
 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 +
 41 files changed, 716 insertions(+), 444 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