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 d0859f227 [sanitizer] Revert D50940
new a043682ad [sanitizer] reapply r340884 'Add a RingBuffer class to saniti [...]
new 28553c2a0 Add a thread-local ring buffer of heap allocations
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/hwasan/hwasan_allocator.cc | 11 ++-
lib/hwasan/hwasan_allocator.h | 12 ++++
lib/hwasan/hwasan_flags.inc | 4 ++
lib/hwasan/hwasan_report.cc | 28 ++++++++
lib/hwasan/hwasan_thread.cc | 5 +-
lib/hwasan/hwasan_thread.h | 4 ++
lib/sanitizer_common/CMakeLists.txt | 1 +
lib/sanitizer_common/sanitizer_ring_buffer.h | 80 ++++++++++++++++++++++
lib/sanitizer_common/tests/CMakeLists.txt | 1 +
.../tests/sanitizer_ring_buffer_test.cc | 77 +++++++++++++++++++++
10 files changed, 219 insertions(+), 4 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_ring_buffer.h
create mode 100644 lib/sanitizer_common/tests/sanitizer_ring_buffer_test.cc
--
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 b771e1958 [CMake] Add an lld-test-depends target
new 4cb0299b1 [WebAssembly] clang-format (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:
wasm/Driver.cpp | 7 +++----
wasm/InputChunks.cpp | 7 +++++--
wasm/InputFiles.cpp | 30 +++++++++++++++---------------
wasm/OutputSections.h | 2 +-
wasm/Writer.cpp | 6 +++---
5 files changed, 27 insertions(+), 25 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 b8a2d224a8 Add predefined macro __gnu_linux__ for proper aux-triple
new b6aa47d20b [OPENMP] Do not create offloading entry for declare target v [...]
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 | 10 +++++++++-
test/OpenMP/declare_target_codegen.cpp | 4 ++++
2 files changed, 13 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 lldb.
from 826f380eb Removed commented out includes [NFC]
new 05a7cd028 Don't include the Age in the UUID for CvRecordPdb70 UUID reco [...]
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:
source/Plugins/Process/minidump/MinidumpParser.cpp | 14 ++++++++++++--
1 file changed, 12 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 clang.
from faff2291a9 [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, [...]
new b1014a1a42 [analyzer] [NFC] Move class definition out of the function
new ee49cd21c4 [analyzer] Resolve the crash in ReturnUndefChecker
new b8a2d224a8 Add predefined macro __gnu_linux__ for proper aux-triple
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/Frontend/InitPreprocessor.cpp | 1 +
.../Checkers/CallAndMessageChecker.cpp | 81 +++++++++++-----------
lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp | 1 +
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 1 +
test/Analysis/casts.c | 25 ++++++-
test/Preprocessor/predefined-macros.c | 4 +-
6 files changed, 69 insertions(+), 44 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 917baa6b396 PR tree-optimization/86714 PR tree-optimization/86711 * [...]
new 921675b5b69 /cp 2018-08-29 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 | 8 ++++++++
gcc/cp/parser.c | 16 ++++++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/concepts/pr85265.C | 6 ++++++
4 files changed, 29 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr85265.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 binutils-gdb.
from df28970fcc sparc/leon: add support for partial write psr instruction
new 73c13fe69a Fix windows-nat.c for -Wnarrowing
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:
gdb/ChangeLog | 8 ++++++++
gdb/windows-nat.c | 20 +++++++++++---------
2 files changed, 19 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 llvm.
from abc5ee601c5 [SimpleLoopUnswitch] After unswitch delete dead blocks in p [...]
new 8ce430e1819 AMDGPU: Handle 32-bit address wraparounds for SMRD opcodes
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 6 +++-
.../CodeGen/AMDGPU/constant-address-space-32bit.ll | 39 ++++++++++++++--------
2 files changed, 30 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 glibc.
from ff6b24501f Split fenv_private.h out of math_private.h more consistently.
new 09c12efcaf Make gen-libm-test.py treat plus_oflow and minus_oflow as no [...]
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 | 5 +++++
math/gen-libm-test.py | 7 +++----
2 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.