summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/atomic-64bit.ll
Commit message (Expand)AuthorAge
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* [ARM] Constrain some register classes in EmitAtomicBinary64 so thatJoey Gouly2013-08-22
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* ARM: relax the atomic release barrier to "dmb ishst" on SwiftTim Northover2013-07-03
* Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")Tim Northover2013-07-01
* ARM: relax the atomic release barrier to "dmb ishst"Tim Northover2013-07-01
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-29
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-25
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...Eli Friedman2011-08-31
* 64-bit atomic cmpxchg for ARM.Eli Friedman2011-08-31
* Some minor cleanups for r138845.Eli Friedman2011-08-31
* Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.Eli Friedman2011-08-31