Fix test cases.
[oota-llvm.git] / test / CodeGen / Mips / atomic.ll
2012-05-12 Akira HatanakaFix test cases.
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
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...