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
2024-01-04
Enable gnu_f16_abi on x86_64
Anubhab Ghosh
2023-11-23
Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011)
John Benediktsson
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-10
compiler_rt: provide strncpy impl for ssp
Andrew Kelley
2023-11-10
move libssp into libcompiler_rt
Andrew Kelley
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-28
Merge pull request #17727 from ziglang/elf-memory-deferred
Jakub Konka
2023-10-28
compiler_rt/emutls: remove unnecessary `@ptrCast` (#17755)
XXIV
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-compiler-rt testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
compiler_rt: arm frsub, drsub with tests (#17629)
matu3ba
2023-10-20
compiler_rt: add tests for arm routines (#17573)
matu3ba
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
2023-09-19
compiler_rt: fight off `@as` invasion
Jacob Young
2023-09-19
compiler_rt: fix fp sub being optimized to call itself
Jacob Young
2023-08-21
compiler_rt: fix f80 comparisons
Carl Ã…stholm
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
compiler_rt: fixup exports of PPC routines
Jan Philipp Hafer
2023-06-17
Merge pull request #15265 from tiehuis/optimize-udivmod
Andrew Kelley
2023-06-16
compiler_rt: add missing PPC routines
Jan Philipp Hafer
2023-06-17
disable udivmod asm divq on windows
Marc Tiehuis
2023-06-17
optimize udivmod
Marc Tiehuis
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
Eric Joldasov
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
[next]