summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrFPU.td
Commit message (Expand)AuthorAge
...
* This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka2012-05-22
* Add disassembler to MIPS. Akira Hatanaka2012-04-17
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-11
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-11
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-03
* MIPS disassembler support.Akira Hatanaka2012-04-03
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-01
* remove blanks, and some code formatJia Liu2012-02-28
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-28
* Remove unnecessary template parameters.Akira Hatanaka2012-02-27
* Fix instruction predicates that were not set correctly.Akira Hatanaka2012-02-27
* Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka2012-02-25
* Remove trailing whitespace. Add newline.Akira Hatanaka2012-02-16
* Pattern for f32 to i64 conversion.Akira Hatanaka2012-01-24
* Various Mips64 floating point instruction patterns.Akira Hatanaka2011-11-07
* Add definition of the base class for floating point comparison instructionsAkira Hatanaka2011-11-07
* Add definitions of 64-bit instructions which move data between integer andAkira Hatanaka2011-11-07
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* Move class and instruction definitions for conditional moves to a seperate file.Akira Hatanaka2011-10-17
* Make changes necessary for supporting floating point load and store instructionsAkira Hatanaka2011-10-11
* Simplify definition of FP move instructions.Akira Hatanaka2011-10-08
* Define classes and multiclasses for FP binary instructions.Akira Hatanaka2011-10-08
* Define multiclasses for FP-to-FP instructions.Akira Hatanaka2011-10-08
* Define classes for FP unary instructions and multiclasses for FP-to-fixed pointAkira Hatanaka2011-10-08
* Revert r140731, "Define classes for unary and binary FP instructions and use ...Jakob Stoklund Olesen2011-09-28
* Define classes for unary and binary FP instructions and use them to defineAkira Hatanaka2011-09-28
* Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.Akira Hatanaka2011-09-28
* Remove definitions of branch-on-FP-likely instructions. They are deprecated.Akira Hatanaka2011-09-28
* Remove MipsFPRound. Mips1 is no longer supported.Akira Hatanaka2011-09-27
* Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka2011-09-27
* Make changes in instruction and pattern definitions so that tablegen does notAkira Hatanaka2011-09-22
* 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