Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
[oota-llvm.git] / lib / Target / Mips / MipsMachineFunction.h
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-25 Akira HatanakaChange initial value of MaxCallFrameSize. MipsFI::getMa...
2011-05-23 Akira HatanakaFix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove...
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-20 Akira HatanakaDefine functions that get/set maximum call frame size.
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Benjamin KramerRemove noisy semicolons.
2011-05-20 Akira HatanakaDefine variables and functions in MipsFunctionInfo.
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2010-09-28 Che-Liang ChiouRemove trailing spaces of MipsMachineFunction.h
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2009-11-09 Bruno Cardoso LopesFix PR5149.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-06-03 Dan GohmanConvert Alpha and Mips to use a MachineFunctionInfo...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-06 Bruno Cardoso LopesAdded support for fp callee saved registers.
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [2]
2007-08-28 Bruno Cardoso LopesAdded methods to record SPOffsets from LowerFORMAL_ARGU...
2007-07-11 Bruno Cardoso LopesAdded MipsMachineFunction class, to hold Mips dinamic...