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
/
test
/
behavior
/
atomics.zig
Age
Commit message (
Expand
)
Author
2023-09-19
behavior: disable another test regressed by LLVM 17 for mips
Jacob Young
2023-09-19
compiler_rt: fix fp sub being optimized to call itself
Jacob Young
2023-09-19
disable behavior tests regressed by LLVM 17
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-01
x86_64: fix large not and atomicrmw
Jacob Young
2023-04-26
wasm: enable atomics behavior tests
Luuk de Gram
2023-04-21
cbe: implement 128-bit atomics support
Jacob Young
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-13
x86_64: fix atomic loop implementation
Jacob Young
2023-03-25
x86_64: fix cmpxchg
Jacob Young
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-01-02
fix behavior test compile error
Andrew Kelley
2023-01-02
avoid testing `inline for` in unrelated behavior tests
Andrew Kelley
2023-01-02
skip "atomicrmw with 128-bit ints" on everything except cbe
kcbanner
2023-01-02
skip "atomicrmw with 128-bit ints" on linux x64_64 due to linker error
kcbanner
2023-01-02
fmt fixups
kcbanner
2023-01-02
tests: add more coverage for 128 bit operations
kcbanner
2023-01-01
cbe: add msvc flt atomics, re-enable test
kcbanner
2023-01-01
cbe: all behaviour tests now pass on msvc
kcbanner
2023-01-01
tests: disable function alignment test for cbe, add 128-bit atomicrmw tests
kcbanner
2023-01-01
cbe: implement 128 bit atomic operations with cmpxchg loops
kcbanner
2023-01-01
tests: update "atomicrmw with ints" to test u8 through u64
kcbanner
2023-01-01
cbe: msvc atomics
kcbanner
2022-12-27
Revert "aarch64: reenable tests that are no longer regressed"
Andrew Kelley
2022-12-10
aarch64: reenable tests that are no longer regressed
r00ster91
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-10-31
cbe: disable aarch64 behavior tests that are broken with gcc
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-06-24
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-05-04
stage2: improve semantics of atomic operations
Andrew Kelley
2022-03-30
AstGen: fix referencing unreferencable instructions
Andrew Kelley
2022-03-15
Sema: implement `@truncate` for SIMD vectors
Andrew Kelley
2022-01-18
disable failing atomicrmw test on llvm + aarch64
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-10-13
stage2: remove use of `builtin.stage2_arch` workaround
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-20
stage2: improve handling of 0 bit types
Andrew Kelley
2021-09-20
stage2: implement comptime bitwise nand
Andrew Kelley
2021-09-20
stage2: implement comptime `@atomicRmw`
Andrew Kelley
2021-09-19
stage2: implement `@atomicStore`
Andrew Kelley
2021-09-16
stage2: improve LLVM backend for enums
Andrew Kelley
2021-09-16
stage2: fix global variables with inferred type
Andrew Kelley
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-16
move behavior test to "passing for stage2" section
Andrew Kelley
[next]