summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrFormats.td
Commit message (Expand)AuthorAge
* Use branches instead of jumps + variable cleanup. Testcase coming next. Patch...Bruno Cardoso Lopes2011-12-06
* 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
* Add support for conditional branch instructions with 64-bit register operands.Akira Hatanaka2011-10-11
* Define classes and multiclasses for FP binary instructions.Akira Hatanaka2011-10-08
* Define classes for FP unary instructions and multiclasses for FP-to-fixed pointAkira Hatanaka2011-10-08
* Mark MipsPseudo isPseudo.Akira Hatanaka2011-09-27
* Changed definition of EXT and INS per Bruno's comments.Akira Hatanaka2011-08-17
* Add support for ext and ins.Akira Hatanaka2011-08-17
* 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
* 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
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-09
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Added FP instruction formats.Bruno Cardoso Lopes2008-06-08
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Position Independent Code (PIC) support [1]Bruno Cardoso Lopes2007-10-09
* Instruction Itinerary attribution fixedBruno Cardoso Lopes2007-08-21
* Added InstrItinClass support for instruction formatsBruno Cardoso Lopes2007-08-18
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-06