Merging r259740:
[oota-llvm.git] / test / CodeGen / PowerPC / atomic-2.ll
2015-04-23 Hal Finkel[PowerPC] Enable printing instructions using aliases
2015-04-11 Hal Finkel[PowerPC] Disable part-word atomics on the P7
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-02 Robin Morisset[Power] Improve the expansion of atomic loads/stores
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...
2012-12-25 Hal FinkelExpand PPC64 atomic load and store
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-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-04-19 Evan Cheng64-bit atomic operations.