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
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
2022-10-30
compiler_rt: fix gnu_f16_abi for i386-windows
Andrew Kelley
2022-10-27
compiler_rt: fix memcmp wrong for some inputs
Andrew Kelley
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-22
compiler_rt: Always export "standard" symbol names
Cody Tapscott
2022-10-22
update compiler_rt README and prettify it
Jan Philipp Hafer
2022-10-21
Support compiling for the android NDK (#13245)
Louis Pearson
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-17
Merge pull request #11747 from Luukdegram/compiler-rt
Andrew Kelley
2022-10-17
emutls: add const to default_value field
Jacob Young
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
2022-10-15
compiler_rt: Move mem implementations from c.zig
Luuk de Gram
2022-10-13
compiler_rt: Add missing `f16` functions
Cody Tapscott
2022-10-12
compiler_rt: apply protty suggestions
Robin Voetter
2022-10-12
compiler_rt: cmpxchg-based atomic fetch/exchange for small types
Robin Voetter
2022-10-09
compiler_rt: Fix `extendf_f80` bug
Cody Tapscott
2022-10-09
compiler-rt: Implement mulXc3 and divXc3 functions
Cody Tapscott
2022-09-27
use @ptrCast to assigned generic type to default_value
Jacob Young
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-23
skip failing compiler-rt divxf3 tests on Windows
Jakub Konka
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-04
compiler_rt: update ABI for x86 float16 functions
Andrew Kelley
2022-08-02
compiler_rt: use standard f16 function names on x86
Andrew Kelley
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-13
LLVM: implement signext/zeroext attributes
Andrew Kelley
2022-07-11
Sema: allow `void` as an extern union field & fix invalid extern unions
Veikka Tuominen
2022-07-10
compiler_rt: Slightly re-factor exports for Windows x86-64
Cody Tapscott
2022-07-10
compiler_rt: Update Windows ABI for float<->int conversion routines
Cody Tapscott
2022-07-07
compiler_rt: enable __clear_cache for stage2
Andrew Kelley
2022-07-06
compiler_rt: RISC-V does not want gnu_f16_abi
Andrew Kelley
2022-07-05
compiler_rt: work around LLVM optimizing __muloti4 to call itself
Andrew Kelley
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-19
compiler-rt: fix logic for choosing `__gnu_{f2h,h2f}_ieee`
Jakub Konka
2022-06-17
compiler-rt: fix logic for choosing `__gnu_{f2h,h2f}_ieee`
Andrew Kelley
2022-06-17
compiler-rt: fix aeabi logic
Andrew Kelley
2022-06-17
compiler-rt: finish cleanups
Andrew Kelley
2022-06-17
compiler-rt: musl ABI also needs __gnu_f2h_ieee etc
Andrew Kelley
2022-06-17
compiler-rt: gedf2 and gesf2
Andrew Kelley
2022-06-17
compiler-rt: fix tests
Andrew Kelley
[prev]
[next]