summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
AgeCommit message (Expand)Author
2025-11-10CodeGen: Remove TRI arguments from stack load/store hooks (#158240)Matt Arsenault
2025-11-10CodeGen: Keep reference to TargetRegisterInfo in TargetInstrInfo (#158224)Matt Arsenault
2025-11-09[Target] Fix misleading indentation (NFC) (#167206)Kazu Hirata
2025-09-12CodeGen: Remove MachineFunction argument from getPointerRegClass (#158185)Matt Arsenault
2025-02-24[CodeGen] Change copyPhysReg interface to use Register instead of MCRegister....Craig Topper
2025-01-22[llvm] Pass MachineInstr flags to storeRegToStackSlot/loadRegFromStackSlot (N...Venkata Ramanaiah Nalamothu
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-08-27[TII][RISCV] Add renamable bit to copyPhysReg (#91179)Piyou Chen
2024-02-01[TTI] Use Register in isLoadFromStackSlot and isStoreToStackSlot [nfc] (#80339)Philip Reames
2023-11-08[RegScavenger] Simplify state tracking for backwards scavenging (#71202)Jay Foad
2023-05-23[Mips] Avoid RegScavenger::forward in Mips16InstrInfoJay Foad
2023-04-15[Target] Use range-based for loops (NFC)Kazu Hirata
2023-01-13[CodeGen][Target] Remove uses of Register::isPhysicalRegister/isVirtualRegist...Craig Topper
2022-12-04[Target] llvm::Optional => std::optionalFangrui Song
2022-12-02[Target] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-01-19[NFC] Use Register instead of unsignedJim Lin
2020-02-08ArrayRef'ize spillCalleeSavedRegisters. NFCI.Benjamin Kramer
2020-02-03[NFC] unsigned->Register in storeRegTo/loadRegFromStackSimon Moll
2019-11-11Use MCRegister in copyPhysRegMatt Arsenault
2019-11-08Reland: [TII] Use optional destination and source pair as a return value; NFCDjordje Todorovic
2019-11-03[mips] Split long lines in the code. NFCSimon Atanasyan
2019-10-31Revert rG57ee0435bd47f23f3939f402914c231b4f65ca5e - [TII] Use optional destin...Simon Pilgrim
2019-10-31[TII] Use optional destination and source pair as a return value; NFCDjordje Todorovic
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructionsAlexander Ivchenko
2018-06-06Change TII isCopyInstr way of returning arguments(NFC)Petar Jovanovic
2018-05-23[X86][MIPS][ARM] New machine instruction property 'isMoveReg'Petar Jovanovic
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-09-28Teach TargetInstrInfo::getInlineAsmLength to parse .space directives with int...Alex Bradbury
2017-08-03[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko
2016-10-01Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)Mehdi Amini
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-26[mips] Fix typos in spelling of lowerRETURNADDR.Daniel Sanders
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-06RegisterScavenger: Take a reference as enterBasicBlock() argument.Matthias Braun
2015-11-05Remove windows line endings introduced by r252177. NFC.Tim Northover
2015-11-05[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.Oleg Ranevskyy
2015-04-02[mips] Make sure that we don't adjust the stack pointer by zero amount.Vasileios Kalintiris
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer
2015-03-12Remove the need to cache the subtarget in the Mips TargetRegisterInfoEric Christopher
2015-01-05Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper
2014-07-18Make InstrInfo depend only upon the Subtarget getting passed inEric Christopher
2014-07-18Remove commented out code.Eric Christopher
2014-07-18Clean up some style and formatting issues.Eric Christopher
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer
2013-12-15remove an uneeded statement (condition is covered by the statementReed Kotler