[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/msp430/runtime-libcalls-stop-excluding-libgcc-generics'. Changed from 0000000000000000000000000000000000000000 to 7e524a8b4eabc69448deb9a2ead3e3aaa95e8066 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 7e524a8b4eabc69448deb9a2ead3e3aaa95e8066 by Matt Arsenault on 21/07/2026 at 12:23.. MSP430: Mark more generic libgcc functions as available The generic soft-float, conversion, comparison and integer helper routines (__addsf3, __divli's __divsi3, __ashlsi3, ...) exist in the MSP430 libgcc port alongside the preferred __mspabi_* variants. They were previously removed to force selection of the __mspabi_* names, back when only one implementation per libcall could be recorded. Stop hiding them: only __lshrsi3 stays excluded, since the MSP430 libgcc port provides the 32-bit logical right shift solely under __mspabi_srll and never defines a generic __lshrsi3. Co-authored-by: Claude (Claude-Opus-4.8) <[email protected]> https://invent.kde.org/qt/clang/llvm-project/-/commit/7e524a8b4eabc69448deb9a2ead3e3aaa95e8066