summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsFrameLowering.cpp
AgeCommit message (Expand)Author
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-10-18[llvm] Consistently respect `naked` fn attribute in `TargetFrameLowering::has...Alex Rønne Petersen
2021-03-30[NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functionsTomas Matheson
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-02[mips] Use register scavenging with MSA.Simon Dardis
2017-04-24Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-31Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg
2016-02-03[mips] Remove redundant inclusions of MipsAnalyzeImmediate.hDaniel Sanders
2016-01-14Update to use new name alignTo().Rui Ueyama
2015-06-02[mips] Add support for dynamic stack realignment.Vasileios Kalintiris
2015-04-02[mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.Vasileios Kalintiris
2015-01-29Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-18FrameLowering depends only upon the Subtarget, so only take a subtargetEric Christopher
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-02[mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-08-02Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka
2012-07-31Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka
2012-07-31Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka
2012-07-31When store nodes or memcpy nodes are created to copy the function callAkira Hatanaka
2012-07-25Eliminate the stack slot used to save the global base register.Akira Hatanaka
2012-07-23Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka
2012-07-21Revert accidental commit.Akira Hatanaka
2012-07-21Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka
2012-07-11Lower RETURNADDR node in Mips backend.Akira Hatanaka
2012-07-10Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka
2012-06-27Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka
2012-06-211. fix null program output after some other changesAkira Hatanaka
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-06-14In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediateAkira Hatanaka
2012-05-30Fix some uses of getSubRegisters() to use getSubReg() instead.Jakob Stoklund Olesen
2012-05-12Make the following changes in MipsFrameLowering.cpp:Akira Hatanaka
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-03-28Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-05Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper
2012-02-28remove blanks, and some code formatJia Liu
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-01-25Mark 64-bit register RA_64 unused too.Akira Hatanaka
2012-01-25Modify MipsFrameLowering::emitPrologue and emitEpilogue.Akira Hatanaka
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-15Fix functions in MipsFrameLowering.cpp and MipsRegisterInfo.cpp. Use 64-bitAkira Hatanaka
2011-11-15Set nomacro before emitting the sequence of instructions that set global pointerAkira Hatanaka