index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsCondMov.td
Age
Commit message (
Expand
)
Author
2013-03-01
[mips] Fix inefficient code generation.
Akira Hatanaka
2013-03-01
Fix indentation.
Akira Hatanaka
2013-01-04
[mips] Refactor conditional move instructions.
Akira Hatanaka
2012-12-13
[mips] Delete all floating point instruction classes that are no longer used.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point conditional move instructions.
Akira Hatanaka
2012-12-07
[mips] Shorten predicate name.
Akira Hatanaka
2012-12-07
[mips] Remove unnecessary predicates.
Akira Hatanaka
2012-06-14
1. introduce MipsPat in place of Pat in order to exclude those from
Akira Hatanaka
2012-05-22
This patch adds a predicate to existing mips32 and mips64 so that those
Akira Hatanaka
2012-05-09
Add another peephole pattern for conditional moves.
Akira Hatanaka
2012-04-17
Add disassembler to MIPS.
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2011-10-18
Final patch that completes old JIT support for Mips:
Bruno Cardoso Lopes
2011-10-17
Add definitions of conditional moves with 64-bit operands. Comment out code for
Akira Hatanaka
2011-10-17
Move class and instruction definitions for conditional moves to a seperate file.
Akira Hatanaka