index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
compiler_rt
Age
Commit message (
Expand
)
Author
2025-02-16
compiler-rt: Use Windows Arm ABI routines for UEFI for now.
Alex Rønne Petersen
2025-02-15
x86_64: rewrite scalar and vector int `@divTrunc`
Jacob Young
2025-02-11
compiler-rt: fix memcpy generating recursive calls
dweiller
2025-02-10
compiler_rt memcpy: avoid infinite recursion
Andrew Kelley
2025-02-09
x86_64: implement conversions between scalar floats and ints
Jacob Young
2025-01-30
compiler-rt: only check dest/src start address in memmove
dweiller
2025-01-30
compiler-rt: remove manual unroll code from memmove
dweiller
2025-01-30
compiler-rt: workaround miscompilation in memmove
dweiller
2025-01-30
compiler-rt: optimize memmove
dweiller
2025-01-27
Merge pull request #22610 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-26
compiler-rt: ensure memcpy Element has no unused bytes
dweiller
2025-01-26
x86_64: rewrite `@min`/`@max` for scalar floats
Jacob Young
2025-01-25
compiler-rt: Pass called functions into inline asm so the compiler sees the u...
Alex Rønne Petersen
2025-01-25
compiler-rt: Don't export __a(u)ll(div,rem) if linking libc.
Alex Rønne Petersen
2025-01-25
compiler-rt: More accurately export Windows Arm functions.
Alex Rønne Petersen
2025-01-24
compiler_rt: upgrade to new panic interface
mlugg
2025-01-20
compiler-rt: optimize memcpy
dweiller
2025-01-20
compiler-rt: reduce memmove and memcpy size for ReleaseSmall
dweiller
2025-01-20
compiler-rt: move memmove back to memmove.zig
dweiller
2025-01-18
Revert "work around llvm failing to lower memcpy"
Alex Rønne Petersen
2025-01-17
work around llvm failing to lower memcpy
Andrew Kelley
2025-01-17
compiler_rt: don't rely on weak aliases
Andrew Kelley
2025-01-17
replace `compiler_rt` memcpy with a better version
David Rubin
2025-01-02
compiler_rt: fix incorrect __clzsi2_thumb1 lookup table usage
GalaxyShard
2024-12-23
Add branch hint to unlikely branch of `rem_pio2_large`
Liam Swayne
2024-12-13
compiler-rt: Disable __aeabi_drsub test on armeb.
Alex Rønne Petersen
2024-11-24
compiler-rt: Fix Hexagon routines to use the new @export() pointer semantics.
Alex Rønne Petersen
2024-11-24
compiler-rt: Remove duplicate __hexagon_divsf3 export.
Alex Rønne Petersen
2024-11-24
compiler-rt: Fix duplicate labels in Hexagon routines.
Alex Rønne Petersen
2024-11-24
compiler_rt: Add hexagon builtins (#22029)
Brian Cain
2024-11-23
compiler-rt: Fix R_ARM_ABS32 relocation error in __clzsi2_thumb1().
Alex Rønne Petersen
2024-11-03
Merge pull request #21843 from alexrp/callconv-followup
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
std.Target: Rename amdgpu module to amdgcn.
Alex Rønne Petersen
2024-10-19
compiler_rt: remove bogus tests
mlugg
2024-10-17
Merge pull request #21610 from alexrp/riscv-abis
Andrew Kelley
2024-10-16
compiler-rt: Use loongarch clear_cache() implementation for loongarch32 too.
Alex Rønne Petersen
2024-10-15
compiler-rt: Always use f16 as the half type for riscv.
Alex Rønne Petersen
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-03
Merge pull request #21504 from alexrp/android-softfp
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-23
compiler-rt: Export extra soft float libcall names for thumb-windows-gnu.
Alex Rønne Petersen
2024-09-19
compiler_rt: strong linkage when compiling to .c
Andrew Kelley
2024-09-10
compiler_rt: Export __truncdfhf2() for AEABI too.
Alex Rønne Petersen
2024-09-02
std.math: rename make_f80 to F80.toFloat and break_f80 to F80.fromFloat
Jeremy Hertel
2024-08-30
Merge pull request #21174 from alexrp/win-arm
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
[prev]
[next]