aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsJITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-286/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* [test commit] Minor comment change.Petar Jovanovic2013-07-241-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka2012-12-031-4/+11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-011-1/+46
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-3/+3
* 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
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-161-3/+0
* Improve Mips JIT.Bruno Cardoso Lopes2011-12-301-1/+1
* This patch handles unaligned loads and stores in Mips JIT. Mips backendBruno Cardoso Lopes2011-11-081-2/+8
* Corrects previously incorrect $sp change in MipsCompilationCallback.Bruno Cardoso Lopes2011-10-251-7/+7
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-141-51/+86
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-211-0/+195