summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsCodeEmitter.cpp
Commit message (Expand)AuthorAge
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-11
* [mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.Akira Hatanaka2013-04-02
* [mips] Expand pseudo instructions before they are emitted inAkira Hatanaka2013-02-11
* [mips] Fix indentation.Akira Hatanaka2013-02-11
* Improve r172471: avoid all those extra casts on the lines nearbyDmitri Gribenko2013-01-14
* Fix CastingDavid Greene2013-01-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka2012-12-03
* Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are deadAkira Hatanaka2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-15
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass testAkira Hatanaka2012-07-24
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-19
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes2011-12-30
* Improve Mips JIT.Bruno Cardoso Lopes2011-12-30
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-19
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* This patch handles unaligned loads and stores in Mips JIT. Mips backendBruno Cardoso Lopes2011-11-08
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-14
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-21