aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsJITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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