summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/atomic-ops.ll
Commit message (Expand)AuthorAgeFilesLines
* Recommit 'Remove the restriction that MachineSinking is now stopped byWei Mi2016-08-121-4/+3
* [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-191-1/+1
* [AArch64] Enable PostRAScheduler for AArch64 generic build.Chad Rosier2015-12-211-2/+2
* [AArch64] Emit clrex in the expanded cmpxchg fail block.Ahmed Bougacha2015-09-221-5/+11
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-7/+7
* Optimize sext/zext insertion algorithm in back-end.Jiangning Liu2014-09-191-4/+4
* Revert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Bu...Jiangning Liu2014-08-211-12/+12
* Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Builder and typeJiangning Liu2014-08-201-12/+12
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-131-4/+12
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-301-6/+3
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-38/+38
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-34/+0
* AArch64/ARM64: port atomics test to ARM64.Tim Northover2014-04-181-247/+259
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-111-4/+4
* [AArch64] Add register constraints to avoid generating STLXR and STXR with un...Kevin Qin2014-02-211-0/+81
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-58/+58
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-081-178/+203
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-281-88/+44
* Add explicit triples to AArch64 testsTim Northover2013-02-011-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+1099
OpenPOWER on IntegriCloud