aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/arm.zig
AgeCommit message (Expand)Author
2025-09-11compiler-rt: export __aeabi_read_tp for arm-freebsdAlex Rønne Petersen
2025-07-16zig fmtAndrew Kelley
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-01-25compiler-rt: Pass called functions into inline asm so the compiler sees the u...Alex Rønne Petersen
2025-01-25compiler-rt: More accurately export Windows Arm functions.Alex Rønne Petersen
2024-12-13compiler-rt: Disable __aeabi_drsub test on armeb.Alex Rønne Petersen
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-08-28compiler_rt: Export arm div helpers with correct names for thumb-linux-gnu.Alex Rønne Petersen
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2023-10-21compiler_rt: arm frsub, drsub with tests (#17629)matu3ba
2023-07-31std: finish cleanup up asmJacob Young
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-05-11compiler_rt: fix ARM memset signaturesfrmdstryr
2023-04-26compiler_rt: document ARM statusJan Philipp Hafer
2022-12-28compiler-rt: Set the symbol visibilityLuuk de Gram
2022-06-17compiler-rt: finish cleanupsAndrew Kelley
2022-06-17compiler-rt: use callconv(.AAPCS) on all __aeabi_ functionsAndrew Kelley
2022-06-17compiler_rt: compile each unit separately for improved archivingJakub Konka
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley