This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fef2404 If the DIUnit has flags passed on it then have DW_AT_producer [...]
new 2d9dd04 [libFuzzer] best effort support for -fsanitize-coverage=trace [...]
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/FuzzerTracePC.cpp | 11 +++++++++++
lib/Fuzzer/FuzzerTracePC.h | 6 +++++-
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/trace-pc.test | 2 ++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 13 +++++++++++++
5 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 lib/Fuzzer/test/trace-pc.test
create mode 100644 lib/Fuzzer/test/trace-pc/CMakeLists.txt
--
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 e281ba0 [XRay][clang] Use llvm::to_string instead of std::string
new 84aae46 Use 'unsigned' for enum bitfields
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/Basic/LangOptions.h | 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.
unknown user pushed a change to branch master
in repository clang.
from ca9fad6 [XRay] Add -fxray-{always,never}-instrument= flags to clang
new e281ba0 [XRay][clang] Use llvm::to_string instead of std::string
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/Driver/XRayArgs.cpp | 3 ++-
1 file changed, 2 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 compiler-rt.
from a4ebae9 [XRay][compiler-rt] Use llvm-xray in FDR mode tests
new 3f1112d [asan] Support line numbers in StackVarDescr
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/asan/asan_descriptions.cc | 3 +++
lib/asan/asan_report.cc | 12 +++++++++--
lib/asan/asan_report.h | 1 +
test/asan/TestCases/Linux/memmem_test.cc | 4 ++--
.../asan/TestCases/Posix/stack-use-after-return.cc | 4 ++--
.../asan/TestCases/Windows/dll_intercept_memchr.cc | 2 +-
.../asan/TestCases/Windows/dll_intercept_memcpy.cc | 2 +-
.../Windows/dll_intercept_memcpy_indirect.cc | 2 +-
.../asan/TestCases/Windows/dll_intercept_memset.cc | 2 +-
test/asan/TestCases/Windows/dll_noreturn.cc | 2 +-
test/asan/TestCases/Windows/dll_poison_unpoison.cc | 2 +-
.../Windows/dll_stack_use_after_return.cc | 2 +-
.../Windows/dll_thread_stack_array_left_oob.cc | 2 +-
test/asan/TestCases/Windows/intercept_memcpy.cc | 2 +-
test/asan/TestCases/Windows/intercept_strlen.cc | 2 +-
.../asan/TestCases/Windows/stack_array_left_oob.cc | 2 +-
.../TestCases/Windows/stack_array_right_oob.cc | 2 +-
.../TestCases/Windows/stack_use_after_return.cc | 2 +-
.../TestCases/Windows/wrong_downcast_on_stack.cc | 2 +-
.../stack-buffer-overflow-with-position.cc | 24 +++++++++++-----------
test/asan/TestCases/strcasestr-1.c | 2 +-
test/asan/TestCases/strcasestr-2.c | 2 +-
test/asan/TestCases/strcspn-1.c | 2 +-
test/asan/TestCases/strcspn-2.c | 2 +-
test/asan/TestCases/strpbrk-1.c | 2 +-
test/asan/TestCases/strpbrk-2.c | 2 +-
test/asan/TestCases/strspn-1.c | 2 +-
test/asan/TestCases/strspn-2.c | 2 +-
test/asan/TestCases/strstr-1.c | 2 +-
test/asan/TestCases/strstr-2.c | 2 +-
test/asan/TestCases/strtok.c | 10 ++++-----
test/asan/TestCases/use-after-scope-inlined.cc | 8 ++++----
32 files changed, 63 insertions(+), 51 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 6cecba6 Add the -grecord-gcc-switches option and pass the flags down [...]
new ca9fad6 [XRay] Add -fxray-{always,never}-instrument= flags to clang
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/AST/ASTContext.h | 9 +++
include/clang/Basic/LangOptions.def | 2 +
include/clang/Basic/LangOptions.h | 10 +++
include/clang/Basic/XRayLists.h | 54 +++++++++++++++
include/clang/Driver/Options.td | 9 +++
include/clang/Driver/ToolChain.h | 4 ++
include/clang/Driver/XRayArgs.h | 38 +++++++++++
lib/AST/ASTContext.cpp | 2 +
lib/Basic/CMakeLists.txt | 1 +
lib/Basic/LangOptions.cpp | 2 +
lib/Basic/XRayLists.cpp | 53 +++++++++++++++
lib/CodeGen/CodeGenFunction.cpp | 7 +-
lib/CodeGen/CodeGenModule.cpp | 24 +++++++
lib/CodeGen/CodeGenModule.h | 7 ++
lib/Driver/CMakeLists.txt | 1 +
lib/Driver/ToolChain.cpp | 7 ++
lib/Driver/ToolChains/Clang.cpp | 35 ++--------
lib/Driver/XRayArgs.cpp | 113 ++++++++++++++++++++++++++++++++
lib/Frontend/CompilerInvocation.cpp | 8 +++
test/CodeGen/xray-always-instrument.cpp | 15 +++++
20 files changed, 367 insertions(+), 34 deletions(-)
create mode 100644 include/clang/Basic/XRayLists.h
create mode 100644 include/clang/Driver/XRayArgs.h
create mode 100644 lib/Basic/XRayLists.cpp
create mode 100644 lib/Driver/XRayArgs.cpp
create mode 100644 test/CodeGen/xray-always-instrument.cpp
--
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 4eeb34e [sanitizers] Fix get_groups interceptor in sanitizer (https:/ [...]
new a4ebae9 [XRay][compiler-rt] Use llvm-xray in FDR mode 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/xray/TestCases/Linux/fdr-mode.cc | 24 +++++++++++++++---
test/xray/TestCases/Linux/fdr-thread-order.cc | 36 +++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 3 deletions(-)
create mode 100644 test/xray/TestCases/Linux/fdr-thread-order.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 lldb.
from 7399982 Centralize libc++ test skipping logic
new 6c032fa Mask out EXC_SYSCALL exceptions as well. <rdar://problem/31335814>
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/debugserver/source/MacOSX/MachException.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.
unknown user pushed a change to branch master
in repository zorg.
from 0efe9b2 Add builder for libunwind docs
new 630124e revert changes to build.py in lldb
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/jenkins/build.py | 2 --
1 file changed, 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 gcc-6-branch
in repository gcc.
from fe46a8a [gcc] 2017-03-29 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 2c44dde Daily bump.
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/DATESTAMP | 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.
unknown user pushed a change to branch master
in repository gcc.
from 3582b9a PR c/79730 * c-decl.c (finish_decl): Check VAR_P.
new 445789c Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.