summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders2014-05-121-1/+1
* [mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64Daniel Sanders2014-05-121-4/+1
* [mips] Fold FeatureSEInReg into FeatureMips32r2Daniel Sanders2014-05-121-5/+5
* [mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2Daniel Sanders2014-05-121-6/+5
* [mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders2014-05-121-5/+6
* [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders2014-05-091-6/+6
* [mips] Remove unused CondMov feature bitDaniel Sanders2014-05-091-5/+5
* [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders2014-05-091-6/+6
* [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders2014-05-091-0/+9
* [mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-VDaniel Sanders2014-05-071-0/+13
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-3/+2
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-161-11/+10
* [mips] Correct r206370 to account for non-Linux targets using the small data ...Daniel Sanders2014-04-161-0/+2
* [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR'sDaniel Sanders2014-03-271-4/+4
* [MIPS] Add cpu octeon and some instructionsKai Nacke2014-03-201-2/+2
* [mips] Treat -mcpu=generic the same way as an empty CPU string.Daniel Sanders2014-02-261-1/+1
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-201-3/+6
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-201-2/+15
* [mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic2014-02-051-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* Check in conditional branches for constant islands. Still need to finishReed Kotler2013-11-281-3/+3
* [Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan2013-11-191-0/+10
* [mips] Compute stack alignment on the fly.Akira Hatanaka2013-10-301-1/+1
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-291-1/+1
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-0/+11
OpenPOWER on IntegriCloud