[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / atomic-ops-v8.ll
2015-09-22 Ahmed Bougacha[ARM] Emit clrex in the expanded cmpxchg fail block.
2015-06-03 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-06-02 Renato GolinRevert "ARM: Thumb2 LDRD/STRD supports independent...
2015-06-01 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-25 Renato GolinImprove handling of stack accesses in Thumb-1
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-05-08 Christian PirkerARM big endian function argument passing
2014-04-03 Tim NorthoverARM: tell LLVM about zext properties of ldrexb/ldrexh
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...