summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/atomic-ops.ll
Commit message (Expand)AuthorAge
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* AArch64/ARM64: port atomics test to ARM64.Tim Northover2014-04-18
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-21
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-08
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-28
* Add explicit triples to AArch64 testsTim Northover2013-02-01
* Add AArch64 as an experimental target.Tim Northover2013-01-31