Rather than trying to use the loop block sequence *or* the function
[oota-llvm.git] / test / CodeGen / Mips / atomic.ll
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...