aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-434/+0
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+39
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+8
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-0/+7
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+8
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+7
* [mips] Define "trap" as a pseudo instruction that turns into "break 0, 0".Akira Hatanaka2013-09-061-0/+4
* [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...Akira Hatanaka2013-09-061-0/+4
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-131-0/+7
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+1
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-111-2/+2
* [mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.Akira Hatanaka2013-04-021-0/+36
* [mips] Expand pseudo instructions before they are emitted inAkira Hatanaka2013-02-111-11/+38
* [mips] Fix indentation.Akira Hatanaka2013-02-111-41/+39
* Improve r172471: avoid all those extra casts on the lines nearbyDmitri Gribenko2013-01-141-4/+6
* Fix CastingDavid Greene2013-01-141-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-101-1/+1
* Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka2012-12-031-5/+8
* Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are deadAkira Hatanaka2012-12-031-103/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-151-32/+5
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+1
* Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass testAkira Hatanaka2012-07-241-1/+1
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-191-2/+2
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes2011-12-301-1/+1
* Improve Mips JIT.Bruno Cardoso Lopes2011-12-301-3/+12
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-191-2/+3
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-1/+1
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-111-21/+36
* This patch handles unaligned loads and stores in Mips JIT. Mips backendBruno Cardoso Lopes2011-11-081-4/+140
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-181-5/+26
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-141-73/+125
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-211-0/+193