[PATCH 1/4] [mips][msa] Source register of FILL instructions is GPR
[oota-llvm.git] / lib / Target / Mips / MipsCodeEmitter.cpp
2013-09-06 Akira Hatanaka[mips] Define "trap" as a pseudo instruction that turns...
2013-09-06 Akira Hatanaka[mips] Make "b" (unconditional branch) a pseudo. "b...
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-04-11 Akira Hatanaka[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLoweri...
2013-04-02 Akira Hatanaka[mips] Expand pseudo multiply/divide instructions in...
2013-02-11 Akira Hatanaka[mips] Expand pseudo instructions before they are emitt...
2013-02-11 Akira Hatanaka[mips] Fix indentation.
2013-01-14 Dmitri GribenkoImprove r172471: avoid all those extra casts on the...
2013-01-14 David GreeneFix Casting
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-10 Akira Hatanaka[mips] Set HWEncoding field of registers. Use delete...
2012-12-03 Akira HatanakaClassic JIT is still being supported by MIPS, along...
2012-12-03 Akira HatanakaFunctions in MipsCodeEmitter.cpp that expand unaligned...
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...