aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsCodeEmitter.cpp
AgeCommit message (Expand)Author
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