[pkg-d-commits] [ldc] branch master updated (1fd3e8e -> 65108bb)

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

      from  1fd3e8e   Finalize changelog for 1:1.1.0git20161002.78c0d69-3
       new  d60a215   New upstream version 1.1.0+b3
       new  65108bb   Merge tag 'upstream/1.1.0+b3'

The 2 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:
 .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(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitmodules
 delete mode 100644 runtime/druntime/benchmark/.gitignore
 delete mode 100644 runtime/druntime/test/.gitignore
 delete mode 100644 runtime/druntime/test/shared/.gitignore
 delete mode 100644 runtime/phobos/.gitignore
 create mode 100644 runtime/profile-rt/README.md
 delete mode 100644 runtime/profile-rt/README.txt
 create mode 100644 tests/codegen/complex_postexpr_gh1806.d
 create mode 100644 tests/codegen/vastart_vaend_gh1744.d
 delete mode 100644 tests/d2/dmd-testsuite/.gitignore
 rename tests/debuginfo/{cvbaseclass.d => baseclass_cdb.d} (87%)
 rename tests/debuginfo/{cvbasictypes.d => basictypes_cdb.d} (62%)
 create mode 100644 tests/debuginfo/srcname.d
 rename tests/debuginfo/{codeview.d => strings_cdb.d} (93%)
 rename tests/debuginfo/{cvvector.d => vector_cdb.d} (94%)
 create mode 100644 tests/linking/ir2obj_caching_flags1.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