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
/
common.zig
Age
Commit message (
Expand
)
Author
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-01-04
Enable gnu_f16_abi on x86_64
Anubhab Ghosh
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
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-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-15
compiler_rt: use default visibility for non-exported symbols
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-02-24
compiler_rt: declutter int.zig, add mulXi3 tests (#14623)
matu3ba
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-12-06
compiler_rt: don't use the llvm windows v2u64 abi with the C backend
Jacob Young
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-30
compiler_rt: fix gnu_f16_abi for i386-windows
Andrew Kelley
2022-10-21
Support compiling for the android NDK (#13245)
Louis Pearson
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-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-13
LLVM: implement signext/zeroext attributes
Andrew Kelley
2022-07-10
compiler_rt: Slightly re-factor exports for Windows x86-64
Cody Tapscott
2022-07-06
compiler_rt: RISC-V does not want gnu_f16_abi
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: musl ABI also needs __gnu_f2h_ieee etc
Andrew Kelley
2022-06-17
compiler-rt: move SPARC functions into appropriate compilation units
Andrew Kelley
2022-06-17
compiler-rt: break up functions even more
Andrew Kelley
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka