summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips
AgeCommit message (Expand)Author
2025-11-19CodeGen: Add subtarget to TargetLoweringBase constructor (#168620)Matt Arsenault
2025-11-18Mips: Remove manual libcall name search and table (#168595)Matt Arsenault
2025-11-12[Mips] Remove implicit conversions of MCRegister to unsigned. NFC (#167645)Craig Topper
2025-11-10CodeGen: Remove TRI arguments from stack load/store hooks (#158240)Matt Arsenault
2025-11-10CodeGen: Remove TRI argument from getRegClass (#158225)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-11-04[llvm] Use conventional enum declarations (NFC) (#166318)Kazu Hirata
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-10-16[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163702)Kazu Hirata
2025-10-11[ARM][TargetLowering] Combine Level should not be a factor in shouldFoldConst...AZero13
2025-10-10[Mips] Fix clang crashes when assembling invalid MIPS beql instructions with ...yingopq
2025-09-28[MIPS][float] Fixed SingleFloat codegen on N32/N64 targets (#140575)Davide Mor
2025-09-25[Mips] Fix atomic min/max generate mips4 instructions when compiling for mips...yingopq
2025-09-23[NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15...Rahul Joshi
2025-09-19Mips: Switch to RegClassByHwMode (#158273)Matt Arsenault
2025-09-18Revert "[Mips] Fix atomic min/max generate mips4 instructions when compiling ...yingopq
2025-09-17[Mips] Fix atomic min/max generate mips4 instructions when compiling for mips...yingopq
2025-09-16[Mips] Fix inst `sc` disassemble assert when configured -mattr=+ptr64 (#158253)yingopq
2025-09-14[Mips] Remove `size` operand of LwRxPcTcp16 / LwRxPcTcpX16 (#157348)Sergei Barannikov
2025-09-12CodeGen: Remove MachineFunction argument from getRegClass (#158188)Matt Arsenault
2025-09-12CodeGen: Remove MachineFunction argument from getPointerRegClass (#158185)Matt Arsenault
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-09-10Revert "Mips: Force 64bit subtarget feature to be set for ABI options (#15744...Matt Arsenault
2025-09-09Mips: Force 64bit subtarget feature to be set for ABI options (#157446)Matt Arsenault
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-09-08CodeGen: Pass SubtargetInfo to TargetGenInstrInfo constructors (#157337)Matt Arsenault
2025-09-07[Mips] Decode the operand of JrcRx16 (#157357)Sergei Barannikov
2025-09-04[TableGen][Decoder] Decode operands with zero width or all bits known (#156358)Sergei Barannikov
2025-09-02[NFC] RuntimeLibcalls: Prefix the impls with 'Impl_' (#153850)Daniel Paoliello
2025-08-31[Mips][XCore] Use MCRegisterClass::getRegister() instead of begin()+RegNo. NFCCraig Topper
2025-08-25[NFC][MC][Mips] Rearrange decoder functions for Mips disassembler (#154996)Rahul Joshi
2025-08-22[llvm] Remove unused includes of SmallSet.h (NFC) (#154893)Kazu Hirata
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi
2025-08-21[Target] Remove SoftFail field on targets that don't use it (NFC) (#154659)Sergei Barannikov
2025-08-19[Mips] Remove custom "original type" handling (#154082)Nikita Popov
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata
2025-08-18[CodeGen][Mips] Remove fp128 libcall list (#153798)Nikita Popov
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov
2025-08-15[Mips] Add frexpl and sincosl to f128 libcall listNikita Popov
2025-08-11[CodeGen] Provide original IR type to CC lowering (NFC) (#152709)Nikita Popov
2025-08-09[Mips] Remove an unnecessary cast (NFC) (#152837)Kazu Hirata
2025-08-07[CodeGen] Move IsFixed into ArgFlags (NFCI) (#152319)Nikita Popov
2025-08-04Reapply "MCFragment: Use trailing data for fixed-size part" (#150846)Fangrui Song
2025-08-03Revert "MCFragment: Use trailing data for fixed-size part"Fangrui Song
2025-08-03MIPS: Avoid MCSymbol::isUnsetFangrui Song
2025-08-03MCSymbolELF: Remove classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song