llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
[oota-llvm.git] / test / CodeGen / PowerPC / atomic-1.ll
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-03-27 Hal FinkelPrint PPC ZERO as 0 (not r0) even on Darwin
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-07-18 Eli FriedmanFileCheck-ize a couple tests.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-08-25 Dale JohannesenAdjust grep's for new code sequence.
2008-07-16 Duncan SandsThe atomic.cmp.swap promotion logic is wrong: it
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-04-19 Evan Cheng64-bit atomic operations.