CodeGen: it turns out that NAND is not the same thing as BIC. At all.
[oota-llvm.git] / test / Transforms / AtomicExpandLoadLinked / ARM / atomic-expansion-v7.ll
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-06-13 Tim NorthoverAtomics: make use of the "cmpxchg weak" instruction.
2014-06-13 Tim NorthoverAtomics: switch direction of cmpxchg comparison
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.