index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
compiler_rt
/
arm.zig
Age
Commit message (
Expand
)
Author
2025-09-11
compiler-rt: export __aeabi_read_tp for arm-freebsd
Alex Rønne Petersen
2025-07-16
zig fmt
Andrew Kelley
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-01-25
compiler-rt: Pass called functions into inline asm so the compiler sees the u...
Alex Rønne Petersen
2025-01-25
compiler-rt: More accurately export Windows Arm functions.
Alex Rønne Petersen
2024-12-13
compiler-rt: Disable __aeabi_drsub test on armeb.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-08-28
compiler_rt: Export arm div helpers with correct names for thumb-linux-gnu.
Alex Rønne Petersen
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2023-10-21
compiler_rt: arm frsub, drsub with tests (#17629)
matu3ba
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-05-11
compiler_rt: fix ARM memset signatures
frmdstryr
2023-04-26
compiler_rt: document ARM status
Jan Philipp Hafer
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-06-17
compiler-rt: finish cleanups
Andrew Kelley
2022-06-17
compiler-rt: use callconv(.AAPCS) on all __aeabi_ functions
Andrew Kelley
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley