Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / ARM / atomic-ops-v8.ll
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...