aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsJITInfo.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Classic JIT is still being supported by MIPS, along with MCJIT.Akira Hatanaka
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-08-01Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2011-12-30Improve Mips JIT.Bruno Cardoso Lopes
2011-11-08This patch handles unaligned loads and stores in Mips JIT. Mips backendBruno Cardoso Lopes
2011-10-25Corrects previously incorrect $sp change in MipsCompilationCallback.Bruno Cardoso Lopes
2011-09-14One more patch towards JIT support for Mips.Bruno Cardoso Lopes
2011-07-21Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes