[mips] Modify definitions of floating point load and store instructions.
[oota-llvm.git] / lib / Target / Mips / MipsInstrFormats.td
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] 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-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-07-31 Akira HatanakaDefine ADJCALLSTACKDOWN/UP nodes. These nodes are emitt...
2012-07-31 Akira HatanakaChange name of class MipsInst to InstSE to distinguish...
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
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-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2011-12-06 Bruno Cardoso LopesUse branches instead of jumps + variable cleanup. Testc...
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 HatanakaAdd support for conditional branch instructions with...
2011-10-08 Akira HatanakaDefine classes and multiclasses for FP binary instructions.
2011-10-08 Akira HatanakaDefine classes for FP unary instructions and multiclass...
2011-09-27 Akira HatanakaMark MipsPseudo isPseudo.
2011-08-17 Akira HatanakaChanged definition of EXT and INS per Bruno's comments.
2011-08-17 Akira HatanakaAdd support for ext and ins.
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-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-08 Bruno Cardoso LopesAdded FP instruction formats.
2008-06-06 Bruno Cardoso LopesAdded custom SELECT_CC lowering
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [1]
2007-08-21 Bruno Cardoso LopesInstruction Itinerary attribution fixed
2007-08-18 Bruno Cardoso LopesAdded InstrItinClass support for instruction formats
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)