aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt.zig
AgeCommit message (Expand)Author
2024-10-23handle _fltused in compiler_rtAndrew Kelley
2024-06-16stage2-wasm: bit_reversePavel Verigo
2023-11-10move libssp into libcompiler_rtAndrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-02-24compiler_rt: declutter int.zig, add mulXi3 tests (#14623)matu3ba
2023-02-19compiler_rt: restructure compiler_rt.zig according to README.mdJan Philipp Hafer
2023-02-12compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2Jan Philipp Hafer
2022-12-22compiler-rt: implement __udivei4 and __umodei4 (#14023)Frank Denis
2022-12-06compiler_rt: remove stack probe functions from c buildsJacob Young
2022-12-06interpret the WASI blob to produce zig2.c and compiler_rt.cAndrew Kelley
2022-11-21rename lse_atomics.zig to aarch64_outline_atomics.zigAndrew Kelley
2022-11-21simplify outline atomicsAndrew Kelley
2022-11-21compiler_rt: add outlined lse atomics for aarch64Devin Singh
2022-10-22fix: correctly import memcmp.zig in compiler-rtLuuk de Gram
2022-10-17Merge pull request #11747 from Luukdegram/compiler-rtAndrew Kelley
2022-10-15compiler_rt: Move mem implementations from c.zigLuuk de Gram
2022-10-13compiler_rt: Add missing `f16` functionsCody Tapscott
2022-10-09compiler-rt: Implement mulXc3 and divXc3 functionsCody Tapscott
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-22Add missing adddf3frmdstryr
2022-06-17compiler-rt: move SPARC functions into appropriate compilation unitsAndrew Kelley
2022-06-17compiler-rt: break up functions even moreAndrew Kelley
2022-06-17compiler_rt: shuffle order of imports to mark relevant symbols for exportJakub Konka
2022-06-17compiler_rt: correctly export allrem and aullrem for i386-windows-msvcJakub Konka
2022-06-17compiler_rt: compile each unit separately for improved archivingJakub Konka
2022-05-16stage2: add runtime safety for unwrapping errorVeikka Tuominen
2022-05-08compiler_rt: avoid weak aliases on WindowsAndrew Kelley
2022-05-07compiler-rt: avoid symbol collisions with Windows libcAndrew Kelley
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley