This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1a2d5c6f5a P0962R1: only use the member form of 'begin' and 'end' in a [...]
new 368ce89594 [www] Update cxx_status to mark P0962R1 as done.
new 16e31db3b4 [www] Change 'Clang 7' items from yellow to green now Clang [...]
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:
www/cxx_dr_status.html | 18 +++++++++---------
www/cxx_status.html | 6 +++---
www/make_cxx_dr_status | 3 ---
3 files changed, 12 insertions(+), 15 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 ad869f32bc1 [hwasan] Record and display stack history in stack-based reports.
new f7d89c1eb69 [CUDA] Added basic support for compiling with CUDA-10.0
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/NVPTX/NVPTX.td | 5 +++++
1 file changed, 5 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 b358e2f24a [analyzer] Prevent crashes in FindLastStoreBRVisitor
new 252ecba16a [CUDA] Added basic support for compiling with CUDA-10.0
new 1a2d5c6f5a P0962R1: only use the member form of 'begin' and 'end' in a [...]
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/clang/Basic/Cuda.h | 5 +-
include/clang/Basic/DiagnosticSemaKinds.td | 4 +-
lib/Basic/Cuda.cpp | 12 ++
lib/Basic/Targets/NVPTX.cpp | 2 +
lib/Driver/ToolChains/Cuda.cpp | 7 +-
lib/Headers/__clang_cuda_runtime_wrapper.h | 8 +-
lib/Sema/SemaStmt.cpp | 146 +++++++++++++++---------
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp | 59 +++++++++-
test/SemaCXX/for-range-dereference.cpp | 6 +-
9 files changed, 188 insertions(+), 61 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 36d0e5fce07 Revert "[hwasan] Record and display stack history in stack- [...]
new ad869f32bc1 [hwasan] Record and display stack history in stack-based reports.
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:
.../Instrumentation/HWAddressSanitizer.cpp | 182 +++++++++++++++++----
test/Instrumentation/HWAddressSanitizer/alloca.ll | 4 +-
test/Instrumentation/HWAddressSanitizer/basic.ll | 5 +-
.../Instrumentation/HWAddressSanitizer/prologue.ll | 88 ++++++++++
.../HWAddressSanitizer/with-ifunc.ll | 30 ----
5 files changed, 239 insertions(+), 70 deletions(-)
create mode 100644 test/Instrumentation/HWAddressSanitizer/prologue.ll
delete mode 100644 test/Instrumentation/HWAddressSanitizer/with-ifunc.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 compiler-rt.
from e266b158a Revert "[hwasan] Record and display stack history in stack-ba [...]
new 17003a129 [hwasan] Record and display stack history in stack-based reports.
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/hwasan/CMakeLists.txt | 6 +-
lib/hwasan/hwasan.cc | 14 +-
lib/hwasan/hwasan.h | 6 +
lib/hwasan/hwasan_dynamic_shadow.cc | 13 +-
lib/hwasan/hwasan_flags.inc | 4 +
lib/hwasan/hwasan_linux.cc | 70 +++++---
lib/hwasan/hwasan_report.cc | 63 ++++++-
lib/hwasan/hwasan_thread.cc | 116 ++++--------
lib/hwasan/hwasan_thread.h | 42 ++---
lib/hwasan/hwasan_thread_list.cc | 15 ++
lib/hwasan/hwasan_thread_list.h | 200 +++++++++++++++++++++
lib/sanitizer_common/sanitizer_ring_buffer.h | 81 ++++++++-
.../tests/sanitizer_ring_buffer_test.cc | 22 +++
test/hwasan/TestCases/deep-recursion.c | 73 ++++++++
test/hwasan/TestCases/rich-stack.c | 66 +++++++
test/hwasan/TestCases/stack-history-length.c | 36 ++++
16 files changed, 669 insertions(+), 158 deletions(-)
create mode 100644 lib/hwasan/hwasan_thread_list.cc
create mode 100644 lib/hwasan/hwasan_thread_list.h
create mode 100644 test/hwasan/TestCases/deep-recursion.c
create mode 100644 test/hwasan/TestCases/rich-stack.c
create mode 100644 test/hwasan/TestCases/stack-history-length.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 292ffb5d194 [hwasan] Record and display stack history in stack-based reports.
new 36d0e5fce07 Revert "[hwasan] Record and display stack history in stack- [...]
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:
.../Instrumentation/HWAddressSanitizer.cpp | 182 ++++-----------------
test/Instrumentation/HWAddressSanitizer/alloca.ll | 4 +-
test/Instrumentation/HWAddressSanitizer/basic.ll | 5 +-
.../Instrumentation/HWAddressSanitizer/prologue.ll | 88 ----------
.../HWAddressSanitizer/with-ifunc.ll | 30 ++++
5 files changed, 70 insertions(+), 239 deletions(-)
delete mode 100644 test/Instrumentation/HWAddressSanitizer/prologue.ll
create mode 100644 test/Instrumentation/HWAddressSanitizer/with-ifunc.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 compiler-rt.
from 09eb360cf [hwasan] Record and display stack history in stack-based reports.
new e266b158a Revert "[hwasan] Record and display stack history in stack-ba [...]
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/hwasan/CMakeLists.txt | 6 +-
lib/hwasan/hwasan.cc | 14 +-
lib/hwasan/hwasan.h | 6 -
lib/hwasan/hwasan_dynamic_shadow.cc | 13 +-
lib/hwasan/hwasan_flags.inc | 4 -
lib/hwasan/hwasan_linux.cc | 70 +++-----
lib/hwasan/hwasan_report.cc | 63 +------
lib/hwasan/hwasan_thread.cc | 116 ++++++++----
lib/hwasan/hwasan_thread.h | 42 +++--
lib/hwasan/hwasan_thread_list.cc | 15 --
lib/hwasan/hwasan_thread_list.h | 200 ---------------------
lib/sanitizer_common/sanitizer_ring_buffer.h | 81 +--------
.../tests/sanitizer_ring_buffer_test.cc | 22 ---
test/hwasan/TestCases/deep-recursion.c | 73 --------
test/hwasan/TestCases/rich-stack.c | 66 -------
test/hwasan/TestCases/stack-history-length.c | 36 ----
16 files changed, 158 insertions(+), 669 deletions(-)
delete mode 100644 lib/hwasan/hwasan_thread_list.cc
delete mode 100644 lib/hwasan/hwasan_thread_list.h
delete mode 100644 test/hwasan/TestCases/deep-recursion.c
delete mode 100644 test/hwasan/TestCases/rich-stack.c
delete mode 100644 test/hwasan/TestCases/stack-history-length.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 google/grte/v5-2.27/master
in repository glibc.
from 83c02e85d7 Change de-nesting fix to use added argument instead of globals
new 2248ae2b24 Add clang version of find_cxx_header
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:
configure | 9 +++++++++
configure.ac | 11 +++++++++++
2 files changed, 20 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 gcc.
from b0751b120f1 libgo: update to Go 1.11
new 5787fbb63aa * doc/xml/manual/codecvt.xml: Move link to "UTF-8 and Unic [...]
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 | 5 +++++
libstdc++-v3/doc/xml/manual/codecvt.xml | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.