This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6644a79eb92 2018-07-19 Paolo Carlini <paolo.carlini(a)oracle.com>
new b2cef49d858 Use __builtin_memmove for trivially copyable types
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:
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/include/bits/stl_algobase.h | 4 ++--
.../58982.cc => uninitialized_copy/1.cc} | 19 ++++++++-----------
3 files changed, 18 insertions(+), 13 deletions(-)
copy libstdc++-v3/testsuite/20_util/specialized_algorithms/{uninitialized_copy_n/5 [...]
--
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 5b81b48075a [libFuzzer] Update documentation regarding MSan.
new 3bb52cad65a [APInt] Keep the original bit width in quotient and remainder
new a02ad35dfa9 [OpenEmbedded] Add a unittest for aarch64-oe-linux
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:
lib/Support/APInt.cpp | 33 +++++++++++++++++----------------
unittests/ADT/APIntTest.cpp | 32 ++++++++++++++++++++++++++++++++
unittests/ADT/TripleTest.cpp | 6 ++++++
3 files changed, 55 insertions(+), 16 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 ae72a8c5708 [LoadStoreVectorizer] Use getMinusScev() to compute the dis [...]
new 5b81b48075a [libFuzzer] Update documentation regarding MSan.
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:
docs/LibFuzzer.rst | 8 +++-----
1 file changed, 3 insertions(+), 5 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 libcxx.
from f1f54dc0f Update the synopsis for <chrono> for C++20. No functional change.
new c69e1a061 [libc++] Allow running ABI list tests with different ABI versions
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/abi/CMakeLists.txt | 24 +-
...rwin.abilist => x86_64-apple-darwin.v1.abilist} | 0
...rwin.abilist => x86_64-apple-darwin.v2.abilist} | 3434 ++++++++++----------
...abilist => x86_64-unknown-linux-gnu.v1.abilist} | 0
4 files changed, 1744 insertions(+), 1714 deletions(-)
copy lib/abi/{x86_64-apple-darwin.abilist => x86_64-apple-darwin.v1.abilist} (100%)
rename lib/abi/{x86_64-apple-darwin.abilist => x86_64-apple-darwin.v2.abilist} (50%)
rename lib/abi/{x86_64-unknown-linux-gnu.abilist => x86_64-unknown-linux-gnu.v1.ab [...]
--
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 lldb.
from 6a36961af ELF: Replace the header-extension unit test with a lit one
new 17e89d27e Added unit tests for Flags
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:
unittests/Utility/CMakeLists.txt | 1 +
unittests/Utility/FlagsTest.cpp | 199 +++++++++++++++++++++++++++++++++++++++
2 files changed, 200 insertions(+)
create mode 100644 unittests/Utility/FlagsTest.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 clang.
from 262361d19d Fix unused variable warning.
new 77c4e2380a [analyzer] Fix memory sanitizer error in MallocChecker.
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/StaticAnalyzer/Checkers/MallocChecker.cpp | 6 +++---
1 file changed, 3 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 clang.
from 6efe165706 [analyzer] Memoize complexity of SymExpr
new 262361d19d Fix unused variable warning.
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/CGOpenMPRuntime.cpp | 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 bc7f4ca3e4 [Sema] Add a new warning, -Wmemset-transposed-args
new 6efe165706 [analyzer] Memoize complexity of SymExpr
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:
.../StaticAnalyzer/Core/PathSensitive/SymExpr.h | 8 +++++++-
.../Core/PathSensitive/SymbolManager.h | 24 ++++++++++++++++++++++
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +-
lib/StaticAnalyzer/Core/SymbolManager.cpp | 7 -------
4 files changed, 32 insertions(+), 9 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 gcc.
from 40d00b7aab9 [PATCH, GCC, AARCH64] Add support for +profile extension
new 6644a79eb92 2018-07-19 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 11 +++++
gcc/cp/decl.c | 67 ++----------------------------
gcc/testsuite/ChangeLog | 19 +++++++++
gcc/testsuite/g++.dg/other/friend10.C | 9 ----
gcc/testsuite/g++.dg/other/friend11.C | 8 ----
gcc/testsuite/g++.dg/other/friend12.C | 11 -----
gcc/testsuite/g++.dg/other/friend8.C | 6 ---
gcc/testsuite/g++.dg/other/friend9.C | 9 ----
gcc/testsuite/g++.dg/parse/defarg4.C | 2 +-
gcc/testsuite/g++.dg/parse/defarg8.C | 2 -
gcc/testsuite/g++.old-deja/g++.mike/p784.C | 2 +-
11 files changed, 35 insertions(+), 111 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/other/friend10.C
delete mode 100644 gcc/testsuite/g++.dg/other/friend11.C
delete mode 100644 gcc/testsuite/g++.dg/other/friend12.C
delete mode 100644 gcc/testsuite/g++.dg/other/friend8.C
delete mode 100644 gcc/testsuite/g++.dg/other/friend9.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 3b09b9e80ea [X86][BtVer2] correctly model the latency/throughput of LEA [...]
new ae72a8c5708 [LoadStoreVectorizer] Use getMinusScev() to compute the dis [...]
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 8 ++++
.../LoadStoreVectorizer/AMDGPU/complex-index.ll | 49 ++++++++++++++++++++++
2 files changed, 57 insertions(+)
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/complex-index.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.