summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/atomic-2.ll
AgeCommit message (Expand)Author
2017-08-01PowerPC: Do not use llc -march in tests.Matthias Braun
2017-06-15[PowerPC] fix potential verification errors on CFENCE8Hiroshi Inoue
2017-05-16[PPC] Add -ppc-asm-full-reg-names to atomic-2.ll. NFC.Tim Shen
2017-05-16[PPC] Lower load acquire/seq_cst trailing fence to cmp + bne + isync.Tim Shen
2016-08-30[PowerPC] Add triple to test/CodeGen/PowerPC/atomic-2.ll for ppc64leHal Finkel
2016-08-29[PowerPC] Fix i8/i16 atomics for little-Endian targets without partword atomicsHal Finkel
2015-04-23[PowerPC] Enable printing instructions using aliasesHal Finkel
2015-04-11[PowerPC] Disable part-word atomics on the P7Hal Finkel
2015-03-10Add support for part-word atomics for PPCNemanja Ivanovic
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-10-02[Power] Improve the expansion of atomic loads/storesRobin Morisset
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
2012-12-25Expand PPC64 atomic load and storeHal 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-06-25Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang
2008-04-1964-bit atomic operations.Evan Cheng