[Mips] Use unique_ptr to manage ownership.
[oota-llvm.git] / lib / Target / Mips / MipsMachineFunction.h
2015-04-16 Benjamin Kramer[Mips] Use unique_ptr to manage ownership.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-02 Eric ChristopherRemove unnecessary include.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-02-14 Reed KotlerThis patch has two main functions:
2013-09-27 Akira Hatanaka[mips] Define a derived class of PseudoSourceValue...
2013-09-25 Akira Hatanaka[mips] Move public functions to the beginning of the...
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-07 Akira HatanakaDelete MipsFunctionInfo::NextStackOffset. No functional...
2012-11-02 Akira Hatanaka[mips] Add member field MipsFunctionInfo::IncomingArgSi...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-10-30 Akira HatanakaAdd code for saving formal argument information to...
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-26 Akira HatanakaDelete MipsFunctionInfo::InArgFIRange.
2012-10-19 Akira Hatanaka[mips] Delete MipsFunctionInfo::MaxCallFrameSize which...
2012-09-26 Akira HatanakaDelete member MipsFunctionInfo::OutArgFIRange and code...
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-25 Akira HatanakaEliminate the stack slot used to save the global base...
2012-06-14 Akira HatanakaAdd methods to MipsFunctionInfo for initializing and...
2012-05-12 Akira HatanakaDelete all functions that are no longer needed in MipsF...
2012-03-27 Akira HatanakaAdd member EmitNOAT and its setter and getter functions...
2012-03-27 Craig TopperPrune some includes
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-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-14 Akira HatanakaRemove variable that keeps the size of area used to...
2011-11-07 Akira HatanakaDefine functions that get or set the size of area on...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
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...