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
/
udivmodei4.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-04-11
compiler-rt: compute correct integer sizes from bits at runtime
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-15
x86_64: rewrite scalar and vector int `@divTrunc`
Jacob Young
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-07-23
compiler_rt: disable test for stage2_wasm
Pavel Verigo
2024-02-12
x86_64: fix compiler_rt tests
Jacob Young
2024-02-12
x86_64: implement mul, div, and mod of large integers
Jacob Young
2024-02-08
Replace std.rand references with std.Random
e4m2
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-28
update a couple more callsites to `@memset`
Andrew Kelley
2023-04-12
never use C pointers!!
Andrew Kelley
2023-03-07
compiler_rt: fix rare case in udivei4
Jacob Young
2023-01-02
compiler_rt: skip "__udivei4/__umodei4" on cbe due to missing > 128 bit integ...
kcbanner
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-12-22
compiler-rt: implement __udivei4 and __umodei4 (#14023)
Frank Denis