Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / Mips / MipsFrameLowering.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-02 Akira Hatanaka[mips] Add function MipsFrameLowering::estimateStackSize.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaLet PEI::calculateFrameObjectOffsets compute the final...
2012-07-31 Akira HatanakaWhen store nodes or memcpy nodes are created to copy...
2012-07-25 Akira HatanakaEliminate the stack slot used to save the global base...
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-21 Akira HatanakaRevert accidental commit.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-06-27 Akira HatanakaFix bug in computation of stack size in MipsFrameLoweri...
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-14 Akira HatanakaIn MipsFrameLowering::emitPrologue and emitEpilogue...
2012-05-30 Jakob Stoklund OlesenFix some uses of getSubRegisters() to use getSubReg...
2012-05-12 Akira HatanakaMake the following changes in MipsFrameLowering.cpp:
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-28 Akira HatanakaEmit all directives except for ".cprestore" during...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
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 Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-01-25 Akira HatanakaMark 64-bit register RA_64 unused too.
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-15 Akira HatanakaFix functions in MipsFrameLowering.cpp and MipsRegister...
2011-11-15 Akira HatanakaSet nomacro before emitting the sequence of instruction...
2011-11-14 Akira HatanakaRemove variable that keeps the size of area used to...
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-11-11 Akira HatanakaEmit Mips64's sequence of instructions that set global...
2011-11-07 Akira HatanakaInclude RegSaveAreaSize in the computation of stack...
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-06-07 Akira HatanakaCoding style fixes.
2011-06-07 Akira HatanakaAdd test case for C++ exception handling and fix the...
2011-06-02 Akira HatanakaCustom-lower FRAMEADDR. Patch by Sasa Stankovic.
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-25 Akira HatanakaChange initial value of MaxCallFrameSize. MipsFI::getMa...
2011-05-24 Akira HatanakaEnable printing of immediates that do not fit in 16...
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-21 Akira HatanakaInsert instructions that copy $sp to or from $fp at...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-07 Akira HatanakaFix indentation.
2011-04-07 Akira HatanakaUpdate ATUsed every time after expandRegLargeImmPair...
2011-03-04 Bill WendlingInitialize variable.
2011-03-04 Bruno Cardoso LopesExpands register/immediate pairs when the immediate...
2011-01-18 Bruno Cardoso LopesEnsure Mips::GP is properly reloaded after a function...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...