summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsSubtarget.cpp
AgeCommit message (Expand)Author
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-05-30Mips/X86: Use reportFatalUsageError for subtarget construction errors (#142028)Matt Arsenault
2024-12-16[SelectionDAG] Add empty implementation of SelectionDAGInfo to some targets (...Sergei Barannikov
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-07-10[ARM][Mips][PowerPC] Remove unnecessary static_cast creating GISel Instructio...Craig Topper
2024-03-20MIPS: Support -m(no-)unaligned-access for r6 (#85174)YunQiang Su
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-05-16MIPS: allow o32 abi with 64bit CPU and 64 abi with 32bit tripleYunQiang Su
2022-05-30[Support] Make report_fatal_error respect its GenCrashDiag argument so it doe...Nuno Lopes
2022-04-07[MIPS] Initial support for MIPS-I load delay slotsSimon Dardis
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-03Fixed warnings in target/parser codes produced by -Wbitwise-instead-of-logicalaDávid Bolvanský
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-11-13[mips] Show an error if 64-bit target triple provided with 32-bit CPUSimon Atanasyan
2019-11-07[mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan
2019-10-17[Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet
2019-08-13[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...Amara Emerson
2019-07-09[mips] Show error in case of using FP64 mode on pre MIPS32R2 CPUSimon Atanasyan
2019-01-28[mips] Support for +abs2008 attributeAleksandar Beserminji
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-04[mips] Warn when crc, ginv, virt flags are used with too old revisionVladimir Stefanovic
2018-06-19[mips] Mark microMIPS64 as being unsupported.Simon Dardis
2018-05-17[mips] Add support for Global INValidate ASEPetar Jovanovic
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-27[mips] Add support for Virtualization ASEPetar Jovanovic
2018-03-14[mips] Add support for CRC ASEPetar Jovanovic
2018-02-23[MIPS GlobalISel] Adding GlobalISelPetar Jovanovic
2018-02-21[mips] Spectre variant two mitigation for MIPSR2Simon Dardis
2018-01-22[mips] add warnings for using dsp and msa flags with inappropriate revisionsPetar Jovanovic
2017-12-11[mips] Removal of microMIPS64R6Aleksandar Beserminji
2017-08-14[MIPS] Implement support for -mstack-alignment.John Baldwin
2017-08-11[mips] clang-format MipsSubtarget.cpp.John Baldwin
2017-07-11[mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis
2017-06-06[mips] Add madd4 subtarget featurePetar Jovanovic
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-23[mips] Remove unused class field. NFCSimon Atanasyan
2017-05-23[mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFCSimon Atanasyan
2017-01-27[mips] Recommit: "N64 static relocation model support"Simon Dardis
2017-01-26Revert "[mips] N64 static relocation model support"Simon Dardis
2017-01-26[mips] N64 static relocation model supportSimon Dardis
2016-06-28Convert more cases to isPositionIndependent(). NFC.Rafael Espindola
2016-06-03[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders
2015-10-12[mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...Zoran Jovanovic
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-09-15[mips] Added support for various EVA ASE instructions.Daniel Sanders