[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / atomic-op.ll
2015-09-22 Ahmed Bougacha[ARM] Emit clrex in the expanded cmpxchg fail block.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-14 Tim NorthoverARM: allow misaligned local variables in Thumb1 mode.
2014-08-21 Jonathan RoelofsAdd a thread-model knob for lowering atomics on baremet...
2014-08-06 Tim NorthoverARM: do not generate BLX instructions on Cortex-M CPUs.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2013-10-25 Tim NorthoverARM: don't expand atomicrmw inline on Cortex-M0
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2012-08-31 Jakob Stoklund OlesenFix a couple of typos in EmitAtomic.
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Evan ChengFix a couple of copy-n-paste bugs. Noticed by George...
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-06 Jakob Stoklund OlesenAtomic pseudos don't use (as in read) CPSR. They clobbe...
2011-05-27 Cameron ZwarichFix the remaining atomic intrinsics to use the right...