This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 995d863 IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFC
new 7ecb582 ScoreboardHazardRecognizer: unbreak TSAN by moving a static m [...]
new a0a13e0 [libFuzzer] added -detect_leaks flag (0 by default for now). [...]
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:
include/llvm/CodeGen/ScoreboardHazardRecognizer.h | 6 +-
lib/CodeGen/ScoreboardHazardRecognizer.cpp | 21 ++-----
lib/Fuzzer/FuzzerDriver.cpp | 1 +
lib/Fuzzer/FuzzerFlags.def | 2 +
lib/Fuzzer/FuzzerInternal.h | 5 ++
lib/Fuzzer/FuzzerLoop.cpp | 75 ++++++++++++++++++++++-
lib/Fuzzer/test/LeakTest.cpp | 5 +-
lib/Fuzzer/test/fuzzer-leak.test | 20 +++++-
8 files changed, 111 insertions(+), 24 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 9c6f00d XFAILing new test on C++03
new 8d5cbd7 Add 'is_callable' and 'is_nothrow_callable' traits and cleanu [...]
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/__functional_base | 84 +-----
include/experimental/tuple | 3 +-
include/type_traits | 317 +++++++++++++++------
.../tuple/tuple.apply/constexpr_types.pass.cpp | 5 -
...s.cpp => PR23141_invoke_not_constexpr.pass.cpp} | 22 +-
.../func.require/bullet_1_2_3.pass.cpp | 3 +
.../func.require/bullet_4_5_6.pass.cpp | 21 +-
.../function.objects/func.require/invoke_helpers.h | 196 +++++++++----
.../allocate_shared.pass.cpp | 4 +-
...ics.pass.cpp => allocate_shared_cxx03.pass.cpp} | 2 +-
.../utilities/meta/meta.rel/is_callable.pass.cpp | 159 +++++++++++
.../meta/meta.rel/is_nothrow_callable.pass.cpp | 115 ++++++++
.../meta.trans/meta.trans.other/result_of.pass.cpp | 7 +
.../meta.trans.other/result_of11.pass.cpp | 4 +
www/cxx1z_status.html | 2 +-
15 files changed, 701 insertions(+), 243 deletions(-)
copy test/std/utilities/function.objects/bind/func.bind/func.bind.bind/{copy.pass. [...]
rename test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr. [...]
create mode 100644 test/std/utilities/meta/meta.rel/is_callable.pass.cpp
create mode 100644 test/std/utilities/meta/meta.rel/is_nothrow_callable.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 llvm.
from 2599294 [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
new 995d863 IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFC
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/IR/LLVMContextImpl.h | 7 ++++---
lib/IR/Metadata.cpp | 2 +-
2 files changed, 5 insertions(+), 4 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 lldb.
from f41c6e1 Eliminate circular dependency introduced between lldbtest.py [...]
new 9c2f4e5 llvm::sys::path::home_directory() relies on having "HOME" set [...]
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/functionalities/llvm/TestLLVM.py | 60 ++++++++++++++++++++++
source/Host/common/FileSpec.cpp | 16 +++++-
2 files changed, 75 insertions(+), 1 deletion(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/llvm/TestLLVM.py
--
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 4cdbe9d * testsuite/lib/libjava.exp (libjava_arguments): Use 'file [...]
new c62c484 Remove ssememalign
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/ChangeLog | 7 +++++++
gcc/config/i386/i386.c | 12 ------------
gcc/config/i386/i386.md | 7 -------
gcc/config/i386/sse.md | 30 ------------------------------
4 files changed, 7 insertions(+), 49 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 lld.
from 038ebc2 Document how a binary file was created.
new daa1e73 Simplify mips got handling.
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:
ELF/InputSection.cpp | 6 ++++--
ELF/InputSection.h | 1 +
ELF/OutputSections.cpp | 8 ++++----
ELF/OutputSections.h | 4 ++--
ELF/Target.cpp | 12 +++++-------
ELF/Writer.cpp | 7 +++++--
6 files changed, 21 insertions(+), 17 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 8dffe5b ARM: fix assertion failure on -O0 cmpxchg.
new 50620d6 [libFuzzer] more trophies
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 | 7 +++++++
1 file changed, 7 insertions(+)
--
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 318d6a2 Add IntrWrite[Arg]Mem intrinsic property
new 8dffe5b ARM: fix assertion failure on -O0 cmpxchg.
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/Target/ARM/ARMISelLowering.cpp | 16 +++++++++-------
test/CodeGen/ARM/cmpxchg-O0.ll | 21 +++++++++++++++++++++
2 files changed, 30 insertions(+), 7 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 01c891b [Parse] Use StringSwitch to improve readability. NFC
new 9625d16 [Parse] Reuse OptionUnroll rather than matching it again. NFC
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/Parse/ParsePragma.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.