This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfbdf0d fix documentation comment. NFC.
new 9afbd6f [PM] Port CorrelatedValuePropagation
new 09cf9fc Fix missing member initializers
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/Support/OnDiskHashTable.h | 2 +-
.../Transforms/Scalar/CorrelatedValuePropagation.h | 24 +++++++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
.../Scalar/CorrelatedValuePropagation.cpp | 34 +++++++++++++++++-----
test/Transforms/CorrelatedValuePropagation/icmp.ll | 1 +
6 files changed, 55 insertions(+), 8 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/CorrelatedValuePropagation.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 cf47a1a Retry "Include debug info for nested structs and classes"
new a9119fb Revert "Retry "Include debug info for nested structs and classes""
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/CGDebugInfo.cpp | 14 ++------------
lib/CodeGen/CGDebugInfo.h | 2 --
test/CodeGenCXX/debug-info-dup-fwd-decl.cpp | 2 +-
test/CodeGenCXX/debug-info-indirect-field-decl.cpp | 12 ++++++------
test/CodeGenCXX/debug-info-ms-abi.cpp | 6 +++---
5 files changed, 12 insertions(+), 24 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 365d2a7 ThinLTO: Add test cases for promote+internalize.
new 878a24f Minor code cleanup. NFC.
new bfbdf0d fix documentation comment. 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:
lib/Target/AArch64/AArch64Subtarget.cpp | 2 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 3 +--
2 files changed, 2 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 lldb.
from 206b5c3 LLDB reads incorrect memory ranges when displaying bitfields [...]
new d10a380 "frame variable" and "target variable" shouldn't allow us to [...]
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:
source/Core/ValueObject.cpp | 32 ++++++++++++++++++--------------
1 file changed, 18 insertions(+), 14 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 lldb.
from 8778687 Fix the installation of the vector<bool> data formatters in o [...]
new 10c616e Enhance FuncUnwinders::GetUnwindPlanAtNonCallSite to detect w [...]
new 206b5c3 LLDB reads incorrect memory ranges when displaying bitfields [...]
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/lldb/Symbol/FuncUnwinders.h | 8 ++++
source/Symbol/ClangASTContext.cpp | 12 +++++-
source/Symbol/FuncUnwinders.cpp | 74 +++++++++++++++++++++++++++++++++++--
3 files changed, 88 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 llvm.
from 96ba0f6 [InstCombine] enhance (select X, C1, C2 --> ext X) to handle vectors
new 365d2a7 ThinLTO: Add test cases for promote+internalize.
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/ThinLTO/X86/alias_import.ll | 41 ++++++++++++++++++++++++++++++++++++-
test/ThinLTO/X86/weak_resolution.ll | 3 +++
2 files changed, 43 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 lldb.
from bc3de1e Because of our lifetime rules w.r.t. ValueObjects and Cluster [...]
new 8778687 Fix the installation of the vector<bool> data formatters in o [...]
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:
source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp | 6 ++----
1 file changed, 2 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 clang.
from 4a0412f Ensuring the bit-fields have the same type; MSVC will place t [...]
new cf47a1a Retry "Include debug info for nested structs and classes"
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/CGDebugInfo.cpp | 14 ++++++++++++--
lib/CodeGen/CGDebugInfo.h | 2 ++
test/CodeGenCXX/debug-info-dup-fwd-decl.cpp | 2 +-
test/CodeGenCXX/debug-info-indirect-field-decl.cpp | 12 ++++++------
test/CodeGenCXX/debug-info-ms-abi.cpp | 6 +++---
5 files changed, 24 insertions(+), 12 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 0e9a272 Minor formatting change, NFC
new 96ba0f6 [InstCombine] enhance (select X, C1, C2 --> ext X) to handle vectors
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/InstCombine/InstCombineSelect.cpp | 50 +++++++++++++-----------
test/Transforms/InstCombine/apint-select.ll | 23 ++++++++---
2 files changed, 46 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.