aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsSubtarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Remove unused variable, initializer, and accessor.Eric Christopher1-9/+4
2014-12-12[mips] Enable code generation for MIPS-III.Vasileios Kalintiris1-6/+2
2014-11-11[mips] Add preliminary support for the MIPS II target.Vasileios Kalintiris1-5/+6
2014-11-06[mips] Add the following MIPS options that control gp-relative addressing ofSasa Stankovic1-3/+13
2014-10-24[mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders1-2/+2
2014-09-19constify the TargetMachine being passed through the Mips subtargetEric Christopher1-1/+1
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+1
2014-08-08[mips] Invert the abicalls feature bit to be noabicalls so that it's possible...Daniel Sanders1-1/+1
2014-08-08[mips] Initial implementation of -mabicalls/-mno-abicalls.Daniel Sanders1-6/+7
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+1
2014-08-07Nuke the old JIT.Rafael Espindola1-1/+1
2014-07-18Fundamentally change the MipsSubtarget replacement machinery:Eric Christopher1-81/+1
2014-07-18FrameLowering depends only upon the Subtarget, so only take a subtargetEric Christopher1-3/+3
2014-07-18In preparation for replacing the whole subtarget on the target machine,Eric Christopher1-3/+3
2014-07-18Make InstrInfo depend only upon the Subtarget getting passed inEric Christopher1-3/+3
2014-07-18Avoid caching the relocation model on the subtarget, this is forEric Christopher1-4/+7
2014-07-18Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachineEric Christopher1-9/+2
2014-07-15Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel1-8/+10
2014-07-14[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mt...Daniel Sanders1-3/+1
2014-07-14[mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI isSasa Stankovic1-0/+3
2014-07-10[mips] Added FPXX modeless calling convention.Zoran Jovanovic1-1/+1
2014-07-10[mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders1-7/+13
2014-07-03Move subtarget dependent features into the subtarget from the targetEric Christopher1-18/+58
2014-07-02Move the data layout and selection dag info from the mips target machineEric Christopher1-3/+33
2014-07-02Break out subtarget initialization that dependent variables need intoEric Christopher1-11/+15
2014-07-02Unify these two lines.Eric Christopher1-2/+1
2014-07-02Move MipsJITInfo to the subtarget rather than the target machine.Eric Christopher1-1/+1
2014-05-13[mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders1-6/+6
2014-05-12[mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders1-1/+1
2014-05-12[mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64Daniel Sanders1-4/+1
2014-05-12[mips] Fold FeatureSEInReg into FeatureMips32r2Daniel Sanders1-5/+5
2014-05-12[mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2Daniel Sanders1-6/+5
2014-05-12[mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders1-5/+6
2014-05-09[mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders1-6/+6
2014-05-09[mips] Remove unused CondMov feature bitDaniel Sanders1-5/+5
2014-05-09[mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders1-6/+6
2014-05-09[mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders1-0/+9
2014-05-07[mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-VDaniel Sanders1-0/+13
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-3/+2
2014-04-16[mips] Add initial support for NaN2008 in the back-end.Matheus Almeida1-11/+10
2014-04-16[mips] Correct r206370 to account for non-Linux targets using the small data ...Daniel Sanders1-0/+2
2014-03-27[mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR'sDaniel Sanders1-4/+4
2014-03-20[MIPS] Add cpu octeon and some instructionsKai Nacke1-2/+2
2014-02-26[mips] Treat -mcpu=generic the same way as an empty CPU string.Daniel Sanders1-1/+1
2014-02-20[mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders1-3/+6
2014-02-20[mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders1-2/+15
2014-02-05[mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+2
2013-11-28Check in conditional branches for constant islands. Still need to finishReed Kotler1-3/+3