This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e79bfe0 [sanitizer-coverage] add two more modes of instrumentation: t [...]
new 532a3b6 [PowerPC] Update the DWARF register-size table
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/TargetInfo.cpp | 12 +++--
test/CodeGen/ppc64-dwarf.c | 129 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 138 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/ppc64-dwarf.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 c1d8a15 [PowerPC] Force entry alignment in .got2
new 9e15636 [ORC][RPC] Reword 'async' to 'non-blocking' to better reflect [...]
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/ExecutionEngine/Orc/RPCUtils.h | 102 ++++++++++++++++---------
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 6 +-
2 files changed, 70 insertions(+), 38 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 08f02f5 Fix coding style; NFC
new c1d8a15 [PowerPC] Force entry alignment in .got2
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/PowerPC/PPCAsmPrinter.cpp | 6 ++++--
test/CodeGen/PowerPC/ppc32-pic-large.ll | 1 +
2 files changed, 5 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 libcxx.
from b16966c Fix syntax error in recent CMake change.
new 76c3a05 Add "FLAKY_TEST" test directive to support re-running flaky 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/libcxx/test/format.py | 26 +++++++++++++++-------
.../thread.lock.shared.cons/mutex.pass.cpp | 2 ++
.../mutex_duration.pass.cpp | 2 ++
.../mutex_time_point.pass.cpp | 2 ++
.../mutex_duration.pass.cpp | 2 ++
.../mutex_time_point.pass.cpp | 2 ++
.../thread.shared_mutex.class/lock.pass.cpp | 2 ++
.../thread.shared_mutex.class/lock_shared.pass.cpp | 2 ++
.../try_lock_shared.pass.cpp | 2 ++
.../thread.sharedtimedmutex.class/lock.pass.cpp | 2 ++
.../lock_shared.pass.cpp | 2 ++
.../try_lock_for.pass.cpp | 2 ++
.../try_lock_shared.pass.cpp | 2 ++
.../try_lock_shared_for.pass.cpp | 2 ++
.../try_lock_shared_until.pass.cpp | 2 ++
.../try_lock_until.pass.cpp | 2 ++
16 files changed, 48 insertions(+), 8 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 ff612bc [libFuzzer] use trace-div and trace-gep for guided fuzzing, a [...]
new e86c615 ADT: Explode include/llvm/ADT/{ilist,ilist_node}.h, NFC
new 08f02f5 Fix coding style; NFC
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/llvm/ADT/ilist.h | 240 +-----------------------------------
include/llvm/ADT/ilist_base.h | 78 ++++++++++++
include/llvm/ADT/ilist_iterator.h | 172 ++++++++++++++++++++++++++
include/llvm/ADT/ilist_node.h | 58 ++++-----
include/llvm/ADT/ilist_node_base.h | 47 +++++++
lib/CodeGen/TargetInstrInfo.cpp | 6 +-
unittests/ADT/IListBaseTest.cpp | 2 +-
unittests/ADT/IListNodeBaseTest.cpp | 2 +-
8 files changed, 332 insertions(+), 273 deletions(-)
create mode 100644 include/llvm/ADT/ilist_base.h
create mode 100644 include/llvm/ADT/ilist_iterator.h
create mode 100644 include/llvm/ADT/ilist_node_base.h
--
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 8c23b33 [sanitizer-coverage] add two more modes of instrumentation: t [...]
new ff612bc [libFuzzer] use trace-div and trace-gep for guided fuzzing, a [...]
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/Fuzzer/FuzzerTraceState.cpp | 21 +++++++++++++++++++++
lib/Fuzzer/test/CMakeLists.txt | 4 +++-
.../test/{NthRunCrashTest.cpp => DivTest.cpp} | 14 ++++++++------
lib/Fuzzer/test/{SpamyTest.cpp => LoadTest.cpp} | 19 ++++++++++---------
4 files changed, 42 insertions(+), 16 deletions(-)
copy lib/Fuzzer/test/{NthRunCrashTest.cpp => DivTest.cpp} (53%)
copy lib/Fuzzer/test/{SpamyTest.cpp => LoadTest.cpp} (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 clang.
from d3d6242 [PowerPC] Add support for -mlongcall
new e79bfe0 [sanitizer-coverage] add two more modes of instrumentation: 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:
docs/SanitizerCoverage.rst | 19 ++++++++++++++++---
include/clang/Driver/CC1Options.td | 6 ++++++
include/clang/Frontend/CodeGenOptions.def | 4 ++++
lib/CodeGen/BackendUtil.cpp | 2 ++
lib/Driver/SanitizerArgs.cpp | 10 ++++++++--
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/Driver/fsanitize-coverage.c | 4 +++-
7 files changed, 41 insertions(+), 6 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 de5b670 [asan] Disable test on darwin bot
new a9eceee [sanitizer-coverage] add two more modes of instrumentation: 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:
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 6 ++++++
1 file changed, 6 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 llvm.
from 557221a [PowerPC] Add support for -mlongcall
new 8c23b33 [sanitizer-coverage] add two more modes of instrumentation: 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/Transforms/Instrumentation.h | 5 +-
.../Instrumentation/SanitizerCoverage.cpp | 81 ++++++++++++++++++++--
.../SanitizerCoverage/cmp-tracing.ll | 4 +-
.../SanitizerCoverage/div-tracing.ll | 37 ++++++++++
.../SanitizerCoverage/gep-tracing.ll | 32 +++++++++
.../SanitizerCoverage/switch-tracing.ll | 4 +-
6 files changed, 152 insertions(+), 11 deletions(-)
create mode 100644 test/Instrumentation/SanitizerCoverage/div-tracing.ll
create mode 100644 test/Instrumentation/SanitizerCoverage/gep-tracing.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 clang.
from cf55ebf C++ Modules TS: driver support for building modules.
new d3d6242 [PowerPC] Add support for -mlongcall
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/Driver/Options.td | 4 ++++
test/Driver/ppc-features.cpp | 6 ++++++
2 files changed, 10 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.