summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Mips16ISelLowering.cpp
AgeCommit message (Expand)Author
2025-11-18Mips: Remove manual libcall name search and table (#168595)Matt Arsenault
2025-09-02[NFC] RuntimeLibcalls: Prefix the impls with 'Impl_' (#153850)Daniel Paoliello
2025-06-27TableGen: Generate enum for runtime libcall implementations (#144973)Matt Arsenault
2025-04-17[llvm] Use llvm::binary_search (NFC) (#136228)Kazu Hirata
2025-03-02[Mips] Avoid repeated hash lookups (NFC) (#129420)Kazu Hirata
2023-09-16[SDAG][RISCV] Avoid neg instructions when lowering atomic_load_sub with a con...Yingwei Zheng
2022-11-17[AMDGPU] Allow finer grain control of an unaligned access speedStanislav Mekhanoshin
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-02-04[TargetLowering] Use Align in allowsMisalignedMemoryAccesses.Craig Topper
2020-06-30Mips: Don't store MachineFunction in MipsFunctionInfoMatt Arsenault
2020-01-10[TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...Craig Topper
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-06-21Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song
2019-06-12[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2016-06-30CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith
2016-04-18[NFC] Header cleanupMehdi Amini
2015-10-20Mips: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-07-09Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-07Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to matchEric Christopher
2015-05-07[mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu
2015-02-26Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher
2015-01-29Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher
2015-01-24[mips] Fix 'jumpy' debug line info around calls.Daniel Sanders
2014-11-02Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in...Daniel Sanders
2014-11-02Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta...NAKAMURA Takumi
2014-11-01[mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.Daniel Sanders
2014-10-01[mips] For indirect calls we don't need $gp to point to .got. Mips linkerSasa Stankovic
2014-09-29Fix spelling and reflow comments.Eric Christopher
2014-09-19constify the TargetMachine being passed through the Mips subtargetEric Christopher
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-11Fix typos:Sylvestre Ledru
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-27Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault
2014-07-18In preparation for replacing the whole subtarget on the target machine,Eric Christopher
2014-07-18The subtarget in MipsTargetLowering isn't going to change andEric Christopher
2014-07-18Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachineEric Christopher
2014-07-03Remove dead code.Eric Christopher
2014-05-17Target: change member from reference to pointerSaleem Abdulrasool
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth