ARM: use the proper target object format for WoA
[oota-llvm.git] / test / CodeGen / AArch64 / atomic-ops.ll
2014-04-18 Tim NorthoverAArch64/ARM64: port atomics test to ARM64.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-02-21 Kevin Qin[AArch64] Add register constraints to avoid generating...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-01 Tim NorthoverAdd explicit triples to AArch64 tests
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.