aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrFPU.td
AgeCommit message (Expand)Author
2012-12-07[mips] Shorten predicate name.Akira Hatanaka
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka
2012-11-03[mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka
2012-09-15Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-07-31Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whetherAkira Hatanaka
2012-07-31Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined asAkira Hatanaka
2012-06-141. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka
2012-05-22This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-11Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka
2012-04-11Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-03-01Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2012-02-28Add support for floating point base register + offset register addressing modeAkira Hatanaka
2012-02-27Remove unnecessary template parameters.Akira Hatanaka
2012-02-27Fix instruction predicates that were not set correctly.Akira Hatanaka
2012-02-25Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka
2012-02-16Remove trailing whitespace. Add newline.Akira Hatanaka
2012-01-24Pattern for f32 to i64 conversion.Akira Hatanaka
2011-11-07Various Mips64 floating point instruction patterns.Akira Hatanaka
2011-11-07Add definition of the base class for floating point comparison instructionsAkira Hatanaka
2011-11-07Add definitions of 64-bit instructions which move data between integer andAkira Hatanaka
2011-10-18Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes
2011-10-17Move class and instruction definitions for conditional moves to a seperate file.Akira Hatanaka
2011-10-11Make changes necessary for supporting floating point load and store instructionsAkira Hatanaka
2011-10-08Simplify definition of FP move instructions.Akira Hatanaka
2011-10-08Define classes and multiclasses for FP binary instructions.Akira Hatanaka
2011-10-08Define multiclasses for FP-to-FP instructions.Akira Hatanaka
2011-10-08Define classes for FP unary instructions and multiclasses for FP-to-fixed pointAkira Hatanaka
2011-09-28Revert r140731, "Define classes for unary and binary FP instructions and use ...Jakob Stoklund Olesen
2011-09-28Define classes for unary and binary FP instructions and use them to defineAkira Hatanaka
2011-09-28Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.Akira Hatanaka
2011-09-28Remove definitions of branch-on-FP-likely instructions. They are deprecated.Akira Hatanaka
2011-09-27Remove MipsFPRound. Mips1 is no longer supported.Akira Hatanaka
2011-09-27Embed patterns in definitions of MFC1 and MTC1 instead of defining them outsideAkira Hatanaka
2011-09-22Make changes in instruction and pattern definitions so that tablegen does notAkira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-08-16Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka
2011-06-07Use tabs to separate opcode and operand strings.Akira Hatanaka
2011-05-23Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka
2011-05-12Fix setting of isCommutable flag.Akira Hatanaka
2011-05-09Fix td file comments for Mips.Eric Christopher
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka
2011-04-15Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-31Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka