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
/
std
/
special
/
compiler_rt.zig
Age
Commit message (
Expand
)
Author
2021-04-11
compiler-rt: Introduce PowerPC-specific f128 helpers
LemonBoy
2021-01-15
Add compiler-rt stub for SPARC CPUs
Koakuma
2021-01-12
implement emutls in compiler_rt
Sébastien Marie
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-08-30
compiler-rt: Add missing floatdisf routine
LemonBoy
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-20
disallow extern variables with initializers
Vexu
2020-07-29
compiler_rt: add floatditf
Vexu
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-03
compiler-rt: Add the __atomic family of builtins
LemonBoy
2020-03-31
clean up the duplicate export logic for __clear_cache
Andrew Kelley
2020-03-31
compiler-rt: More clear_cache implementations
LemonBoy
2020-03-30
compiler-rt: don't export __clear_cache when no impl available
Andrew Kelley
2020-03-31
compiler-rt: implement clear_cache for arm32-linux
Timon Kruiper
2020-03-30
compiler-rt: Implement all the shift builtins
LemonBoy
2020-03-24
compiler-rt: Add __divtf3
LemonBoy
2020-03-24
compiler-rt: aarch64 implementation of __clear_cache
Andrew Kelley
2020-02-28
fix __stack_chk_guard emitted even when not linking libc
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-11
compiler-rt: Export the AEABI builtins when targeting thumb
LemonBoy
2020-01-22
compiler-rt: Port __mulsi3 builtin
LemonBoy
2020-01-19
Nuke some more code
LemonBoy
2020-01-19
Export MSVC builtins inconditionally
LemonBoy
2020-01-19
Minor cleanup
LemonBoy
2020-01-19
Nuke some repeated code
LemonBoy
2020-01-17
Port clzsi2 from compiler_rt, required for using std.fmt.format on some ARM a...
Michaël Larouche
2020-01-16
Minor changes to the ARM builtin fns
LemonBoy
2020-01-15
Move definition of __aeabi_read_tp
LemonBoy
2020-01-15
Remove unnecessary logic
LemonBoy
2020-01-15
Rearrange some builtin functions placement
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2020-01-07
Use the correct calling convention for AEABI intrinsics
LemonBoy
2020-01-06
Add more compiler-rt functions for ARM platform
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-10
Fix stack-probe symbol redefinition
LemonBoy
2019-10-09
Remove x86/Windows name mangling hack
LemonBoy
2019-10-09
Shuffle around some stack-probing functions
LemonBoy
2019-10-06
Initial support for i386-windows-msvc target
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley