Merging r258471:
[oota-llvm.git] / test / CodeGen / AArch64 / atomic-ops.ll
2015-12-21 Chad Rosier[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-08-21 Jiangning LiuRevert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND...
2014-08-20 Jiangning LiuOptimize ZERO_EXTEND and SIGN_EXTEND in both SelectionD...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
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.