summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/atomic-ops.ll
AgeCommit message (Expand)Author
2016-08-12Recommit 'Remove the restriction that MachineSinking is now stopped byWei Mi
2016-04-19[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2015-12-21[AArch64] Enable PostRAScheduler for AArch64 generic build.Chad Rosier
2015-09-22[AArch64] Emit clrex in the expanded cmpxchg fail block.Ahmed Bougacha
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-09-19Optimize sext/zext insertion algorithm in back-end.Jiangning Liu
2014-08-21Revert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Bu...Jiangning Liu
2014-08-20Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Builder and typeJiangning Liu
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover
2014-05-30ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover
2014-05-24AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover
2014-04-18AArch64/ARM64: port atomics test to ARM64.Tim Northover
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover
2014-02-21[AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-04-08AArch64: remove barriers from AArch64 atomic operations.Tim Northover
2013-02-28AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover
2013-02-01Add explicit triples to AArch64 testsTim Northover
2013-01-31Add AArch64 as an experimental target.Tim Northover