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.zig
Age
Commit message (
Expand
)
Author
2024-06-16
stage2-wasm: bit_reverse
Pavel Verigo
2023-11-10
move libssp into libcompiler_rt
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-02-24
compiler_rt: declutter int.zig, add mulXi3 tests (#14623)
matu3ba
2023-02-19
compiler_rt: restructure compiler_rt.zig according to README.md
Jan Philipp Hafer
2023-02-12
compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2
Jan Philipp Hafer
2022-12-22
compiler-rt: implement __udivei4 and __umodei4 (#14023)
Frank Denis
2022-12-06
compiler_rt: remove stack probe functions from c builds
Jacob Young
2022-12-06
interpret the WASI blob to produce zig2.c and compiler_rt.c
Andrew Kelley
2022-11-21
rename lse_atomics.zig to aarch64_outline_atomics.zig
Andrew Kelley
2022-11-21
simplify outline atomics
Andrew Kelley
2022-11-21
compiler_rt: add outlined lse atomics for aarch64
Devin Singh
2022-10-22
fix: correctly import memcmp.zig in compiler-rt
Luuk de Gram
2022-10-17
Merge pull request #11747 from Luukdegram/compiler-rt
Andrew Kelley
2022-10-15
compiler_rt: Move mem implementations from c.zig
Luuk de Gram
2022-10-13
compiler_rt: Add missing `f16` functions
Cody Tapscott
2022-10-09
compiler-rt: Implement mulXc3 and divXc3 functions
Cody Tapscott
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-22
Add missing adddf3
frmdstryr
2022-06-17
compiler-rt: move SPARC functions into appropriate compilation units
Andrew Kelley
2022-06-17
compiler-rt: break up functions even more
Andrew Kelley
2022-06-17
compiler_rt: shuffle order of imports to mark relevant symbols for export
Jakub Konka
2022-06-17
compiler_rt: correctly export allrem and aullrem for i386-windows-msvc
Jakub Konka
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-05-16
stage2: add runtime safety for unwrapping error
Veikka Tuominen
2022-05-08
compiler_rt: avoid weak aliases on Windows
Andrew Kelley
2022-05-07
compiler-rt: avoid symbol collisions with Windows libc
Andrew Kelley
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley