summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
AgeCommit message (Expand)Author
2025-10-21TableGen: Use IfDefEmitter (#164209)Matt Arsenault
2025-10-13TableGen: Account for Unsupporte LibcallImpl in bitset size (#163083)Matt Arsenault
2025-10-10RuntimeLibcalls: Add bitset for available libcalls (#150869)Matt Arsenault
2025-10-07TableGen: Go back to using range loop over runtime libcall sets (#162221)Matt Arsenault
2025-10-07[TableGen] Reduce stack usage of setTargetRuntimeLibcallSets (#162194)Nadharm
2025-09-02[NFC] RuntimeLibcalls: Prefix the impls with 'Impl_' (#153850)Daniel Paoliello
2025-08-25RuntimeLibcalls: Fix building hash table with duplicate entries (#153801)Matt Arsenault
2025-08-19RuntimeLibcalls: Move exception call config to tablegen (#151948)Matt Arsenault
2025-08-16Reapply "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#1...Matt Arsenault
2025-08-15Revert "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#15...gulfemsavrun
2025-08-15RuntimeLibcalls: Generate table of libcall name lengths (#153210)Matt Arsenault
2025-08-15TableGen: Emit statically generated hash table for runtime libcalls (#150192)Matt Arsenault
2025-08-14ARM: Move more aeabi libcall config into tablegen (#152109)Matt Arsenault
2025-08-13TableGen: Add failing function to libcall emitter error message (#153390)Matt Arsenault
2025-08-13[TableGen] Avoid duplicate variable names in RuntimeLibcallsEmitter (partial ...Benjamin Maxwell
2025-08-13Revert "[AArch64][SME] Port all SME routines to RuntimeLibcalls" (#153392)Nikita Popov
2025-08-13[AArch64][SME] Port all SME routines to RuntimeLibcalls (#152505)Benjamin Maxwell
2025-08-04RuntimeLibcalls: Really move default libcall handling to tablegen (#148780)Matt Arsenault
2025-07-26TableGen: Sort RuntimeLibcallImpls secondarily by enum names (#150728)Matt Arsenault
2025-07-18Partially Reapply "RuntimeLibcalls: Add methods to recognize libcall names (#...Matt Arsenault
2025-07-18Revert "RuntimeLibcalls: Add methods to recognize libcall names (#149001)"Nikita Popov
2025-07-18RuntimeLibcalls: Add methods to recognize libcall names (#149001)Matt Arsenault
2025-07-15TableGen: Use StringOffsetTable for RuntimeLibcall names (#148839)Matt Arsenault
2025-07-10ARM: Start moving runtime libcalls into tablegen (#146084)Matt Arsenault
2025-07-08TableGen: Try to fix expensive checks assert on compareMatt Arsenault
2025-07-08TableGen: Handle setting runtime libcall calling conventions (#144980)Matt Arsenault
2025-07-08TableGen: Allow defining sets of runtime libraries (#144978)Matt Arsenault
2025-06-27TableGen: Generate enum for runtime libcall implementations (#144973)Matt Arsenault
2025-06-27TableGen: Add runtime libcall backend (#144972)Matt Arsenault