summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsSERegisterInfo.cpp
AgeCommit message (Expand)Author
2025-09-12CodeGen: Remove MachineFunction argument from getPointerRegClass (#158185)Matt Arsenault
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2023-09-13reland [InlineAsm] wrap ConstraintCode in enum class NFC (#66264)Nick Desaulniers
2023-09-11[InlineAsm] refactor InlineAsm class NFC (#65649)Nick Desaulniers
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-06[Target] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata
2022-01-01[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2021-03-30[NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functionsTomas Matheson
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-12[Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-20[mips] Add microMIPSR6 ll/sc instructions.Simon Dardis
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-01-08[mips] Remove duplicated R6 EVA instructionsAleksandar Beserminji
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-18[inlineasm] Propagate operand constraints to the backendSimon Dardis
2016-04-18[NFC] Header cleanupMehdi Amini
2016-02-03[mips] Remove redundant inclusions of MipsAnalyzeImmediate.hDaniel Sanders
2015-10-26[mips] Interrupt attribute support for mips32r2+.Vasileios Kalintiris
2015-06-02[mips] Add support for dynamic stack realignment.Vasileios Kalintiris
2015-04-17[mips] Move ABI-dependent register selections to MipsABIInfo. NFC.Daniel Sanders
2015-03-12Remove the need to cache the subtarget in the Mips TargetRegisterInfoEric 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-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-03-12Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2013-12-09[mips][msa] Fix invalid generated code when lowering FrameIndex involving una...Daniel Sanders
2013-12-09[mips][msa] Fix suboptimal FrameIndex lowering for ld.[hwd] and st.[hwd]Daniel Sanders
2013-11-30[mips][msa] MSA loads and stores have a 10-bit offset. Account for this when ...Daniel Sanders
2013-11-30[mips][msa] A small refactor to reduce patch noise in my next commitDaniel Sanders
2013-08-06[mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling
2013-03-29[mips] Define a function which returns the GPR register class.Akira Hatanaka
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-01-30[mips] Lower EH_RETURN.Akira Hatanaka
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-03[mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka
2012-11-02[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka
2012-09-26Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka
2012-08-23Make function loadImmediate a member of MipsSEInstrInfo and change it to returnAkira Hatanaka
2012-08-22Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka
2012-08-01Remove unused variable.Akira Hatanaka
2012-07-31Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka