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-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-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
2022-06-17
compiler-rt: use callconv(.AAPCS) on all __aeabi_ functions
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: correctly export allrem and aullrem for i386-windows-msvc
Jakub Konka
2022-06-17
compiler_rt: use single cache for libcompiler_rt.a static lib
Jakub Konka
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-06-03
compiler_rt: fix infinite loop
Veikka Tuominen
2022-05-17
Simplify `Copysign`
alice
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-08
compiler_rt: avoid weak aliases on Windows
Andrew Kelley
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley