summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/atomic.ll
Commit message (Expand)AuthorAge
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-26
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* [mips] Big-endian code generation for atomic instructions.Akira Hatanaka2013-05-31
* [mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka2012-11-02
* Fix test cases.Akira Hatanaka2012-05-12
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-11
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-26
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* Lower memory barriers to sync instructions.Akira Hatanaka2011-07-19
* Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL orAkira Hatanaka2011-07-19
* Remove redundant instructions.Akira Hatanaka2011-07-19
* Do not treat atomic.load.sub differently than other atomic binary intrinsics.Akira Hatanaka2011-07-18
* Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from Akira Hatanaka2011-07-18
* This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,Bruno Cardoso Lopes2011-05-31