aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt.zig
AgeCommit message (Expand)Author
2025-11-12compiler-rt: remove dead codeMatthew Lugg
2025-08-30compiler-rt: move strlen from libzigc to hereAlex Rønne Petersen
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16compiler-rt: Export _fltused for UEFI.Alex Rønne Petersen
2025-06-03Merge pull request #24013 from alexrp/test-matrixAndrew Kelley
2025-06-01compiler-rt: add __addvsi3, __subvsi3, __mulvsi3, and __subvdi3Hilger Baumstark
2025-05-29compiler-rt: Fix some exports for *-windows-none.Alex Rønne Petersen
2025-02-15x86_64: rewrite scalar and vector int `@divTrunc`Jacob Young
2025-02-09x86_64: implement conversions between scalar floats and intsJacob Young
2025-01-20compiler-rt: move memmove back to memmove.zigdweiller
2025-01-17replace `compiler_rt` memcpy with a better versionDavid Rubin
2024-11-24compiler_rt: Add hexagon builtins (#22029)Brian Cain
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