summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsFrameLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Use Align for TFL::TransientStackAlignmentGuillaume Chatelet2019-10-211-2/+2
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Support shrink-wrappingPetar Jovanovic2018-06-291-0/+4
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg2016-03-311-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [mips] Add support for dynamic stack realignment.Vasileios Kalintiris2015-06-021-0/+2
* [Mips] Return false for isFPCloseToIncomingSP()Petar Jovanovic2015-05-121-0/+2
* [mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.Vasileios Kalintiris2015-04-021-0/+5
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* FrameLowering depends only upon the Subtarget, so only take a subtargetEric Christopher2014-07-181-2/+1
* So that we can include frame lowering in the subtarget, remove includeEric Christopher2014-07-021-1/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [mips] Add parameter Alignment to MipsFrameLowering's constructor.Akira Hatanaka2013-03-291-3/+2
* [mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka2013-03-121-1/+1
* [mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka2012-11-021-0/+3
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-021-0/+7
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-021-3/+2
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-13/+0
* Let PEI::calculateFrameObjectOffsets compute the final stack size rather thanAkira Hatanaka2012-07-311-2/+0
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-101-0/+5
* remove blanks, and some code formatJia Liu2012-02-281-1/+1
* Mips64 aligns stack on 16-byte boundary.Akira Hatanaka2011-09-221-1/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-2/+0
* Add support for C++ exception handling.Akira Hatanaka2011-05-261-0/+2
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-231-4/+2
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-201-0/+2
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-3/+3
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-3/+3
* Fix an old copy-n-pasteBruno Cardoso Lopes2011-03-041-2/+2
* Ensure Mips::GP is properly reloaded after a function call. Patch by Sasa Sta...Bruno Cardoso Lopes2011-01-181-0/+2
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-0/+46
OpenPOWER on IntegriCloud