summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsCodeEmitter.cpp
Commit message (Expand)AuthorAge
* Merging MIPS JIT/MCJIT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* 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