Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / Mips / MipsCodeEmitter.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-07-24 Akira HatanakaFix function MipsCodeEmitter::emitExternalSymbolAddress...
2012-06-19 Akira HatanakaUse MachineBasicBlock::instr_iterator instead of Machin...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2011-12-30 Bruno Cardoso LopesCleanup Mips code and rename some variables. Patch...
2011-12-30 Bruno Cardoso LopesImprove Mips JIT.
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-11-08 Bruno Cardoso LopesThis patch handles unaligned loads and stores in Mips...
2011-10-18 Bruno Cardoso LopesFinal patch that completes old JIT support for Mips:
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...