[all-commits] [llvm/llvm-project] 6bb479: [profcheck] Exclude Coro-related tests in introduc...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Aug 25 07:34:15 PDT 2025
Branch: refs/heads/users/mtrofin/profcheck2
Home: https://github.com/llvm/llvm-project
Commit: 6bb47905b97cfa23598a62a91e8a49b65d7e9e0a
https://github.com/llvm/llvm-project/commit/6bb47905b97cfa23598a62a91e8a49b65d7e9e0a
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
[profcheck] Exclude Coro-related tests in introduced in PR #154894 (#155249)
We haven't yet addressed Coro (or Instrumentation) tests.
Issue #147390
Commit: d2de3096b0f1fd4f0f470e34135523c65ad9c6b0
https://github.com/llvm/llvm-project/commit/d2de3096b0f1fd4f0f470e34135523c65ad9c6b0
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/include/llvm/ADT/DenseMap.h
Log Message:
-----------
[ADT] Swap the two variants of DenseMap::doFind (NFC) (#155203)
doFind itself makes no modification, so we can implement it as a const
function. The only problem is that the non-const version of find
needs to return a modifiable bucket.
This patch "swaps" the constness of doFind. Specifically, the primary
implementation becomes const, preventing accidental modifications.
Then the non-const variant is derived off of the const variant.
Commit: e9045b3cea0b8d5b5ccbc936065ad03773d146de
https://github.com/llvm/llvm-project/commit/e9045b3cea0b8d5b5ccbc936065ad03773d146de
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
Log Message:
-----------
[ARM] Remove an unnecessary cast (NFC) (#155206)
getType() already returns Type *.
Commit: 7d84e5c9bb42682e1e62b06b319ddf40675e4df5
https://github.com/llvm/llvm-project/commit/7d84e5c9bb42682e1e62b06b319ddf40675e4df5
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/docs/AdvancedBuilds.rst
Log Message:
-----------
[llvm] Proofread AdvancedBuilds.rst (#155207)
Commit: 27fcb29dba46b1751b28f794aecb51f152995c6f
https://github.com/llvm/llvm-project/commit/27fcb29dba46b1751b28f794aecb51f152995c6f
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-08-25 (Mon, 25 Aug 2025)
Changed paths:
M llvm/docs/AdvancedBuilds.rst
M llvm/include/llvm/ADT/DenseMap.h
M llvm/lib/Target/ARM/ARMISelLowering.cpp
Log Message:
-----------
Merge branch 'main' into users/mtrofin/profcheck2
Compare: https://github.com/llvm/llvm-project/compare/8f22ea9789da...27fcb29dba46
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list