Add mfasr and mtasr
[oota-llvm.git] / lib / Target / Mips / MipsJITInfo.cpp
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2013-07-24 Petar Jovanovic[test commit] Minor comment change.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Akira HatanakaClassic JIT is still being supported by MIPS, along...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-01 Akira HatanakaImplement MipsJITInfo::replaceMachineCodeForFunction.
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2011-12-30 Bruno Cardoso LopesImprove Mips JIT.
2011-11-08 Bruno Cardoso LopesThis patch handles unaligned loads and stores in Mips...
2011-10-25 Bruno Cardoso LopesCorrects previously incorrect $sp change in MipsCompila...
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...