about summary refs log tree commit diff
path: root/src/test/codegen/atomic-operations.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-83/+0
2022-08-14Update the minimum external LLVM to 13Josh Stone-1/+0
2022-07-20Test codegen of atomic compare-exchange with additional memory orderingsTomasz Miąsko-1/+25
* Add a test for atomic operations introduced in #97423 & #98383. * Add a test for fallback code generation strategy used on LLVM 12 introduced in #98385. Use a separate test case instead of a revision system since test will be gone once LLVM 12 is no longer supported.
2022-05-25Update some codegen tests for opaque pointersNikita Popov-18/+18
2020-07-17Test codegen of compare_exchange operationsTomasz Miąsko-0/+60