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