aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsTargetMachine.cpp
AgeCommit message (Expand)Author
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman
2008-09-15Fixed Bug 2751Bruno Cardoso Lopes
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-06Added support for fp callee saved registers.Bruno Cardoso Lopes
2008-07-15Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes
2008-07-14Added Subtarget support into RegisterInfoBruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes
2008-06-04Some Mips minor fixesBruno Cardoso Lopes
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-03-11Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-05Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes
2007-10-09Position Independent Code (PIC) support [2]Bruno Cardoso Lopes
2007-08-28Added method to get Mips register numbersBruno Cardoso Lopes
2007-08-18createMipsDelaySlotFillerPass added to mips codegen runtime Bruno Cardoso Lopes
2007-07-11Now that stack is represented the right way, LOA starts at 0Bruno Cardoso Lopes
2007-07-09The various "getModuleMatchQuality" implementations should returnChris Lattner
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes