aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/divmodei4.zig
AgeCommit message (Collapse)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
This struct is larger than 256 bytes and code that copies it consistently shows up in profiles of the compiler.
2025-04-11compiler-rt: compute correct integer sizes from bits at runtimeJacob Young
Also, accepting `align(1)` pointers ensures that the alignment is safety checked rather than assumed.
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-15x86_64: rewrite scalar and vector int `@divTrunc`Jacob Young