aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrFPU.td
Commit message (Expand)AuthorAgeFilesLines
* Add disassembler to MIPS. Akira Hatanaka2012-04-171-25/+43
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-111-3/+4
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-111-0/+1
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-031-43/+25
* MIPS disassembler support.Akira Hatanaka2012-04-031-25/+43
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-011-2/+15
* remove blanks, and some code formatJia Liu2012-02-281-4/+4
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-281-0/+46
* Remove unnecessary template parameters.Akira Hatanaka2012-02-271-15/+13
* Fix instruction predicates that were not set correctly.Akira Hatanaka2012-02-271-8/+10
* Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka2012-02-251-8/+52
* Remove trailing whitespace. Add newline.Akira Hatanaka2012-02-161-2/+2
* Pattern for f32 to i64 conversion.Akira Hatanaka2012-01-241-0/+1
* Various Mips64 floating point instruction patterns.Akira Hatanaka2011-11-071-3/+18
* Add definition of the base class for floating point comparison instructionsAkira Hatanaka2011-11-071-8/+8
* Add definitions of 64-bit instructions which move data between integer andAkira Hatanaka2011-11-071-0/+8
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-181-20/+32
* Move class and instruction definitions for conditional moves to a seperate file.Akira Hatanaka2011-10-171-53/+0
* Make changes necessary for supporting floating point load and store instructionsAkira Hatanaka2011-10-111-11/+29
* Simplify definition of FP move instructions.Akira Hatanaka2011-10-081-4/+5
* Define classes and multiclasses for FP binary instructions.Akira Hatanaka2011-10-081-15/+10
* Define multiclasses for FP-to-FP instructions.Akira Hatanaka2011-10-081-11/+11
* Define classes for FP unary instructions and multiclasses for FP-to-fixed pointAkira Hatanaka2011-10-081-64/+47
* 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