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
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