We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from: llvm/llvm-project@d80bdf7 to: llvm/llvm-project@52c338d commit: 5f32bff
from d80bdf7261e7d785b98f827eeed950b2147f70e6 to 52c338daece1ea5556865373c777bdad79a05fd8
52c338daece1ea5556865373c777bdad79a05fd8 [llvm][NFC] Rework Timer.cpp globals to ensure valid lifetimes (#121663) c3d1a50d6a36ce19606226a352bf921cec02e265 [bazel] Add missing dependency for b79ed8729b3d6d5482481c41a7de2cd75b0f61df e41f96ad251a403d02919755d9fe2b473a46966a [clang-tidy][NFC] clean LangOpts parameter in explicitMarkUnused matcher (#122170) 86440cbc742e42f7ee9d4656fe7c231a477e447b [SPIR-V] Prefer SPV_INTEL_optnone over SPV_EXT_optnone when both extensions are available (#122082) cdd652eb28d1dcec28fec289674940d11a92c4fa [MLIR][GPU] Support bf16 and i1 gpu::shuffles to LLVMSPIRV conversion (#119675) c05fc9b6d5559cc37e389f20a6c0c7b6f291b70e [AArch64] Fix sebvector -> subvector typo. NFC b0697dc1de1f6fbc0f3c192e5420203c8afe3f99 [LV] Only check isVectorizableEarlyExitLoop with multiple exits. (#121994) c8ee1164bd6ae2f0a603c53d1d29ad5a3225c5cd [RISCV] Fix masked->unmasked peephole handling masked pseudos with no passthru (#122253) dcdf44aca7be8a3e8f36d308b7fd5e5979140574 [InstCombine] Remove foldSelectICmpEq() fold (#122098) f1d5efe37ea7891b3fc9f78b6fdbbe1dc207bbd6 [AArch64] Combine and lsl into ubfiz (#118974) aedb30fdc7cf83290b0f0d4246cf94fd62be749b [OpenMP] codegen support for masked combined construct parallel masked taskloop (#121741) 703e2d5a19916525eb294d6bb899fbfd1655594f [X86] Add test coverage for #116815 d3f1b864ae1b2c3fce343863d494a40fc231ca16 [lldb][NFC] clang-format MemoryRegionInfo.h fd6baa477fa13a4b893aeeba7fce92eb6a1f4962 [clang][ExprConst] Add diagnostics for invalid binary arithmetic (#118475) b79ed8729b3d6d5482481c41a7de2cd75b0f61df [OpenMP][OMPIRBuilder] Handle non-failing calls properly (#115863) 659cd2a48a25ec4deabf4c7937acbaec588a2724 [NFC][AMDGPU] Pre-commit tests for IR variant - isFMAFasterThanFMulAdd (#121925) a261eee61200cb6aa3eac0e7dc03940a6afd7d54 [lldb] Store signed ranges in lldb_private::Block (#120224) 6c06253b8557102c52e252f9025ea3d393603324 [libc++] Fix erroneous internal capacity evaluation in vector<bool> (#120577) 06673a9e9b186a65f5eb60a59a4ee9afba6637d4 [libc++] Uglify non-standard member typedef const_reference in bitset (#121620) f88ef1bd1bd6ea27237d2abd03b8955e550f97c1 [LV] Teach LoopVectorizationLegality about struct vector calls (#119221) f07b10b7c4706735c1e206b64da4c43aaf88b6af [Support] Recycler: Match dealloc size and enforce min size (#121889) f22441c14d844d2baedaaca02fe5382d300d7e46 [AArch64] Add sve div and rem tests. NFC 38565da5259729898c2a552d54b72f3314241734 [LangRef] Add some documentation for ABI / call-site attributes (#121930) 71f7b972c3a28269ae045c4d87b1ccb5a2860852 [Local] Make combineAAMetadata() more principled (#122091) 1b2943534fa20a61c07592a9bd90203e682ae0f4 [llvm] Fix crash caused by reprocessing complex reductions (#122077) 4847395c5459f9c476808f9337abdae7fbd78a23 [Clang] Adjust pointer-overflow sanitizer for N3322 (#120719) 397ac44f623f891d8f05d6673a95984ac0a26671 [Coverage] Introduce the type CounterPair for RegionCounterMap. NFC. (#112724) d30a5fc5a2f88dee1198bd2285ddf1c55da51bb6 [NFC][AArch64] Explicitly define undefined bits for instructions (#122129) f5cd181ffbb7cb61d582fe130d46580d5969d47a [Coverage] Introduce getBranchCounterPair(). NFC. (#112702) 61b294aa15e9e2149398a641121fc3e977284a17 Introduce CounterExpressionBuilder::subst(C, Map) (#112698) 24a92f509a4e9ebaf5ae431409520d30055ea6fc DependencyScanningTool.h: Use more robust std::function (fixup for #120699) 42b23257c5519b63a0516bac9f7986367e15e794 [ORC] Fail materialization in tasks that are destroyed before running.
LangOpts
explicitMarkUnused
CounterPair
getBranchCounterPair()
std::function
The text was updated successfully, but these errors were encountered:
llvm/llvm-project#118974
Sorry, something went wrong.
No branches or pull requests
from: llvm/llvm-project@d80bdf7
to: llvm/llvm-project@52c338d
commit: 5f32bff
Change Logs
from d80bdf7261e7d785b98f827eeed950b2147f70e6 to 52c338daece1ea5556865373c777bdad79a05fd8
52c338daece1ea5556865373c777bdad79a05fd8 [llvm][NFC] Rework Timer.cpp globals to ensure valid lifetimes (#121663)
c3d1a50d6a36ce19606226a352bf921cec02e265 [bazel] Add missing dependency for b79ed8729b3d6d5482481c41a7de2cd75b0f61df
e41f96ad251a403d02919755d9fe2b473a46966a [clang-tidy][NFC] clean
LangOpts
parameter inexplicitMarkUnused
matcher (#122170)86440cbc742e42f7ee9d4656fe7c231a477e447b [SPIR-V] Prefer SPV_INTEL_optnone over SPV_EXT_optnone when both extensions are available (#122082)
cdd652eb28d1dcec28fec289674940d11a92c4fa [MLIR][GPU] Support bf16 and i1 gpu::shuffles to LLVMSPIRV conversion (#119675)
c05fc9b6d5559cc37e389f20a6c0c7b6f291b70e [AArch64] Fix sebvector -> subvector typo. NFC
b0697dc1de1f6fbc0f3c192e5420203c8afe3f99 [LV] Only check isVectorizableEarlyExitLoop with multiple exits. (#121994)
c8ee1164bd6ae2f0a603c53d1d29ad5a3225c5cd [RISCV] Fix masked->unmasked peephole handling masked pseudos with no passthru (#122253)
dcdf44aca7be8a3e8f36d308b7fd5e5979140574 [InstCombine] Remove foldSelectICmpEq() fold (#122098)
f1d5efe37ea7891b3fc9f78b6fdbbe1dc207bbd6 [AArch64] Combine and lsl into ubfiz (#118974)
aedb30fdc7cf83290b0f0d4246cf94fd62be749b [OpenMP] codegen support for masked combined construct parallel masked taskloop (#121741)
703e2d5a19916525eb294d6bb899fbfd1655594f [X86] Add test coverage for #116815
d3f1b864ae1b2c3fce343863d494a40fc231ca16 [lldb][NFC] clang-format MemoryRegionInfo.h
fd6baa477fa13a4b893aeeba7fce92eb6a1f4962 [clang][ExprConst] Add diagnostics for invalid binary arithmetic (#118475)
b79ed8729b3d6d5482481c41a7de2cd75b0f61df [OpenMP][OMPIRBuilder] Handle non-failing calls properly (#115863)
659cd2a48a25ec4deabf4c7937acbaec588a2724 [NFC][AMDGPU] Pre-commit tests for IR variant - isFMAFasterThanFMulAdd (#121925)
a261eee61200cb6aa3eac0e7dc03940a6afd7d54 [lldb] Store signed ranges in lldb_private::Block (#120224)
6c06253b8557102c52e252f9025ea3d393603324 [libc++] Fix erroneous internal capacity evaluation in vector<bool> (#120577)
06673a9e9b186a65f5eb60a59a4ee9afba6637d4 [libc++] Uglify non-standard member typedef const_reference in bitset (#121620)
f88ef1bd1bd6ea27237d2abd03b8955e550f97c1 [LV] Teach LoopVectorizationLegality about struct vector calls (#119221)
f07b10b7c4706735c1e206b64da4c43aaf88b6af [Support] Recycler: Match dealloc size and enforce min size (#121889)
f22441c14d844d2baedaaca02fe5382d300d7e46 [AArch64] Add sve div and rem tests. NFC
38565da5259729898c2a552d54b72f3314241734 [LangRef] Add some documentation for ABI / call-site attributes (#121930)
71f7b972c3a28269ae045c4d87b1ccb5a2860852 [Local] Make combineAAMetadata() more principled (#122091)
1b2943534fa20a61c07592a9bd90203e682ae0f4 [llvm] Fix crash caused by reprocessing complex reductions (#122077)
4847395c5459f9c476808f9337abdae7fbd78a23 [Clang] Adjust pointer-overflow sanitizer for N3322 (#120719)
397ac44f623f891d8f05d6673a95984ac0a26671 [Coverage] Introduce the type
CounterPair
for RegionCounterMap. NFC. (#112724)d30a5fc5a2f88dee1198bd2285ddf1c55da51bb6 [NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
f5cd181ffbb7cb61d582fe130d46580d5969d47a [Coverage] Introduce
getBranchCounterPair()
. NFC. (#112702)61b294aa15e9e2149398a641121fc3e977284a17 Introduce CounterExpressionBuilder::subst(C, Map) (#112698)
24a92f509a4e9ebaf5ae431409520d30055ea6fc DependencyScanningTool.h: Use more robust
std::function
(fixup for #120699)42b23257c5519b63a0516bac9f7986367e15e794 [ORC] Fail materialization in tasks that are destroyed before running.
The text was updated successfully, but these errors were encountered: