aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/fixdfei.zig
AgeCommit message (Collapse)Author
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-02-09x86_64: implement conversions between scalar floats and intsJacob Young
Closes #22797