This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a50e57f11b [XRay][clang] Add flag to choose instrumentation bundles
new fcc3a5bb76 [XRay][clang] Make -fxray-modes= additive
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 | 23 ++++++++++++-----------
test/Driver/XRay/xray-mode-flags.cpp | 12 ++++++++++++
2 files changed, 24 insertions(+), 11 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 bed2fc33e05 [CallSiteSplit] Fix comment. NFC
new edd00e40e68 Enable debug fission for thinLTO linked via gold-plugin
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/LTO/Config.h | 6 ++++
lib/LTO/LTO.cpp | 1 +
lib/LTO/LTOBackend.cpp | 67 ++++++++++++++++++++++++++++++++++++++
test/lit.cfg.py | 1 +
test/tools/gold/X86/split-dwarf.ll | 63 +++++++++++++++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 12 +++++++
6 files changed, 150 insertions(+)
create mode 100644 test/tools/gold/X86/split-dwarf.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 ed0af08f685 Fix another bot failure from r329951.
new bed2fc33e05 [CallSiteSplit] Fix comment. 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/Transforms/Scalar/CallSiteSplitting.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 llvm.
from f0a27cc4ccf [AMDGPU] Update relocation record description
new ed0af08f685 Fix another bot failure from r329951.
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:
unittests/Demangle/CMakeLists.txt | 4 ++++
1 file changed, 4 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 5610ca6099 [CMake][Fuchsia] Don't specify libc++ ABI version for Fuchsia
new a50e57f11b [XRay][clang] Add flag to choose instrumentation bundles
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/XRayInstr.h | 68 +++++++++++++++++++++++++++
include/clang/Driver/Options.td | 5 ++
include/clang/Driver/XRayArgs.h | 4 +-
include/clang/Frontend/CodeGenOptions.h | 4 ++
lib/Basic/CMakeLists.txt | 1 +
lib/Basic/XRayInstr.cpp | 29 ++++++++++++
lib/CodeGen/CGBuiltin.cpp | 5 ++
lib/CodeGen/CodeGenFunction.cpp | 9 +++-
lib/CodeGen/CodeGenModule.cpp | 3 +-
lib/Driver/XRayArgs.cpp | 35 ++++++++++++--
lib/Frontend/CompilerInvocation.cpp | 36 +++++++++++++-
test/CodeGen/xray-instrumentation-bundles.cpp | 31 ++++++++++++
12 files changed, 221 insertions(+), 9 deletions(-)
create mode 100644 include/clang/Basic/XRayInstr.h
create mode 100644 lib/Basic/XRayInstr.cpp
create mode 100644 test/CodeGen/xray-instrumentation-bundles.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 clang.
from 49db1e4ff2 Fix test failure caused by r329965.
new 5610ca6099 [CMake][Fuchsia] Don't specify libc++ ABI version for Fuchsia
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:
cmake/caches/Fuchsia-stage2.cmake | 1 -
1 file changed, 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 libcxx.
from a9d48f24c [libcxx] [test] Use TEST_IGNORE_NODISCARD.
new 5558aff7c [CMake] Set the default ABI version for Fuchsia in CMake as well
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:
CMakeLists.txt | 9 +++++++--
1 file changed, 7 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 bc9d7d361f9 [lit] Remove duplicate to_string method
new f0a27cc4ccf [AMDGPU] Update relocation record description
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/AMDGPUUsage.rst | 18 ++++++++++++++----
1 file changed, 14 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 compiler-rt.
from a33ed44a9 [asan] Reduce flakiness in stack-overflow detection
new b023e2532 [tsan] Add interceptors for objc_sync_enter and objc_sync_exit
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/tsan/CMakeLists.txt | 2 +-
lib/tsan/rtl/tsan_interceptors_mac.cc | 13 ++++++++
test/tsan/Darwin/objc-synchronize.mm | 57 +++++++++++++++++++++++++++++++++++
3 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 test/tsan/Darwin/objc-synchronize.mm
--
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 21c7e612f [asan] Remove malloc_context_size=0 from asan_device_setup.
new a33ed44a9 [asan] Reduce flakiness in stack-overflow detection
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_posix_libcdep.cc | 4 +++-
test/asan/TestCases/scariness_score_test.cc | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.