This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from b01fda6 [libFuzzer bot] use warnings instead of hard failures on open [...]
new 30f45f0 [libFuzzer bot] add libpng-1.2.56 benchmark to the bot
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 1 +
1 file changed, 1 insertion(+)
--
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 30f2983 2016-10-18 Andrew Pinski <apinski(a)cavium.com>
new 0b6e681 Fix typos in experimental::shared_ptr
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 | 7 +++++++
libstdc++-v3/include/experimental/bits/shared_ptr.h | 4 ++--
.../experimental/memory/shared_ptr/comparison/comparison.cc | 10 ++++++++++
3 files changed, 19 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 llvm.
from db740ff [libFuzzer] reshuffle the code for -exit_on_src_pos and -exit [...]
new ecd85eb [sancov] add __sanitizer_cov_trace_pc_guard to the supported [...]
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:
tools/sancov/sancov.cc | 4 +++-
1 file changed, 3 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 clang.
from 35c16a3 [cmake] Update lit search to match the one in LLVM
new 3a5a4d8 Drop a redundant ".get()" call (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/Basic/SourceManager.cpp | 2 +-
1 file changed, 1 insertion(+), 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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 2dadd26 Toolchain sources: Update release notes for gcc-6-2016.09 snapshot.
new 0a004f5 Toolchain sources: Update release notes for gcc-6-2016.10 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 189 +++++++----------------
1 file changed, 53 insertions(+), 136 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 640265d Next set of additional error checks for invalid Mach-O files [...]
new 7439986 [asan] Make -asan-experimental-poisoning the only behavior
new 1914a40 [asan] Combine check-prefixes in stack-poisoning test
new 9161c6d [asan] Rename test file as the poisoning is not "experimental"
new db740ff [libFuzzer] reshuffle the code for -exit_on_src_pos and -exit [...]
The 4 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/Fuzzer/FuzzerInternal.h | 3 +-
lib/Fuzzer/FuzzerLoop.cpp | 24 +-
.../Instrumentation/AddressSanitizer.cpp | 45 +--
.../stack-poisoning-and-lifetime-be.ll | 222 ++++++++++++++
.../stack-poisoning-and-lifetime.ll | 222 ++++++++++++++
.../stack-poisoning-experimental-be.ll | 324 ---------------------
.../stack-poisoning-experimental.ll | 324 ---------------------
7 files changed, 467 insertions(+), 697 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifet [...]
create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-and-lifetime.ll
delete mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-experimen [...]
delete mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-experimental.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 llvm.
from 433154b [ADT] Remove CachedHash<T>.
new 640265d Next set of additional error checks for invalid Mach-O files [...]
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/Object/MachOObjectFile.cpp | 25 +++++++++++++++++++++
test/Object/Inputs/macho-invalid-routines-bad-size | Bin 0 -> 64 bytes
.../Inputs/macho-invalid-routines64-more-than-one | Bin 0 -> 140 bytes
test/Object/macho-invalid.test | 6 +++++
4 files changed, 31 insertions(+)
create mode 100644 test/Object/Inputs/macho-invalid-routines-bad-size
create mode 100644 test/Object/Inputs/macho-invalid-routines64-more-than-one
--
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 acea2a6 [X86][SSE] Added vector ashr combine tests
new 9d4955c [SCEV] Extract out a helper function; NFC
new de57b39 [SCEV] Make CompareValueComplexity a little bit smarter
new 433154b [ADT] Remove CachedHash<T>.
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/llvm/ADT/DenseMapInfo.h | 30 --------
lib/Analysis/ScalarEvolution.cpp | 101 ++++++++++++++------------
unittests/ADT/DenseMapTest.cpp | 49 -------------
unittests/Analysis/ScalarEvolutionTest.cpp | 112 +++++++++++++++++++++++++++++
4 files changed, 168 insertions(+), 124 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 a526c27 Use reserve instead of grow.
new ec7923d Use CachedHashStringRef instead of CachedHash<StringRef>.
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/SymbolTable.cpp | 7 ++++---
ELF/SymbolTable.h | 3 ++-
2 files changed, 6 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 llvm.
from 5618317 [docs] Increase minimum supported GCC version for building LL [...]
new acea2a6 [X86][SSE] Added vector ashr combine tests
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/combine-sra.ll | 299 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 299 insertions(+)
create mode 100644 test/CodeGen/X86/combine-sra.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.