summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsMachineFunction.h
AgeCommit message (Expand)Author
2022-12-21CodeGen: Don't lazily construct MachineFunctionInfoMatt Arsenault
2022-06-07llvm-reduce: Add cloning of target MachineFunctionInfoMatt Arsenault
2020-06-30Mips: Don't store MachineFunction in MipsFunctionInfoMatt Arsenault
2020-05-19CodeGen: Use RegisterMatt Arsenault
2019-06-24GlobalISel: Remove unsigned variant of SrcOpMatt Arsenault
2019-05-31[MIPS GlobalISel] Handle position independent code Petar Avramovic
2019-05-31[mips] Move initGlobalBaseReg to MipsFunctionInfo. NFCPetar Avramovic
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-01-30[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko
2016-06-16[mips][mips16] Fix machine verifier errors about incorrect register classes o...Daniel Sanders
2016-04-18[NFC] Header cleanupMehdi Amini
2015-10-26[mips] Interrupt attribute support for mips32r2+.Vasileios Kalintiris
2015-08-11PseudoSourceValue: Transform the mips subclass to target independent subclassesAlex Lorenz
2015-04-16[Mips] Use unique_ptr to manage ownership.Benjamin Kramer
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-14[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mt...Daniel Sanders
2014-07-14[mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI isSasa Stankovic
2014-07-02Remove unnecessary include.Eric Christopher
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-03-04[Modules] Move ValueMap to the IR library. While this class does notChandler Carruth
2014-02-14This patch has two main functions:Reed Kotler
2013-09-27[mips] Define a derived class of PseudoSourceValue that represents a GOT entryAkira Hatanaka
2013-09-25[mips] Move public functions to the beginning of the class definition.Akira Hatanaka
2013-01-30[mips] Lower EH_RETURN.Akira Hatanaka
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-11-07Delete MipsFunctionInfo::NextStackOffset. No functionality change intended. Akira Hatanaka
2012-11-02[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the sizeAkira Hatanaka
2012-11-02[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka
2012-10-30Add code for saving formal argument information to MipsFunctionInfo. ThisAkira Hatanaka
2012-10-28This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler
2012-10-26Delete MipsFunctionInfo::InArgFIRange. Akira Hatanaka
2012-10-19[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.Akira Hatanaka
2012-09-26Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka
2012-07-31Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka
2012-07-25Eliminate the stack slot used to save the global base register.Akira Hatanaka
2012-06-14Add methods to MipsFunctionInfo for initializing and accessing the stack frameAkira Hatanaka
2012-05-12Delete all functions that are no longer needed in MipsFunctionInfo, includingAkira Hatanaka
2012-03-27Add member EmitNOAT and its setter and getter functions to class MipsFunction...Akira Hatanaka
2012-03-27Prune some includesCraig Topper
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...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-01-07Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-14Remove variable that keeps the size of area used to save byval or variableAkira Hatanaka
2011-11-07Define functions that get or set the size of area on callee's stack frame whichAkira Hatanaka
2011-07-18Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from Akira Hatanaka
2011-06-21Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka
2011-06-09Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher