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
juice
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
std.Io.Threaded-groups-2
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
/
README.md
Age
Commit message (
Expand
)
Author
2023-05-11
remove the compiler-rt README file
Andrew Kelley
2023-04-26
compiler_rt: document ARM status
Jan Philipp Hafer
2023-04-20
compiler_rt: README stubs for arbitrary precision big integer library routines
Jan Philipp Hafer
2023-02-19
compiler_rt: restructure compiler_rt.zig according to README.md
Jan Philipp Hafer
2023-02-18
compiler_rt: remove unexported functions
flexicoding
2023-02-13
compiler_rt: document math functions (#14552)
matu3ba
2023-02-12
compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2
Jan Philipp Hafer
2023-02-11
compiler_rt: __divmodti4 for libgcc symbol compatibility
matu3ba
2023-02-11
compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibility
matu3ba
2023-02-04
compiler_rt: fix and improve documentation
Manlio Perillo
2023-02-02
compiler_rt: make README visually nice and improve explanations
Jan Philipp Hafer
2022-10-22
update compiler_rt README and prettify it
Jan Philipp Hafer
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley