summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* [mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan2019-11-071-0/+4
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-4/+4
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-181-0/+5
* [GlobalISel] Make the InstructionSelector instance non-const, allowing state ...Amara Emerson2019-08-131-1/+1
* [mips] Support for +abs2008 attributeAleksandar Beserminji2019-01-281-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Disable the selection of mixed microMIPS/MIPS codeSimon Atanasyan2018-09-031-4/+6
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [mips] Warn when crc, ginv, virt flags are used with too old revisionVladimir Stefanovic2018-07-041-0/+9
* [mips] Add support for Global INValidate ASEPetar Jovanovic2018-05-171-0/+4
* [mips] Add support for Virtualization ASEPetar Jovanovic2018-04-271-0/+4
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-141-0/+4
* [MIPS GlobalISel] Adding GlobalISelPetar Jovanovic2018-02-231-0/+17
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-0/+7
* [mips] add warnings for using dsp and msa flags with inappropriate revisionsPetar Jovanovic2018-01-221-0/+6
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-111-1/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [MIPS] Implement support for -mstack-alignment.John Baldwin2017-08-141-4/+9
* [MIPS] Use ABI to determine stack alignment.John Baldwin2017-08-111-1/+3
* [mips] Handle the `long-calls` feature flags in the MIPS backendSimon Atanasyan2017-07-151-0/+5
* [mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis2017-07-111-0/+4
* [mips] Fix documentation of member variable. NFCI.Simon Dardis2017-06-151-1/+1
* Test commit: remove whitespaceStefan Maksimovic2017-06-091-1/+1
* [mips] Add madd4 subtarget featurePetar Jovanovic2017-06-061-0/+5
* [mips] Remove unused class field. NFCSimon Atanasyan2017-05-231-3/+0
* [mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFCSimon Atanasyan2017-05-231-2/+2
* [LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur2017-02-151-0/+3
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-271-0/+6
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-6/+0
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-0/+6
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-281-0/+1
* [mips][atomics] Fix atomic instruction descriptions and uses.Simon Dardis2016-06-141-0/+5
* [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders2016-06-031-2/+0
* Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer2016-01-271-3/+3
* [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...Zoran Jovanovic2015-10-121-2/+3
* [mips][p5600] Added P5600 processor and initial scheduler.Daniel Sanders2015-09-281-0/+6
* [mips] Added support for various EVA ASE instructions.Daniel Sanders2015-09-151-0/+4
* [mips] Added support for the div, divu, ddiv and ddivu macros which use traps...Daniel Sanders2015-09-031-0/+3
* [mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, ...Zoran Jovanovic2015-08-121-0/+1
* [mips] Added support for the ERETNC instruction.Vasileios Kalintiris2015-07-201-1/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-3/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...Matthias Braun2015-06-131-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-3/+2
* InMips16HardFloat was only being set conditional on whether orEric Christopher2015-05-071-1/+1
* Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to matchEric Christopher2015-05-071-3/+1
* [mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu2015-05-071-1/+6
* [mips][microMIPSr6] Implement initial subtarget supportJozef Kolek2015-04-201-0/+1
* [mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders2015-02-181-2/+12
OpenPOWER on IntegriCloud