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
/
MipsInstrFPU.td
Age
Commit message (
Expand
)
Author
2013-03-30
[mips] Define reg+imm load/store pattern templates.
Akira Hatanaka
2013-02-15
[mips] Split SelectAddr, which was used to match address patterns, into two
Akira Hatanaka
2013-01-25
[mips] Set flag neverHasSideEffects flag on some of the floating point instru...
Akira Hatanaka
2013-01-12
This patch tackles the problem of parsing Mips
Jack Carter
2012-12-20
[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass
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 comparison instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point branch instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point indexed load and store instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point multiply-add/sub instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point load and store instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of move from/to coprocessor instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of two register operand floating point instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of three register operand floating point instructions
Akira Hatanaka
2012-12-13
[mips] Move classes that do not belong in MipsInstrFormats.td into
Akira Hatanaka
2012-12-13
[mips] Set isCommutable flag in a more explicit way.
Akira Hatanaka
2012-12-13
[mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.
Akira Hatanaka
2012-12-13
[mips] Remove single-precision floating point instruction from multiclass
Akira Hatanaka
2012-12-13
[mips] Remove single-precision floating point instructions from multiclasses
Akira Hatanaka
2012-12-07
[mips] Shorten predicate name.
Akira Hatanaka
2012-11-15
[mips] Add predicate HasFPIdx for floating-point indexed load instruction
Akira Hatanaka
2012-11-03
[mips] Set flag neverHasSideEffects flag on floating point conversion
Akira Hatanaka
2012-09-15
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
Akira Hatanaka
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-07-31
Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whether
Akira Hatanaka
2012-07-31
Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as
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-04-17
Add disassembler to MIPS.
Akira Hatanaka
2012-04-11
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-03-01
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-28
Add support for floating point base register + offset register addressing mode
Akira Hatanaka
2012-02-27
Remove unnecessary template parameters.
Akira Hatanaka
2012-02-27
Fix instruction predicates that were not set correctly.
Akira Hatanaka
2012-02-25
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-16
Remove trailing whitespace. Add newline.
Akira Hatanaka
2012-01-24
Pattern for f32 to i64 conversion.
Akira Hatanaka
2011-11-07
Various Mips64 floating point instruction patterns.
Akira Hatanaka
2011-11-07
Add definition of the base class for floating point comparison instructions
Akira Hatanaka
2011-11-07
Add definitions of 64-bit instructions which move data between integer and
Akira Hatanaka
2011-10-18
Final patch that completes old JIT support for Mips:
Bruno Cardoso Lopes
2011-10-17
Move class and instruction definitions for conditional moves to a seperate file.
Akira Hatanaka
2011-10-11
Make changes necessary for supporting floating point load and store instructions
Akira Hatanaka
2011-10-08
Simplify definition of FP move instructions.
Akira Hatanaka
2011-10-08
Define classes and multiclasses for FP binary instructions.
Akira Hatanaka
2011-10-08
Define multiclasses for FP-to-FP instructions.
Akira Hatanaka
[next]