summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders2014-10-241-2/+2
* constify the TargetMachine being passed through the Mips subtargetEric Christopher2014-09-191-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+1
* [mips] Invert the abicalls feature bit to be noabicalls so that it's possible...Daniel Sanders2014-08-081-1/+1
* [mips] Initial implementation of -mabicalls/-mno-abicalls.Daniel Sanders2014-08-081-6/+7
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+1
* Nuke the old JIT.Rafael Espindola2014-08-071-1/+1
* Fundamentally change the MipsSubtarget replacement machinery:Eric Christopher2014-07-181-81/+1
* FrameLowering depends only upon the Subtarget, so only take a subtargetEric Christopher2014-07-181-3/+3
* In preparation for replacing the whole subtarget on the target machine,Eric Christopher2014-07-181-3/+3
* Make InstrInfo depend only upon the Subtarget getting passed inEric Christopher2014-07-181-3/+3
* Avoid caching the relocation model on the subtarget, this is forEric Christopher2014-07-181-4/+7
* Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachineEric Christopher2014-07-181-9/+2
* Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel2014-07-151-8/+10
* [mips] For the FP64A ABI, odd-numbered double-precision moves must not use mt...Daniel Sanders2014-07-141-3/+1
* [mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI isSasa Stankovic2014-07-141-0/+3
* [mips] Added FPXX modeless calling convention.Zoran Jovanovic2014-07-101-1/+1
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-7/+13
* Move subtarget dependent features into the subtarget from the targetEric Christopher2014-07-031-18/+58
* Move the data layout and selection dag info from the mips target machineEric Christopher2014-07-021-3/+33
* Break out subtarget initialization that dependent variables need intoEric Christopher2014-07-021-11/+15
* Unify these two lines.Eric Christopher2014-07-021-2/+1
* Move MipsJITInfo to the subtarget rather than the target machine.Eric Christopher2014-07-021-1/+1
* [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders2014-05-131-6/+6
OpenPOWER on IntegriCloud