[qt/clang/llvm-project]: 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-project Pushed by mirror-service into branch 'upstream/users/arsenm/amdgpu/use-ProcessorAlias'. Changed from 0000000000000000000000000000000000000000 to 4117603aef793ac62806ad8f0244892a89651112 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 0dbb6f025ef92f5b2ea454aa297d7ee08fe444d7 by Matt Arsenault on 24/07/2026 at 13:58.. TableGen: Add first class support for processor aliases Previously isCPUStringValid was virtual so TableGen could emit an AArch64 specific hack for recognizing cpu aliases. Teach tablegen about aliases, and insert each alias into the CPU subtype table as its own entry (sorted by name, carrying the canonical processor's features and scheduling model). There is further opportunity for code sharing improvements. AArch64's aliases are consumed by ARMTargetDefEmitter to emit a custom inc file in TargetParser which should be universalized. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm-project/-/commit/0dbb6f025ef92f5b2ea454aa297d7ee08fe444d7 Git commit 4117603aef793ac62806ad8f0244892a89651112 by Matt Arsenault on 24/07/2026 at 13:58.. AMDGPU: Use ProcessorAlias for legacy arch names Older targets have aliasing names which were previously implemented by defining a second copy of the processor, identical except for the name Use the recently improved tablegen mechanism for defining name-only aliases. This dedupliates some redundant table entries, like the sched model. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm-project/-/commit/4117603aef793ac62806ad8f0244892a89651112