This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/binutils-gdb.
from 8081781f5b Automatic date update in version.in
adds 96251938cd Automatic date update in version.in
No new revisions were added by this update.
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 llvm.
from 99c33171a13 [globalisel][irtranslator] Verify that DILocations aren't l [...]
new 8fa1a87ff8c TableGen: Fix ASAN error
new ec248eb35c4 [llvm-mca] Remove the verb 'assemble' from a few options in [...]
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:
tools/llvm-mca/llvm-mca.cpp | 34 +++++++++++++++----------------
utils/TableGen/SearchableTableEmitter.cpp | 20 ++++++++----------
2 files changed, 26 insertions(+), 28 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 clang.
from 20c21b7b68 [Lex] Make MacroDirective::findDirectiveAtLoc take const Sou [...]
new 597ac06e9d [analyzer] Enable retain count checking for OSObject by defa
new a156e18c50 [analyzer] RetainCountChecker: for now, do not trust the sum [...]
new abe726a8c4 [analyzer] Re-add custom OSIterator rule for RetainCountChecker
new 5eb3d750c6 Re-land r345676 "[Win64] Handle passing i128 by value"
The 4 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/CodeGen/TargetInfo.cpp | 44 +++++++++----
.../RetainCountChecker/RetainCountChecker.cpp | 12 +---
.../RetainCountChecker/RetainCountChecker.h | 2 +-
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 22 ++++---
test/Analysis/osobject-retain-release.cpp | 74 +++++++++++++++-------
test/CodeGen/win64-i128.c | 16 +++++
6 files changed, 116 insertions(+), 54 deletions(-)
create mode 100644 test/CodeGen/win64-i128.c
--
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 gcc.
from 64bbb6a74b8 [PATCH] command line macros
new ab4efa239e7 [C++ PATCH] missed testcase
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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/lookup/friend21.C | 14 ++++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/lookup/friend21.C
--
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 08b668a1c47 MachineModuleInfo: Initialize DbgInfoAvailable depending on [...]
new 99c33171a13 [globalisel][irtranslator] Verify that DILocations aren't l [...]
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/CodeGen/GlobalISel/IRTranslator.cpp | 92 ++++++++++++++++------
.../AArch64/GlobalISel/irtranslator-dilocation.ll | 51 ++++++++++++
2 files changed, 120 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
--
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 3a73f018a Correct ABI list change wrongly advertised as being in the 7. [...]
new 71ac96a43 Second half of C++17's splicing maps and sets
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/__hash_table | 255 ++++++++++++++++-----
include/__node_handle | 3 -
include/__tree | 70 +++++-
include/map | 92 ++++++++
include/set | 95 ++++++++
include/unordered_map | 97 ++++++++
include/unordered_set | 97 ++++++++
include/version | 1 +
.../associative/map/map.modifiers/merge.pass.cpp | 149 ++++++++++++
.../multimap/multimap.modifiers/merge.pass.cpp | 149 ++++++++++++
.../containers/associative/multiset/merge.pass.cpp | 148 ++++++++++++
test/std/containers/associative/set/merge.pass.cpp | 148 ++++++++++++
.../unord.map/unord.map.modifiers/merge.pass.cpp | 161 +++++++++++++
.../unord.multimap.modifiers/merge.pass.cpp | 161 +++++++++++++
.../containers/unord/unord.multiset/merge.pass.cpp | 158 +++++++++++++
test/std/containers/unord/unord.set/merge.pass.cpp | 158 +++++++++++++
16 files changed, 1874 insertions(+), 68 deletions(-)
create mode 100644 test/std/containers/associative/map/map.modifiers/merge.pass.cpp
create mode 100644 test/std/containers/associative/multimap/multimap.modifiers/mer [...]
create mode 100644 test/std/containers/associative/multiset/merge.pass.cpp
create mode 100644 test/std/containers/associative/set/merge.pass.cpp
create mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/merge.pass.cpp
create mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifie [...]
create mode 100644 test/std/containers/unord/unord.multiset/merge.pass.cpp
create mode 100644 test/std/containers/unord/unord.set/merge.pass.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 glibc.
from 9c0a35d162 Merge branch 'master' into errno
new 9c3dbdbe29 Simplify an #if #else #endif
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:
ChangeLog | 5 +++++
sysdeps/unix/sysv/linux/sysdep-vdso.h | 29 ++++++++++-------------------
2 files changed, 15 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.