summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16FrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Remove unused variablesVitaly Buka2017-10-151-1/+0
* [MIPS] Implement support for -mstack-alignment.John Baldwin2017-08-141-1/+1
* Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek2017-08-101-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-05-311-8/+16
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-2/+2
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-11/+11
* [mips] Fix typos in spelling of lowerRETURNADDR.Daniel Sanders2016-07-261-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Remove windows line endings introduced by r252177. NFC.Tim Northover2015-11-051-11/+11
* [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.Oleg Ranevskyy2015-11-051-7/+11
* Mips: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun2015-07-141-5/+6
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-051-2/+3
* [mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.Vasileios Kalintiris2015-04-021-16/+0
* [mips] Expose adjustStackPtr() from MipsInstrInfo. NFC.Vasileios Kalintiris2015-04-021-4/+1
* Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher2015-01-291-4/+4
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-8/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+8
* So that we can include frame lowering in the subtarget, remove includeEric Christopher2014-07-021-0/+4
* Use FrameSetup on frame instructions for the Mips port.Eric Christopher2014-04-141-1/+1
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-11/+8
* Fix some indentation.Reed Kotler2013-12-151-10/+10
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-151-27/+21
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-101-6/+21
* Add the saving of S2. This is needed for some of the floating pointReed Kotler2013-08-041-2/+6
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-4/+4
* Remove addFrameMove.Rafael Espindola2013-05-161-12/+9
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-5/+4
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Implement cfi_def_cfa_offset. "Make check" test case for this comming in theReed Kotler2012-12-201-0/+27
* fix most of remaining issues with large frames.Reed Kotler2012-12-201-9/+8
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-311-2/+4
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-281-0/+9
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi2012-09-211-1/+0
* Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka2012-09-211-1/+39
* Revert r164051.Akira Hatanaka2012-09-181-4/+0
* Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka2012-09-171-0/+4
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-021-0/+5
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-0/+82