Implement fastcc calling convention for MIPS.
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
2012-06-02 Akira HatanakaRemove code which is no longer needed in MipsAsmPrinter...
2012-05-25 Akira HatanakaRemove the code that expands MIPS' .cpload directive.
2012-05-25 Akira HatanakaRemove the code that emits MIPS' .cprestore directive.
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-03-28 Akira HatanakaEmit all directives except for ".cprestore" during...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2011-12-13 Akira HatanakaExpand .cprestore directive to multiple instructions...
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-08 Bruno Cardoso LopesProperly handle Mips MC relocations and lower cpload...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Akira Hatanaka80 columns.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-16 Akira HatanakaDefine function MipsMCInstLower::LowerOperand.
2011-08-16 Akira HatanakaAdd parameter Offset to MipsMCInstLower::LowerSymbolOpe...
2011-07-07 Akira HatanakaDefine class MipsMCInstLower.