[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / atomic-64bit.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-18 Eric ChristopherAdd a new string member to the TargetOptions struct...
2014-12-18 Eric ChristopherModel ARM backend ABI selection after the front end...
2014-06-13 Tim NorthoverAtomics: make use of the "cmpxchg weak" instruction.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-08 Christian PirkerARM big endian function argument passing
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...
2013-08-22 Joey Gouly[ARM] Constrain some register classes in EmitAtomicBina...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-03 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst...
2013-07-01 Tim NorthoverRevert r185339 (ARM: relax the atomic release barrier...
2013-07-01 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst"
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-25 Silviu BarangaFixed the condition codes for the atomic64 min/umin...
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2011-08-31 Eli FriedmanGeneric expansion for atomic load/store into cmpxchg...
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Eli FriedmanSome minor cleanups for r138845.
2011-08-31 Eli FriedmanSome 64-bit atomic operations on ARM. 64-bit cmpxchg...