This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2f57cd2357 Reapply r325193
new 6b4c160f3b [analyzer] Decide on inlining destructors via EvalCallOptions.
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/ExprEngine.h | 36 ++++++++++++----
lib/StaticAnalyzer/Core/ExprEngine.cpp | 49 +++++++++++++++++-----
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 42 +++++--------------
.../Core/ExprEngineCallAndReturn.cpp | 23 +++++-----
test/Analysis/new.cpp | 3 +-
5 files changed, 88 insertions(+), 65 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 078dd9752 Add a catch for std::length_error for the case where the stri [...]
new 6878e852d Fix test failure on compilers w/o deduction guides
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:
.../std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp | 3 +--
utils/libcxx/test/config.py | 3 ++-
2 files 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 compiler-rt.
from 1f9dab592 Add new interceptor: lstat(2)
new f92619e1c Add NetBSD syscall hooks skeleton in sanitizers
new cff1a203e Prevent recursive MSan interceptors in fgets(3)
new 9719bd128 Prevent recursive MSan interceptors in strftime(3) like functions
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/CMakeLists.txt | 1 +
include/sanitizer/netbsd_syscall_hooks.h | 45 +++
lib/asan/asan_interceptors.cc | 1 +
lib/esan/esan_interceptors.cpp | 1 +
lib/hwasan/hwasan_interceptors.cc | 1 +
lib/msan/msan_interceptors.cc | 3 +
lib/sanitizer_common/CMakeLists.txt | 1 +
lib/sanitizer_common/sanitizer_syscalls_netbsd.inc | 107 ++++++
lib/tsan/rtl/tsan_interceptors.cc | 1 +
utils/generate_netbsd_syscalls.awk | 416 +++++++++++++++++++++
10 files changed, 577 insertions(+)
create mode 100644 include/sanitizer/netbsd_syscall_hooks.h
create mode 100644 lib/sanitizer_common/sanitizer_syscalls_netbsd.inc
create mode 100755 utils/generate_netbsd_syscalls.awk
--
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 d9d5c3c71 [WebAssebmly] Remove use of Optional to fix assertion in gcc
new accb72a5f Fix an issue that lld drops symbol versions for -r.
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/Driver.cpp | 7 ++++++-
test/ELF/relocatable-versioned.s | 9 +++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/relocatable-versioned.s
--
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 1d6e63f477 Revert r325193 as it breaks buildbots
new a4bc1e6252 [analyzer] NFC: Remove dead checks when computing DeclStmt c [...]
new 9b6800302f [analyzer] Allow inlining constructors into return values.
new 2f57cd2357 Reapply r325193
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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 1 +
lib/Basic/Targets/AMDGPU.cpp | 50 ++++---
lib/Basic/Targets/AMDGPU.h | 142 +++++++++---------
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 28 ++--
.../Core/ExprEngineCallAndReturn.cpp | 14 +-
test/Analysis/temporaries.cpp | 164 ++++++++++++++++++++-
test/Driver/amdgpu-macros.cl | 107 ++++++++++++++
7 files changed, 400 insertions(+), 106 deletions(-)
create mode 100644 test/Driver/amdgpu-macros.cl
--
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 217f7efd97 AMDGPU: Enable PIC by default for amdgcn
new 1d6e63f477 Revert r325193 as it breaks buildbots
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/Basic/Targets/AMDGPU.cpp | 50 +++++++--------
lib/Basic/Targets/AMDGPU.h | 142 +++++++++++++++++++++----------------------
test/Driver/amdgpu-macros.cl | 107 --------------------------------
3 files changed, 91 insertions(+), 208 deletions(-)
delete mode 100644 test/Driver/amdgpu-macros.cl
--
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 edfd445801b [X86] Change 32 and 64 bit versions of LSL instruction have [...]
new 0d9435c9307 [X86] Regnerate test to show scheduling comments. 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:
test/CodeGen/X86/avx512-schedule.ll | 52 ++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 26 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 compiler-rt.
from 9815d7b45 [sanitizer] Fix flakiness in the tests
new 1f9dab592 Add new interceptor: lstat(2)
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/sanitizer_common/sanitizer_common_interceptors.inc | 18 ++++++++++++++++++
lib/sanitizer_common/sanitizer_platform_interceptors.h | 1 +
.../TestCases/NetBSD/{uid_from_user.cc => lstat.cc} | 10 +++++-----
3 files changed, 24 insertions(+), 5 deletions(-)
copy test/sanitizer_common/TestCases/NetBSD/{uid_from_user.cc => lstat.cc} (50%)
--
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 6a56a6379c7 [X86] Dont' allow 'outs' and 'ins' in at&t syntax without s [...]
new edfd445801b [X86] Change 32 and 64 bit versions of LSL instruction have [...]
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/X86/X86InstrSystem.td | 10 ++++++----
test/MC/X86/intel-syntax.s | 8 ++++++++
2 files changed, 14 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 gcc.
from bc37679f1e7 gcc/ChangeLog:
new 26fbe883ee8 RISC-V: Change sp subtracts so prologue stores can compress.
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/riscv/riscv.c | 30 ++++++++++++++++++++++++------
gcc/config/riscv/riscv.h | 4 ++++
3 files changed, 35 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.