This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ae25258b2e Enable .hip files for test/Driver
new 8fe774c614 Add missing testcase update for r337790.
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/SemaCXX/constant-expression-cxx11.cpp | 4 ++--
1 file changed, 2 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 288c3cd43f Warn if a local variable's initializer retains a pointer/ref [...]
new ae25258b2e Enable .hip files for test/Driver
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/Driver.cpp | 4 ++--
test/Driver/lit.local.cfg | 2 +-
2 files changed, 3 insertions(+), 3 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 499e3df2ce6 [Debugify] Export per-pass debug info loss statistics
new c4c8d7b1655 Add PerfJITEventListener for perf profiling support.
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 | 13 +
docs/CMake.rst | 3 +
include/llvm-c/ExecutionEngine.h | 1 +
include/llvm/Config/llvm-config.h.cmake | 3 +
include/llvm/ExecutionEngine/JITEventListener.h | 13 +
lib/ExecutionEngine/CMakeLists.txt | 4 +
lib/ExecutionEngine/LLVMBuild.txt | 2 +-
lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt | 5 +
.../{OProfileJIT => PerfJITEvents}/LLVMBuild.txt | 8 +-
.../PerfJITEvents/PerfJITEventListener.cpp | 497 +++++++++++++++++++++
tools/lli/CMakeLists.txt | 9 +
tools/lli/lli.cpp | 3 +
12 files changed, 555 insertions(+), 6 deletions(-)
create mode 100644 lib/ExecutionEngine/PerfJITEvents/CMakeLists.txt
copy lib/ExecutionEngine/{OProfileJIT => PerfJITEvents}/LLVMBuild.txt (75%)
create mode 100644 lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.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 5feb21c1c6 Borrow visibility from __fundamental_type_info for generated [...]
new 288c3cd43f Warn if a local variable's initializer retains a pointer/ref [...]
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/DiagnosticGroups.td | 5 +-
include/clang/Basic/DiagnosticSemaKinds.td | 38 ++++++----
lib/Sema/SemaInit.cpp | 110 ++++++++++-------------------
test/CXX/drs/dr16xx.cpp | 4 +-
test/SemaCXX/address-of-temporary.cpp | 19 ++---
test/SemaCXX/warn-dangling-local.cpp | 20 ++++++
6 files changed, 96 insertions(+), 100 deletions(-)
create mode 100644 test/SemaCXX/warn-dangling-local.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 llvm.
from ae41ebb3a69 [x86/SLH] Simplify the code for hardening a loaded value. NFC.
new a4afd1f12d5 [Debugify] Move interface definitions to a header, NFC
new 499e3df2ce6 [Debugify] Export per-pass debug info loss statistics
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:
test/DebugInfo/debugify-export.ll | 14 ++++++++
tools/opt/Debugify.cpp | 69 ++++++++++++++++++++++++++++-------
tools/opt/Debugify.h | 75 +++++++++++++++++++++++++++++++++++++++
tools/opt/NewPMDriver.cpp | 1 +
tools/opt/PassPrinters.h | 20 -----------
tools/opt/opt.cpp | 24 +++++++++++--
6 files changed, 168 insertions(+), 35 deletions(-)
create mode 100644 test/DebugInfo/debugify-export.ll
create mode 100644 tools/opt/Debugify.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 clang.
from 4c4d20cbc7 [WebAssembly] Change size_t to `unsigned long`.
new 5feb21c1c6 Borrow visibility from __fundamental_type_info for generated [...]
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/ItaniumCXXABI.cpp | 127 ++++++++++++++++++-----------------
test/CodeGenCXX/rtti-fundamental.cpp | 71 +++++++++++++++++++-
2 files changed, 137 insertions(+), 61 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 3813cf4b746 [x86/SLH] Remove complex SHRX-based post-load hardening.
new ae41ebb3a69 [x86/SLH] Simplify the code for hardening a loaded value. 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/Target/X86/X86SpeculativeLoadHardening.cpp | 35 +++++++++++---------------
1 file changed, 15 insertions(+), 20 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 a69623d44 [Fuzzer] Update path to libc++ headers
new 116069070 Revert "[Fuzzer] Update path to libc++ headers"
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/CMakeLists.txt | 4 ++--
1 file changed, 2 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 6ee94ea43df [DWARF] Use deque in place of SmallVector to fix use-after- [...]
new 3813cf4b746 [x86/SLH] Remove complex SHRX-based post-load hardening.
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/X86/X86SpeculativeLoadHardening.cpp | 83 ++++----------------------
1 file changed, 10 insertions(+), 73 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 b3e55b246 Handle DT_UNKNOWN correctly during directory iteration.
new 4b61d89c1 Revert r337727 as it caused Darwin bot failures
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.