[pkg-d-commits] [ldc] 02/06: Merge branch 'upstream'

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 commit to branch master
in repository ldc.

commit a9d98e64ddecebe4223f73a63bcb8edccbcc40cb
Merge: fc04d2f a319bc9
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed Feb 1 16:20:25 2017 +0100

    Merge branch 'upstream'

 .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(-)

-- 
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