summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/atomic-1.ll
AgeCommit message (Expand)Author
2017-08-01PowerPC: Do not use llc -march in tests.Matthias Braun
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-03-27Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel
2011-09-26Convert more tests over to the new atomic instructions. Eli Friedman
2011-07-18FileCheck-ize a couple tests.Eli Friedman
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-08-25Adjust grep's for new code sequence.Dale Johannesen
2008-07-16The atomic.cmp.swap promotion logic is wrong: itDuncan Sands
2008-06-25Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang
2008-04-1964-bit atomic operations.Evan Cheng