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
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
2011-03-04
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2010-12-23
Flag -> Glue, the ongoing saga
Chris Lattner
2010-08-17
fix emacs language spec's, patch by Edmund Grimley-Evans!
Chris Lattner
2010-03-28
the FPCmp node returns an i32.
Chris Lattner
2010-01-30
Fix mov.d out register by using the FFR register class directly
Bruno Cardoso Lopes
2009-11-16
Disable ldc1/sdc1 instructions for mips1 targets.
Bruno Cardoso Lopes
2009-11-11
A real solution for the first part of PR5445
Bruno Cardoso Lopes
2009-11-10
Fix PR5445
Bruno Cardoso Lopes
2009-10-29
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-05-27
Added support for fround, fextend and FP_TO_SINT
Bruno Cardoso Lopes
2009-03-21
Removed AFGR32 register class
Bruno Cardoso Lopes
2008-08-04
Handle i32->f32 bitconvert results.
Bruno Cardoso Lopes
2008-07-30
Added pattern for floating point zero immediate (avoiding a constant pool
Bruno Cardoso Lopes
2008-07-29
Added floating point lowering for select.
Bruno Cardoso Lopes
2008-07-28
Added floating point lowering for setcc and brcond.
Bruno Cardoso Lopes
2008-07-09
Fixe typos and 80 column size problems
Bruno Cardoso Lopes
2008-07-07
fixed 32-bit fp_to_sint pattern
Bruno Cardoso Lopes
2008-07-05
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes