This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 09ff5f277b1 [codeview] YAMLize all section offsets and indices in symbo [...]
new 16d0f5a96b8 Add a cantFail overload for Expected-reference (Expected<T& [...]
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/llvm/Support/Error.h | 21 +++++++++++++++++++++
unittests/Support/ErrorTest.cpp | 4 ++++
2 files changed, 25 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 clang.
from ef25b54038 Special-case handling of destructors in override lists when [...]
new 5fe13167ad Prevent devirtualization of calls to un-instantiated functions.
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/Decl.h | 11 ++++++
lib/CodeGen/CGClass.cpp | 13 +++++--
lib/Sema/Sema.cpp | 3 ++
lib/Sema/SemaExpr.cpp | 1 +
lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +++
test/CodeGen/no-devirt.cpp | 59 ++++++++++++++++++++++++++++++++
6 files changed, 89 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/no-devirt.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 0ab73ca5bc Preserve CXX method overrides in ASTImporter
new ef25b54038 Special-case handling of destructors in override lists when [...]
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/AST/ASTDumper.cpp | 9 ++++++---
1 file changed, 6 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 gcc.
from 3e2d588c1a2 Fix -Werror=class-memaccess failures in jit testsuite (PR j [...]
new 879a1f049b8 2017-06-20 Andreas Tobler <andreast(a)gcc.gnu.org>
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 | 5 +++++
gcc/config.gcc | 2 +-
2 files changed, 6 insertions(+), 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 compiler-rt.
from 4f2195f82 [ASan] Disable allocator_oom_test.cc on s390
new c13d2469d [Sanitizers] Move cached allocator_may_return_null flag to sa [...]
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/asan/asan_allocator.cc | 17 ++++----
lib/lsan/lsan_allocator.cc | 2 +-
lib/msan/msan_allocator.cc | 9 ++--
lib/sanitizer_common/sanitizer_allocator.cc | 47 +++++++++++++++++----
lib/sanitizer_common/sanitizer_allocator.h | 26 +++++++++---
.../sanitizer_allocator_combined.h | 49 ++++++----------------
.../sanitizer_allocator_internal.h | 3 +-
.../sanitizer_allocator_secondary.h | 35 ++++------------
.../sanitizer_symbolizer_posix_libcdep.cc | 2 +-
.../tests/sanitizer_allocator_test.cc | 21 +++++-----
lib/scudo/scudo_allocator.cpp | 15 ++++---
lib/scudo/scudo_allocator_combined.h | 18 +-------
lib/scudo/scudo_allocator_secondary.h | 12 +-----
lib/tsan/rtl/tsan_mman.cc | 9 ++--
14 files changed, 127 insertions(+), 138 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 lnt.
from ab2b2be Sample API for fast Data export
new ad57529 Some linter fixups
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:
lnt/server/ui/api.py | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 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 glibc.
from da69a35566 Move x86 specific tunables to x86/dl-tunables.list
new bafcba22ac Consolidate Linux openat implementation
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 | 9 ++++
sysdeps/unix/sysv/linux/openat.c | 31 ++++----------
sysdeps/unix/sysv/linux/openat64.c | 57 ++++++++++++++++++++++++--
sysdeps/unix/sysv/linux/wordsize-64/openat.c | 11 -----
sysdeps/unix/sysv/linux/wordsize-64/openat64.c | 1 -
5 files changed, 71 insertions(+), 38 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/openat.c
delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/openat64.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 5773fa6550f Fix a crash in DwarfDebug::validThroughout.
new 7e23430b99b Make this test a bit more strict. NFC.
new c843d3c027a Revert "Add previously accidentally uncommitted testcase fo [...]
new 09ff5f277b1 [codeview] YAMLize all section offsets and indices in symbo [...]
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:
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 46 ++++++++---------
test/DebugInfo/COFF/globals.ll | 38 ++++++++++++++
test/DebugInfo/Generic/partial-constant.ll | 82 ------------------------------
test/DebugInfo/PDB/pdb-yaml-symbols.test | 3 +-
test/MC/ELF/bad-expr2.s | 7 ++-
5 files changed, 65 insertions(+), 111 deletions(-)
delete mode 100644 test/DebugInfo/Generic/partial-constant.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 b836deb5d [libcxx] [test] Strip trailing whitespace. NFC.
new 3497449a3 [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structure [...]
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:
.../tuple.helper/tuple_size_structured_bindings.pass.cpp | 6 ++++--
1 file changed, 4 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 master
in repository lld.
from b36b94180 Fix argument numbersing in OPTION macro
new 62e7d271c [codeview] YAMLize all section offsets and indices in symbol records
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/COFF/Inputs/pdb1.yaml | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.