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
getAppDataDir
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
std.Io.Threaded-groups-2
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
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-11
remove the compiler-rt README file
Andrew Kelley
2023-05-11
compiler_rt: fix ARM memset signatures
frmdstryr
2023-04-28
update a couple more callsites to `@memset`
Andrew Kelley
2023-04-26
compiler_rt: document ARM status
Jan Philipp Hafer
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-20
compiler_rt: README stubs for arbitrary precision big integer library routines
Jan Philipp Hafer
2023-04-15
compiler_rt: use default visibility for non-exported symbols
Andrew Kelley
2023-04-12
never use C pointers!!
Andrew Kelley
2023-04-05
compiler_rt: change the abi of f16 on mac to depend on the other type
Jacob Young
2023-04-05
compiler_rt: attempt to fix f16 abi on mac with llvm 16
Jacob Young
2023-03-07
compiler_rt: fix rare case in udivei4
Jacob Young
2023-02-24
compiler_rt: declutter int.zig, add mulXi3 tests (#14623)
matu3ba
2023-02-19
compiler_rt: restructure compiler_rt.zig according to README.md
Jan Philipp Hafer
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
compiler_rt: remove unexported functions
flexicoding
2023-02-13
compiler_rt: document math functions (#14552)
matu3ba
2023-02-12
compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2
Jan Philipp Hafer
2023-02-11
compiler_rt: __divmodti4 for libgcc symbol compatibility
matu3ba
2023-02-11
compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibility
matu3ba
2023-02-04
compiler_rt: fix and improve documentation
Manlio Perillo
2023-02-02
compiler_rt: make README visually nice and improve explanations
Jan Philipp Hafer
2023-01-29
cbe: fixes for tls, support for not linking libc, and enabling tests
kcbanner
2023-01-24
Merge pull request #14402 from kcbanner/cbe_x86_fixes
Andrew Kelley
2023-01-24
compiler_rt: re-enable divxf3 test on windows/llvm
kcbanner
2023-01-23
cbe: fixes for x86
kcbanner
2023-01-02
compiler_rt: skip "__udivei4/__umodei4" on cbe due to missing > 128 bit integ...
kcbanner
2023-01-01
compiler_rt: fixup divti3 and fixunshfti
kcbanner
2022-12-29
Merge pull request #14102 from Luukdegram/wasm-undefined-symbols
Andrew Kelley
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-22
compiler-rt: implement __udivei4 and __umodei4 (#14023)
Frank Denis
2022-12-20
compiler_rt: Remove errdefer in ObjectArray.init
zenith391
2022-12-18
compiler_rt: test clzsi2 on zero on CPUs where possible
zooster
2022-12-16
compiler_rt: remove workaround for past LLVM optimizer bug
r00ster91
2022-12-16
compiler_rt: remove stage1 switch case
r00ster91
2022-12-16
compiler_rt: no longer skip f80 conversion test
r00ster91
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-07
compiler-rt: do not export complex arithmetic on ofmt=c
Veikka Tuominen
2022-12-06
compiler_rt: don't use the llvm windows v2u64 abi with the C backend
Jacob Young
2022-12-05
compiler_rt: avoid using weak aliases
Andrew Kelley
2022-11-30
compiler-rt: disable some exports for ofmt=c
Veikka Tuominen
2022-11-21
rename lse_atomics.zig to aarch64_outline_atomics.zig
Andrew Kelley
2022-11-21
outline atomics: ret instead of jump to ret
Andrew Kelley
2022-11-21
simplify outline atomics
Andrew Kelley
2022-11-21
compiler_rt: add outlined lse atomics for aarch64
Devin Singh
2022-11-16
compiler_rt: fix TODOs in udivmod.zig
Eric Joldasov
2022-11-05
Merge pull request #13101 from alichraghi/o4
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-03
compiler_rt: fix duplicate symbol error when linking libc on arm64 Windows
Jakub Konka
[next]