index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
Mips
/
atomic.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Fix bug in test case. Disable machine LICM to prevent instruction from
Akira Hatanaka
2012-11-02
1
-2
/
+3
*
Fix test cases.
Akira Hatanaka
2012-05-12
1
-9
/
+9
*
Do not replace operands of pseudo instructions with register $zero.
Akira Hatanaka
2012-05-11
1
-0
/
+16
*
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-26
1
-26
/
+10
*
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-09-09
1
-1
/
+1
*
Lower memory barriers to sync instructions.
Akira Hatanaka
2011-07-19
1
-0
/
+19
*
Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
Akira Hatanaka
2011-07-19
1
-16
/
+16
*
Remove redundant instructions.
Akira Hatanaka
2011-07-19
1
-10
/
+5
*
Do not treat atomic.load.sub differently than other atomic binary intrinsics.
Akira Hatanaka
2011-07-18
1
-3
/
+2
*
Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from
Akira Hatanaka
2011-07-18
1
-24
/
+18
*
This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,
Bruno Cardoso Lopes
2011-05-31
1
-0
/
+253