[qt/clang/llvm]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm
Pushed by mirror-service into branch 'upstream/users/boomanaiden154/main.msp430-default-to-newpm'.
Changed from 6534b11a55b78e137164262aa1a8fe87c39b77e9 to b71d97a72331aa4a52f1108ec60a7ac7dbbfc8d5
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.
This change contains the following new commits:
Git commit 34323ab08e6eed2caff556ecdeae20053cbaaae7 by GitHub (on behalf of Jonas Devlieghere) on 07/08/2026 at 05:21..
[lldb] Fix the lazy initialization of Module's global collections (NFC) (#214630)
Both collections were initialized with a check-then-set on a null
pointer, which is race-y. We can achieve the same thing by initializing
the pointer with the allocation, while retaining the leak.
https://invent.kde.org/qt/clang/llvm/-/commit/34323ab08e6eed2caff556ecdeae20053cbaaae7
Git commit fab90faf86a5846f7ed73c1caf322dcc79a6af5e by GitHub (on behalf of Kane Wang) on 07/08/2026 at 05:36..
[RISCV][GlobalISel] Legalize G_LROUND/G_LLROUND (#213889)
Add legalizer rules so `llvm.lround/llround` lower to`
fcvt.{w,l}.{h,s,d}` with FRM_RMM.
https://invent.kde.org/qt/clang/llvm/-/commit/fab90faf86a5846f7ed73c1caf322dcc79a6af5e
Git commit 424588ce0a14c9a310687424d8f0318553ef3fa7 by GitHub (on behalf of Sam Elliott) on 07/08/2026 at 05:41..
[AsmPrinter] Emit type and size for Constant Pool Entries (#214387)
https://invent.kde.org/qt/clang/llvm/-/commit/424588ce0a14c9a310687424d8f0318553ef3fa7
Git commit 0b5cc577664bbd6e031f93f162d23820e5e90d15 by GitHub (on behalf of Aiden Grossman) on 07/08/2026 at 05:43..
[Target] Add shouldDefaultToNewPM flag
This will allow for tools like clang/flang/llc to default to the NewPM
for targets that request it.
Future patches will update clang/llc and flip it for targets that have
been fully ported but shouldn't have a large blast radius (like Lanai
and MSP430).
Pursuant to
https://discourse.llvm.org/t/rfc-incrementally-enabling-the-newpm-for-codegen/91410/11.
Reviewers: arsenm, vikramRH, aengelke
Pull Request: https://github.com/llvm/llvm-project/pull/214570
https://invent.kde.org/qt/clang/llvm/-/commit/0b5cc577664bbd6e031f93f162d23820e5e90d15
Git commit b71d97a72331aa4a52f1108ec60a7ac7dbbfc8d5 by Aiden Grossman on 07/08/2026 at 05:44..
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
https://invent.kde.org/qt/clang/llvm/-/commit/b71d97a72331aa4a52f1108ec60a7ac7dbbfc8d5