summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrFPU.td
Commit message (Expand)AuthorAge
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-16
* Use tabs to separate opcode and operand strings.Akira Hatanaka2011-06-07
* Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka2011-05-23
* Fix setting of isCommutable flag.Akira Hatanaka2011-05-12
* Fix td file comments for Mips.Eric Christopher2011-05-09
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-31
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* the FPCmp node returns an i32.Chris Lattner2010-03-28
* Fix mov.d out register by using the FFR register class directlyBruno Cardoso Lopes2010-01-30
* Disable ldc1/sdc1 instructions for mips1 targets. Bruno Cardoso Lopes2009-11-16
* A real solution for the first part of PR5445Bruno Cardoso Lopes2009-11-11
* Fix PR5445Bruno Cardoso Lopes2009-11-10
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-27
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-21
* Handle i32->f32 bitconvert results.Bruno Cardoso Lopes2008-08-04
* Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes2008-07-30
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-29
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-28
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-09
* fixed 32-bit fp_to_sint patternBruno Cardoso Lopes2008-07-07
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05