aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrFPU.td
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r140731, "Define classes for unary and binary FP instructions and use ...Jakob Stoklund Olesen2011-09-281-62/+54
* Define classes for unary and binary FP instructions and use them to defineAkira Hatanaka2011-09-281-54/+62
* Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.Akira Hatanaka2011-09-281-9/+10
* Remove definitions of branch-on-FP-likely instructions. They are deprecated.Akira Hatanaka2011-09-281-4/+0
* Remove MipsFPRound. Mips1 is no longer supported.Akira Hatanaka2011-09-271-4/+0
* Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka2011-09-271-5/+4
* Make changes in instruction and pattern definitions so that tablegen does notAkira Hatanaka2011-09-221-2/+2
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-091-2/+1
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-161-1/+1
* Use tabs to separate opcode and operand strings.Akira Hatanaka2011-06-071-21/+21
* Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka2011-05-231-0/+1
* Fix setting of isCommutable flag.Akira Hatanaka2011-05-121-3/+5
* Fix td file comments for Mips.Eric Christopher2011-05-091-1/+1
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-24/+23
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-24/+26
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-151-0/+26
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-311-41/+69
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-46/+46
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-1/+1
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* the FPCmp node returns an i32.Chris Lattner2010-03-281-6/+8
* Fix mov.d out register by using the FFR register class directlyBruno Cardoso Lopes2010-01-301-1/+5
* Disable ldc1/sdc1 instructions for mips1 targets. Bruno Cardoso Lopes2009-11-161-1/+2
* A real solution for the first part of PR5445Bruno Cardoso Lopes2009-11-111-1/+6
* Fix PR5445Bruno Cardoso Lopes2009-11-101-1/+1
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-271-6/+20
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-211-90/+34
* Handle i32->f32 bitconvert results.Bruno Cardoso Lopes2008-08-041-0/+5
* Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes2008-07-301-3/+13
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-291-1/+38
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-9/+6
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-11/+12
* fixed 32-bit fp_to_sint patternBruno Cardoso Lopes2008-07-071-2/+2
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-0/+296