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
Age
Commit message (
Expand
)
Author
2021-01-15
Fix _Qp_cmp definition
Koakuma
2021-01-15
Add compiler-rt stub for SPARC CPUs
Koakuma
2021-01-12
implement emutls in compiler_rt
Sébastien Marie
2020-12-31
Year++
Frank Denis
2020-12-09
compiler-rt: Fix compilation of clzsi for armv6 targets
LemonBoy
2020-12-09
compiler-rt: Avoid exposing atomic builtins when not supported
LemonBoy
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-30
compiler-rt: Add missing floatdisf routine
LemonBoy
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-04
zig fmt
Andrew Kelley
2020-07-29
compiler_rt: add floatditf
Vexu
2020-07-05
compiler-rt: fix bugs uncovered by previous commit
xackus
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-06
compiler-rt: Separate max size allowed for load/store and CAS
LemonBoy
2020-04-05
compiler_rt/atomics: be consistent with `const value`
daurnimator
2020-04-05
Tidy up compiler_rt/atomics
daurnimator
2020-04-03
compiler-rt: don't forget to export these functions
Andrew Kelley
2020-04-03
compiler-rt: Add the __atomic family of builtins
LemonBoy
2020-03-31
remove unnecessary `inline`
Andrew Kelley
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-31
std: linux syscall numbers are now an extensible enum
daurnimator
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-27
compiler-rt: Fix __floatunditf
LemonBoy
2020-03-24
compiler-rt: Add __divtf3
LemonBoy
2020-03-24
compiler-rt: fix __clear_cache on aarch64 darwin
Andrew Kelley
2020-03-24
compiler-rt: aarch64 implementation of __clear_cache
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-15
allow `_` separators in number literals (stage 1)
momumi
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
compiler-rt: inline at call site to workaround a bug
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-09
compiler_rt: Fix clzsi2 implementation for Thumb1
LemonBoy
2020-02-07
remove workarounds for Windows native CPU features
Andrew Kelley
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-23
disable f128 compiler_rt tests failing on windows
Andrew Kelley
2020-01-22
compiler_rt: fix mulsi3 test typo
Michael Dusan
2020-01-22
compiler-rt: Port __mulsi3 builtin
LemonBoy
2020-01-19
Fix some tests broken by the renamed files
LemonBoy
2020-01-19
Nuke some more code
LemonBoy
[next]