summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsJITInfo.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [test commit] Minor comment change.Petar Jovanovic2013-07-24
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-01
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* 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
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Improve Mips JIT.Bruno Cardoso Lopes2011-12-30
* This patch handles unaligned loads and stores in Mips JIT. Mips backendBruno Cardoso Lopes2011-11-08
* Corrects previously incorrect $sp change in MipsCompilationCallback.Bruno Cardoso Lopes2011-10-25
* 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