aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/udivmodei4.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-04-11compiler-rt: compute correct integer sizes from bits at runtimeJacob Young
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-15x86_64: rewrite scalar and vector int `@divTrunc`Jacob Young
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-07-23compiler_rt: disable test for stage2_wasmPavel Verigo
2024-02-12x86_64: fix compiler_rt testsJacob Young
2024-02-12x86_64: implement mul, div, and mod of large integersJacob Young
2024-02-08Replace std.rand references with std.Randome4m2
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-28update a couple more callsites to `@memset`Andrew Kelley
2023-04-12never use C pointers!!Andrew Kelley
2023-03-07compiler_rt: fix rare case in udivei4Jacob Young
2023-01-02compiler_rt: skip "__udivei4/__umodei4" on cbe due to missing > 128 bit integ...kcbanner
2022-12-28compiler-rt: Set the symbol visibilityLuuk de Gram
2022-12-22compiler-rt: implement __udivei4 and __umodei4 (#14023)Frank Denis