1. bf1af1a [mips] Expand pseudo instructions before they are emitted in by Akira Hatanaka · 13 years ago
  2. 3d38609 [mips] Fix indentation. by Akira Hatanaka · 13 years ago
  3. 2e1df0e Improve r172471: avoid all those extra casts on the lines nearby by Dmitri Gribenko · 13 years ago
  4. cf7ae6c Fix Casting by David Greene · 13 years ago
  5. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  6. 5d6faed [mips] Set HWEncoding field of registers. Use delete function by Akira Hatanaka · 13 years ago
  7. 4c12850 Classic JIT is still being supported by MIPS, along with MCJIT. by Akira Hatanaka · 13 years ago
  8. 60c2837 Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead by Akira Hatanaka · 13 years ago
  9. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  10. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  11. 3e7ba76 Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and by Akira Hatanaka · 13 years ago
  12. a538d83 Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. by Craig Topper · 13 years ago
  13. 45da9e2 Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass test by Akira Hatanaka · 13 years ago
  14. 9846239 Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator in by Akira Hatanaka · 13 years ago
  15. 9f61011 remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. by Jia Liu · 14 years ago
  16. dd6c1cd add Emacs tag and fix some comment error in file headers by Jia Liu · 14 years ago
  17. d845d9d Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand. by Owen Anderson · 14 years ago
  18. cd1d447 Cleanup Mips code and rename some variables. Patch by Jack Carter by Bruno Cardoso Lopes · 14 years ago
  19. d5b2834 Improve Mips JIT. by Bruno Cardoso Lopes · 14 years ago
  20. 9e1d369 Tidy up. Simplify logic. No functional change intended. by Akira Hatanaka · 14 years ago
  21. 7f8e563 Add bundle aware API for querying instruction properties and switch the code by Evan Cheng · 14 years ago
  22. 2a81dd4 First chunk of MachineInstr bundle support. by Evan Cheng · 14 years ago
  23. c85e3ff Mips MC object code emission improvements: by Bruno Cardoso Lopes · 14 years ago
  24. 71133fe This patch handles unaligned loads and stores in Mips JIT. Mips backend by Bruno Cardoso Lopes · 14 years ago
  25. 2312a3a Final patch that completes old JIT support for Mips: by Bruno Cardoso Lopes · 14 years ago
  26. 483c269 One more patch towards JIT support for Mips. by Bruno Cardoso Lopes · 14 years ago
  27. d1d9c78 Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir by Bruno Cardoso Lopes · 14 years ago