summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsCodeEmitter.cpp
Commit message (Expand)AuthorAge
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-09
* [mips][mips64r6] Add Compact indexed jumps.Zoran Jovanovic2014-05-16
* [mips][mips64r6] Add compact branch instructionsZoran Jovanovic2014-05-16
* [mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2014-05-15
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* [mips] Define "trap" as a pseudo instruction that turns into "break 0, 0".Akira Hatanaka2013-09-06
* [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...Akira Hatanaka2013-09-06
* [Mips] Support for unaligned load/store microMips instructionsJack Carter2013-08-13
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-11
* [mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.Akira Hatanaka2013-04-02
* [mips] Expand pseudo instructions before they are emitted inAkira Hatanaka2013-02-11
* [mips] Fix indentation.Akira Hatanaka2013-02-11
* Improve r172471: avoid all those extra casts on the lines nearbyDmitri Gribenko2013-01-14
* Fix CastingDavid Greene2013-01-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka2012-12-03
* Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are deadAkira Hatanaka2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-15
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass testAkira Hatanaka2012-07-24
* Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator inAkira Hatanaka2012-06-19
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-24
* Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes2011-12-30
* Improve Mips JIT.Bruno Cardoso Lopes2011-12-30
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-19
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-06
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* This patch handles unaligned loads and stores in Mips JIT. Mips backendBruno Cardoso Lopes2011-11-08
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-14
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-21