[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / CodeGen / Mips / atomic.ll
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-18 Jozef Kolek[mips][microMIPS] Fix bugs related to atomic SC/LL...
2014-11-07 Daniel Sanders[mips] Promote i32 arguments to i64 for the N32/N64...
2014-07-21 Logan ChienReplace the result usages while legalizing cmpxchg.
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-16 Daniel Sanders[mips][mips64r6] ll, sc, lld, and scd are re-encoded...
2014-06-16 Daniel Sanders[mips] Merge most of the big/little endian checks in...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
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...