summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Show an error if 64-bit target triple provided with 32-bit CPUSimon Atanasyan2019-11-131-0/+4
* [mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan2019-11-071-10/+11
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-8/+7
* [GlobalISel] Make the InstructionSelector instance non-const, allowing state ...Amara Emerson2019-08-131-1/+1
* [mips] Show error in case of using FP64 mode on pre MIPS32R2 CPUSimon Atanasyan2019-07-091-0/+5
* [mips] Support for +abs2008 attributeAleksandar Beserminji2019-01-281-1/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Warn when crc, ginv, virt flags are used with too old revisionVladimir Stefanovic2018-07-041-11/+24
* [mips] Mark microMIPS64 as being unsupported.Simon Dardis2018-06-191-0/+2
* [mips] Add support for Global INValidate ASEPetar Jovanovic2018-05-171-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+2
* [mips] Add support for Virtualization ASEPetar Jovanovic2018-04-271-1/+2
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-141-1/+1
* [MIPS GlobalISel] Adding GlobalISelPetar Jovanovic2018-02-231-0/+27
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-3/+13
* [mips] add warnings for using dsp and msa flags with inappropriate revisionsPetar Jovanovic2018-01-221-0/+38
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-111-0/+3
* [MIPS] Implement support for -mstack-alignment.John Baldwin2017-08-141-5/+15
* [mips] clang-format MipsSubtarget.cpp.John Baldwin2017-08-111-3/+3
* [mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis2017-07-111-1/+2
* [mips] Add madd4 subtarget featurePetar Jovanovic2017-06-061-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [mips] Remove unused class field. NFCSimon Atanasyan2017-05-231-2/+0
* [mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFCSimon Atanasyan2017-05-231-3/+2
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-271-2/+5
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-3/+0
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-0/+3
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-281-1/+5
* [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders2016-06-031-2/+1
* [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...Zoran Jovanovic2015-10-121-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-12/+11
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-11/+12
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-12/+11
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-11/+12
* [mips] Added support for various EVA ASE instructions.Daniel Sanders2015-09-151-1/+2
* [mips] Added support for the div, divu, ddiv and ddivu macros which use traps...Daniel Sanders2015-09-031-1/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-1/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-2/+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-2/+3
* [mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu2015-05-071-10/+6
* Fix wording and grammar in Mips subtarget options.Eric Christopher2015-02-201-23/+18
* Unify selectMipsCPU implementations.Eric Christopher2015-02-181-14/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-33/+3
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-24/+23
* Make the TargetMachine in MipsSubtarget a reference ratherEric Christopher2015-01-081-8/+8
* Remove unused variable, initializer, and accessor.Eric Christopher2014-12-191-9/+4
* [mips] Enable code generation for MIPS-III.Vasileios Kalintiris2014-12-121-6/+2
* [mips] Add preliminary support for the MIPS II target.Vasileios Kalintiris2014-11-111-5/+6
* [mips] Add the following MIPS options that control gp-relative addressing ofSasa Stankovic2014-11-061-3/+13
OpenPOWER on IntegriCloud