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
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
2011-10-08
Define classes for FP unary instructions and multiclasses for FP-to-fixed point
Akira Hatanaka
2011-09-28
Revert r140731, "Define classes for unary and binary FP instructions and use ...
Jakob Stoklund Olesen
2011-09-28
Define classes for unary and binary FP instructions and use them to define
Akira Hatanaka
2011-09-28
Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.
Akira Hatanaka
2011-09-28
Remove definitions of branch-on-FP-likely instructions. They are deprecated.
Akira Hatanaka
2011-09-27
Remove MipsFPRound. Mips1 is no longer supported.
Akira Hatanaka
2011-09-27
Embed patterns in definitions of MFC1 and MTC1 instead of defining them outside
Akira Hatanaka
2011-09-22
Make changes in instruction and pattern definitions so that tablegen does not
Akira Hatanaka
2011-09-09
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-08-16
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-06-07
Use tabs to separate opcode and operand strings.
Akira Hatanaka
2011-05-23
Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.
Akira Hatanaka
2011-05-12
Fix setting of isCommutable flag.
Akira Hatanaka
2011-05-09
Fix td file comments for Mips.
Eric Christopher
2011-04-15
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
Add pass that expands pseudo instructions into target instructions after regi...
Akira Hatanaka
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-31
Added support for FP conditional move instructions and fixed bugs in handling...
Akira Hatanaka
[next]