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 bc821e04b [XRay][compiler-rt] Profiling Mode: Include file header in buffers
new f40bc2a4c [XRay][compiler-rt] Update test to use similar structure
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/xray/tests/unit/profile_collector_test.cc | 6 +++---
1 file 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 b2970fad9bf [VPlan] Introduce VPLoopInfo analysis.
new 8b661d1f712 [NFC] Collect statistics in GuardWidening
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/GuardWidening.cpp | 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 compiler-rt.
from 6172f778f Pacify sanitizer lint script that still does not run on Windows
new bc821e04b [XRay][compiler-rt] Profiling Mode: Include file header in buffers
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/xray/tests/unit/profile_collector_test.cc | 36 ++++++++++++++++++++--
lib/xray/xray_profile_collector.cc | 30 +++++++++++++++++-
lib/xray/xray_profiling.cc | 19 +-----------
.../TestCases/Posix/profiling-multi-threaded.cc | 5 +--
.../TestCases/Posix/profiling-single-threaded.cc | 7 +++--
5 files changed, 72 insertions(+), 25 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 41daa756aa8 Revert r338340 "[MS Demangler] Better demangling of templat [...]
new b2970fad9bf [VPlan] Introduce VPLoopInfo analysis.
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/Vectorize/VPlan.h | 16 +++-
lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp | 6 ++
lib/Transforms/Vectorize/VPlanLoopInfo.h | 45 +++++++++++
unittests/Transforms/Vectorize/CMakeLists.txt | 1 +
.../Transforms/Vectorize/VPlanLoopInfoTest.cpp | 87 ++++++++++++++++++++++
5 files changed, 154 insertions(+), 1 deletion(-)
create mode 100644 lib/Transforms/Vectorize/VPlanLoopInfo.h
create mode 100644 unittests/Transforms/Vectorize/VPlanLoopInfoTest.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 lldb.
from 36c413a22 Remove unnecessary newlines from break command help text.
new 521fc58ea Remove Stream::UnitTest
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/lldb/Utility/Stream.h | 2 --
source/Utility/Stream.cpp | 45 -------------------------------------------
2 files changed, 47 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 816cd634769 [X86] Stop accidentally running the Bonnell LEA fixup path [...]
new 41daa756aa8 Revert r338340 "[MS Demangler] Better demangling of templat [...]
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/Demangle/MicrosoftDemangle.cpp | 133 +++++++++++---------------------
test/Demangle/ms-template-callback.test | 53 -------------
2 files changed, 46 insertions(+), 140 deletions(-)
delete mode 100644 test/Demangle/ms-template-callback.test
--
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 f7d1ac1d98f [RISCV] Fixed test case failure due to r338047
new 816cd634769 [X86] Stop accidentally running the Bonnell LEA fixup path [...]
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/X86FixupLEAs.cpp | 2 +-
test/CodeGen/X86/atom-fixup-lea2.ll | 1 -
2 files changed, 1 insertion(+), 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 41c9b5080b [analyzer] Rename test: cxx17-mandatory-elision.cpp -> copy- [...]
new a7a8811868 [coroutines] Fix handling of dependent co_await in StmtProfiler.
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/AST/StmtProfile.cpp | 5 ++++-
test/PCH/coroutines.cpp | 8 ++++++++
2 files changed, 12 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 llvm.
from e558f30bfb2 [MS Demangler] Better demangling of template arguments.
new f7d1ac1d98f [RISCV] Fixed test case failure due to r338047
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/RISCV/tail-calls.ll | 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 a422671937f [AArch64][GlobalISel] Add isel support for G_BLOCK_ADDR.
new e558f30bfb2 [MS Demangler] Better demangling of template arguments.
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/Demangle/MicrosoftDemangle.cpp | 133 +++++++++++++++++++++-----------
test/Demangle/ms-template-callback.test | 53 +++++++++++++
2 files changed, 140 insertions(+), 46 deletions(-)
create mode 100644 test/Demangle/ms-template-callback.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.