[pkg-d-commits] [ldc] 02/02: Merge tag 'upstream/1.1.0+b3'

Matthias Klumpp mak at moszumanska.debian.org
Sun Oct 9 15:20:55 UTC 2016


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

mak pushed a commit to branch master
in repository ldc.

commit 65108bbf49548a3dd345281f9223bb64aa4c9cd5
Merge: 1fd3e8e d60a215
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Sun Oct 9 17:18:27 2016 +0200

    Merge tag 'upstream/1.1.0+b3'
    
    Upstream version 1.1.0+b3

 .gitattributes                                     |    5 +
 .gitmodules                                        |    9 +
 LICENSE                                            |   37 +-
 circle.yml                                         |   13 +-
 driver/cl_options.cpp                              |    5 +-
 driver/cl_options.h                                |    5 +
 driver/configfile.cpp                              |    3 +
 driver/ir2obj_cache.cpp                            |  123 +-
 driver/main.cpp                                    |   15 +-
 gen/cl_helpers.h                                   |   18 +-
 gen/dibuilder.cpp                                  |  116 +-
 gen/dibuilder.h                                    |    3 +
 gen/functions.cpp                                  |   22 +
 gen/llvmhelpers.cpp                                |    3 +
 gen/optimizer.cpp                                  |   19 +
 gen/optimizer.h                                    |    6 +
 gen/toir.cpp                                       |   20 +-
 runtime/druntime/benchmark/.gitignore              |    5 -
 runtime/druntime/src/ldc/eh/msvc.d                 | 1234 ++++++++++----------
 runtime/druntime/src/ldc/msvc.c                    |  124 +-
 runtime/druntime/test/.gitignore                   |    4 -
 runtime/druntime/test/shared/.gitignore            |    1 -
 runtime/phobos/.gitignore                          |   18 -
 runtime/profile-rt/README.md                       |   25 +
 runtime/profile-rt/README.txt                      |    9 -
 runtime/profile-rt/d/ldc/profile.d                 |    2 +-
 tests/codegen/complex_postexpr_gh1806.d            |   22 +
 tests/codegen/vastart_vaend_gh1744.d               |   50 +
 tests/d2/dmd-testsuite/.gitignore                  |    1 -
 .../compilable/extra-files/ddoc10366.html          |   56 +-
 .../compilable/extra-files/ddoc14383.html          |   30 +-
 .../compilable/extra-files/ddoc15475.html          |   28 +-
 .../compilable/extra-files/ddocbackticks.html      |   66 +-
 .../d2/dmd-testsuite/compilable/ldc_github_1211.d  |   28 +-
 tests/d2/dmd-testsuite/compilable/ldc_github_421.d |   16 +-
 tests/d2/dmd-testsuite/compilable/ldc_github_982.d |    6 +-
 .../d2/dmd-testsuite/fail_compilation/ctfe14465.d  |   44 +-
 tests/d2/dmd-testsuite/runnable/ldc_github_1058.d  |   52 +-
 tests/d2/dmd-testsuite/runnable/ldc_github_328.d   |   22 +-
 tests/d2/dmd-testsuite/runnable/ldc_github_989.d   |  128 +-
 tests/d2/dmd-testsuite/runnable/test14874.d        |   76 +-
 tests/d2/dmd-testsuite/runnable/testreturn.d       |   38 +-
 tests/debuginfo/{cvbaseclass.d => baseclass_cdb.d} |    7 +-
 .../debuginfo/{cvbasictypes.d => basictypes_cdb.d} |   57 +-
 tests/debuginfo/srcname.d                          |   71 ++
 tests/debuginfo/{codeview.d => strings_cdb.d}      |    7 +-
 tests/debuginfo/{cvvector.d => vector_cdb.d}       |    7 +-
 tests/linking/ir2obj_caching_flags1.d              |   44 +
 48 files changed, 1572 insertions(+), 1128 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