[mips] Use addiu in inline assembly tests since addi is not available in all ISA's
[oota-llvm.git] / test / CodeGen / Mips / atomic.ll
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2013-07-26 Akira Hatanaka[mips] Print instructions "beq", "bne" and "or" using...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-05-31 Akira Hatanaka[mips] Big-endian code generation for atomic instructions.
2012-11-02 Akira Hatanaka[mips] Fix bug in test case. Disable machine LICM to...
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...