This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_27-branch
in repository binutils-gdb.
from 91540fe Automatic date update in version.in
new e4a3688 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ac8b515 Fix build broken after llvm/ADT/DenseMap.h replacement of cli [...]
new 72a2930 Explicitly generate a reference variable to hold the initiali [...]
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:
include/clang/AST/DeclCXX.h | 4 ++
include/clang/Sema/Initialization.h | 14 ++---
lib/AST/DeclCXX.cpp | 13 ++++
lib/AST/ExprConstant.cpp | 121 +++++++++++-------------------------
lib/Sema/SemaDeclCXX.cpp | 25 +++++++-
5 files changed, 80 insertions(+), 97 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository clang.
from db9a011 Merging r278471: -------------------------------------------- [...]
new 064b9a1 Merge r278393 and r278395.
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:
lib/Driver/ToolChains.cpp | 13 +++++++++++++
lib/Driver/ToolChains.h | 3 +--
lib/Driver/Tools.cpp | 12 +++++++-----
test/Driver/cloudabi.c | 10 ++++++++--
test/Driver/cloudabi.cpp | 12 +++++++++---
test/Driver/frame-pointer-elim.c | 9 +++++++++
6 files changed, 47 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 93591d1 [InstCombine] add tests for vector icmp folds
new b3d14d2 [InstCombine] add test for missing vector icmp fold
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:
test/Transforms/InstCombine/apint-shift.ll | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aafbbf8 [InstCombine] add test for potentially missing vector icmp fold
new 93591d1 [InstCombine] add tests for vector icmp folds
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:
test/Transforms/InstCombine/and-compare.ll | 42 ++++++++++++++++++++++++++++--
1 file changed, 40 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository libcxx.
from 95fa236 Merging r276003: -------------------------------------------- [...]
new bc6b69c Merging r278387: -------------------------------------------- [...]
new c7f6701 Merging r278282: -------------------------------------------- [...]
new 48fa196 Merging r278357: -------------------------------------------- [...]
The 3 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:
include/iterator | 16 +++----
.../fs.op.last_write_time/last_write_time.pass.cpp | 3 +-
.../iterators/iterator.range/begin-end.fail.cpp | 51 ++++++++++++++++++++++
.../complex.transcendentals/asin.pass.cpp | 1 -
4 files changed, 61 insertions(+), 10 deletions(-)
create mode 100644 test/std/iterators/iterator.range/begin-end.fail.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from d6e36bb Remove test for the sign of a NaN - doesn't work on MIPS, not [...]
new c9e74dd Add private option to change build dialect from C++11
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:
CMakeLists.txt | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9e679db [InstCombine] remove unnecessary function attributes from tests
new 411c4db [InstCombine] add tests for missing vector icmp folds
new bc87c37 [InstCombine] add test for missing vector icmp fold
new aafbbf8 [InstCombine] add test for potentially missing vector icmp fold
The 3 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:
test/Transforms/InstCombine/cast.ll | 21 ++++++++++++++++++---
test/Transforms/InstCombine/icmp.ll | 36 ++++++++++++++++++++++++++++++++++++
test/Transforms/InstCombine/shift.ll | 18 +++++++++++++++---
3 files changed, 69 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6eea5bd [InstCombine] add tests for missing vector icmp folds
new 9e679db [InstCombine] remove unnecessary function attributes from tests
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:
test/Transforms/InstCombine/icmp.ll | 58 ++++++++++++++++++-------------------
1 file changed, 29 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4865e7b [InstCombine] add test for missing vector icmp fold
new 6eea5bd [InstCombine] add tests for missing vector icmp folds
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:
test/Transforms/InstCombine/icmp.ll | 47 +++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.