summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsSubtarget.h
AgeCommit message (Expand)Author
2025-07-15Remove Native Client support (#133661)Brad Smith
2025-05-30[MIPS] Reland Add FeatureMSA to i6400 and i6500 cores (#134985) (#141730)Mallikarjuna Gouda
2025-03-28Reland [MIPS] Define SubTargetFeature for i6500 cpu (#132907) (#133366)Mallikarjuna Gouda
2025-03-27Revert "[MIPS] Define SubTargetFeature for i6500 cpu" (#133215)Djordje Todorovic
2025-03-27[MIPS] Define SubTargetFeature for i6500 cpu (#132907)Mallikarjuna Gouda
2025-03-20[MIPS] Add MIPS i6400 and i6500 processors (#130587)Mallikarjuna Gouda
2025-01-21[Mips] Handle declspec(dllimport) on mipsel-windows-* triples (#120912)Hervé Poussineau
2024-12-16[SelectionDAG] Add empty implementation of SelectionDAGInfo to some targets (...Sergei Barannikov
2024-03-20MIPS: Support -m(no-)unaligned-access for r6 (#85174)YunQiang Su
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2022-04-07[MIPS] Initial support for MIPS-I load delay slotsSimon Dardis
2022-03-01[nfc][codegen] Move RegisterBank[Info].h under CodeGenMircea Trofin
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-03-22[mips] Rename target feature Mips3D => HasMips3D. NFCSimon Atanasyan
2020-03-17[MIPS] Implement MIPS3D vector instructionsSimon Atanasyan
2019-11-07[mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan
2019-10-17[Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet
2019-09-18[mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan
2019-08-13[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...Amara Emerson
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-09-03[mips] Disable the selection of mixed microMIPS/MIPS codeSimon Atanasyan
2018-07-30Remove trailing spaceFangrui Song
2018-07-04[mips] Warn when crc, ginv, virt flags are used with too old revisionVladimir Stefanovic
2018-05-17[mips] Add support for Global INValidate ASEPetar Jovanovic
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-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-08-14[MIPS] Implement support for -mstack-alignment.John Baldwin
2017-08-11[MIPS] Use ABI to determine stack alignment.John Baldwin
2017-07-15[mips] Handle the `long-calls` feature flags in the MIPS backendSimon Atanasyan
2017-07-11[mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis
2017-06-15[mips] Fix documentation of member variable. NFCI.Simon Dardis
2017-06-09Test commit: remove whitespaceStefan Maksimovic
2017-06-06[mips] Add madd4 subtarget featurePetar Jovanovic
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-02-15[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur
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-14[mips][atomics] Fix atomic instruction descriptions and uses.Simon Dardis
2016-06-03[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer