[mips] Improve instruction selection for pattern (store (fp_to_sint $src), $ptr).
[oota-llvm.git] / lib / Target / Mips / MipsInstrFPU.td
2013-05-16 Akira Hatanaka[mips] Improve instruction selection for pattern (store...
2013-05-16 Akira Hatanaka[mips] Fix instruction selection pattern for sint_to_fp...
2013-05-16 Akira Hatanaka[mips] Fix indentation.
2013-05-13 Akira Hatanaka[mips] Add option -mno-ldc1-sdc1.
2013-03-30 Akira Hatanaka[mips] Define reg+imm load/store pattern templates.
2013-02-15 Akira Hatanaka[mips] Split SelectAddr, which was used to match addres...
2013-01-25 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on some of...
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2012-12-20 Akira Hatanaka[mips] Remove asm string parameter from pseudo instruct...
2012-12-13 Akira Hatanaka[mips] Delete all floating point instruction classes...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point comparison...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point branch...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point indexed...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point multiply...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point load and...
2012-12-13 Akira Hatanaka[mips] Modify definitions of move from/to coprocessor...
2012-12-13 Akira Hatanaka[mips] Modify definitions of two register operand float...
2012-12-13 Akira Hatanaka[mips] Modify definitions of three register operand...
2012-12-13 Akira Hatanaka[mips] Move classes that do not belong in MipsInstrForm...
2012-12-13 Akira Hatanaka[mips] Set isCommutable flag in a more explicit way.
2012-12-13 Akira Hatanaka[mips] Remove fmt from the parameter list of classes...
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-07 Akira Hatanaka[mips] Shorten predicate name.
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-11-03 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on floating...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-07-31 Akira HatanakaDefine ADJCALLSTACKDOWN/UP nodes. These nodes are emitt...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-27 Akira HatanakaRemove unnecessary template parameters.
2012-02-27 Akira HatanakaFix instruction predicates that were not set correctly.
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-16 Akira HatanakaRemove trailing whitespace. Add newline.
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2011-11-07 Akira HatanakaVarious Mips64 floating point instruction patterns.
2011-11-07 Akira HatanakaAdd definition of the base class for floating point...
2011-11-07 Akira HatanakaAdd definitions of 64-bit instructions which move data...
2011-10-18 Bruno Cardoso LopesFinal patch that completes old JIT support for Mips:
2011-10-17 Akira HatanakaMove class and instruction definitions for conditional...
2011-10-11 Akira HatanakaMake changes necessary for supporting floating point...
2011-10-08 Akira HatanakaSimplify definition of FP move instructions.
2011-10-08 Akira HatanakaDefine classes and multiclasses for FP binary instructions.
2011-10-08 Akira HatanakaDefine multiclasses for FP-to-FP instructions.
2011-10-08 Akira HatanakaDefine classes for FP unary instructions and multiclass...
2011-09-28 Jakob Stoklund OlesenRevert r140731, "Define classes for unary and binary...
2011-09-28 Akira HatanakaDefine classes for unary and binary FP instructions...
2011-09-28 Akira HatanakaRename predicate In32BitMode to NotFP64bit and add...
2011-09-28 Akira HatanakaRemove definitions of branch-on-FP-likely instructions...
2011-09-27 Akira HatanakaRemove MipsFPRound. Mips1 is no longer supported.
2011-09-27 Akira HatanakaEmbed patterns in definitions of MFC1 and MTC1 instead...
2011-09-22 Akira HatanakaMake changes in instruction and pattern definitions...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-06-07 Akira HatanakaUse tabs to separate opcode and operand strings.
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-12 Akira HatanakaFix setting of isCommutable flag.
2011-05-09 Eric ChristopherFix td file comments for Mips.
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-03-28 Chris Lattnerthe FPCmp node returns an i32.
2010-01-30 Bruno Cardoso LopesFix mov.d out register by using the FFR register class...
2009-11-16 Bruno Cardoso LopesDisable ldc1/sdc1 instructions for mips1 targets.
2009-11-11 Bruno Cardoso LopesA real solution for the first part of PR5445
2009-11-10 Bruno Cardoso LopesFix PR5445
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2009-03-21 Bruno Cardoso LopesRemoved AFGR32 register class
2008-08-04 Bruno Cardoso LopesHandle i32->f32 bitconvert results.
2008-07-30 Bruno Cardoso LopesAdded pattern for floating point zero immediate (avoidi...
2008-07-29 Bruno Cardoso LopesAdded floating point lowering for select.
2008-07-28 Bruno Cardoso LopesAdded floating point lowering for setcc and brcond.
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-07 Bruno Cardoso Lopesfixed 32-bit fp_to_sint pattern
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...