aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/atomic-1.ll
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-3/+3
* Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel2013-03-271-3/+3
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-261-9/+3
* FileCheck-ize a couple tests.Eli Friedman2011-07-181-2/+11
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-12/+14
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
* Adjust grep's for new code sequence.Dale Johannesen2008-08-251-1/+1
* The atomic.cmp.swap promotion logic is wrong: itDuncan Sands2008-07-161-8/+2
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-6/+6
* 64-bit atomic operations.Evan Cheng2008-04-191-0/+27