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-09-11
compiler-rt: export __aeabi_read_tp for arm-freebsd
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for all hexagon targets
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for s390x
Alex Rønne Petersen
2025-08-30
compiler-rt: use native f16 type for loongarch
Alex Rønne Petersen
2025-08-30
compiler-rt: move strlen from libzigc to here
Alex Rønne Petersen
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-17
Merge pull request #20069 from LewisGaul/math-tests-simplified
Andrew Kelley
2025-07-17
compiler_rt: export all the chkstk variations on MinGW
kcbanner
2025-07-17
Make sure to test the sign of the zero results
Lewis Gaul
2025-07-17
Add tests for log10()
Lewis Gaul
2025-07-17
Add tests for log2()
Lewis Gaul
2025-07-17
Add tests for log(), with bugfix for 64-bit boundary case
Lewis Gaul
2025-07-17
Add tests for exp(), noting last-bit discrepancy for exp(1.0) with math.e
Lewis Gaul
2025-07-17
Add tests for exp2(), with bugfix for 64-bit boundary case
Lewis Gaul
2025-07-16
canonicalize loongarch clobbers
Andrew Kelley
2025-07-16
fix mips inline asm
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-07
compiler-rt: Implement __clear_cache() for mips-netbsd
Alex Rønne Petersen
2025-07-07
compiler-rt: Export __emutls_get_address for OpenHarmony
Alex Rønne Petersen
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-20
This commit enables fmax and fmin to differentiate between 0.0 and
Koki Ueha
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
coff: add hack to build a compiler-rt dynamic library
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-15
libc: Prevent FCSEL instruction from being used to avoid raising an unintende...
Koki Ueha
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-04
compiler-rt: Issue VALGRIND_DISCARD_TRANSLATIONS request in __clear_cache().
Alex Rønne Petersen
2025-06-03
Merge pull request #24013 from alexrp/test-matrix
Andrew Kelley
2025-06-01
compiler-rt: add __addvsi3, __subvsi3, __mulvsi3, and __subvdi3
Hilger Baumstark
2025-05-29
compiler-rt: Fix some exports for *-windows-none.
Alex Rønne Petersen
2025-05-19
compiler-rt: Add a comment explaining why we currently need weak linkage.
Alex Rønne Petersen
2025-05-19
compiler-rt: Fix some exports to respect the common linkage and visibility.
Alex Rønne Petersen
2025-05-19
compiler-rt, zigc: Use hidden visibility except when testing.
Alex Rønne Petersen
2025-04-28
compiler-rt: Add missing _Qp_sqrt export for sparc64.
Alex Rønne Petersen
2025-04-11
compiler-rt: compute correct integer sizes from bits at runtime
Jacob Young
2025-04-04
compiler-rt: Fix names of some float/int conversion routines for hexagon.
Alex Rønne Petersen
2025-04-04
llvm: Update the list of targets that use native f16/f128.
Alex Rønne Petersen
2025-03-08
compiler-rt: fix signed min int from float
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-25
compiler-rt: Add tests from llvm/llvm-project#119449.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
Merge pull request #22606 from dweiller/memmove-opt
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
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
[next]