Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtarge...
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.cpp
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-02-20 Eric ChristopherFix wording and grammar in Mips subtarget options.
2015-02-18 Eric ChristopherUnify selectMipsCPU implementations.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-08 Eric ChristopherMake the TargetMachine in MipsSubtarget a reference...
2014-12-19 Eric ChristopherRemove unused variable, initializer, and accessor.
2014-12-12 Vasileios Kalintiris[mips] Enable code generation for MIPS-III.
2014-11-11 Vasileios Kalintiris[mips] Add preliminary support for the MIPS II target.
2014-11-06 Sasa Stankovic[mips] Add the following MIPS options that control...
2014-10-24 Daniel Sanders[mips] Replace MipsABIEnum with a MipsABIInfo class.
2014-09-19 Eric Christopherconstify the TargetMachine being passed through the...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-08 Daniel Sanders[mips] Invert the abicalls feature bit to be noabicalls...
2014-08-08 Daniel Sanders[mips] Initial implementation of -mabicalls/-mno-abicalls.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-18 Eric ChristopherFrameLowering depends only upon the Subtarget, so only...
2014-07-18 Eric ChristopherIn preparation for replacing the whole subtarget on...
2014-07-18 Eric ChristopherMake InstrInfo depend only upon the Subtarget getting...
2014-07-18 Eric ChristopherAvoid caching the relocation model on the subtarget...
2014-07-18 Eric ChristopherAvoid resetting the UseSoftFloat and FloatABIType on...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-10 Zoran Jovanovic[mips] Added FPXX modeless calling convention.
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-03 Eric ChristopherMove subtarget dependent features into the subtarget...
2014-07-02 Eric ChristopherMove the data layout and selection dag info from the...
2014-07-02 Eric ChristopherBreak out subtarget initialization that dependent varia...
2014-07-02 Eric ChristopherUnify these two lines.
2014-07-02 Eric ChristopherMove MipsJITInfo to the subtarget rather than the targe...
2014-05-13 Daniel Sanders[mips] Marked up instructions added in MIPS32r2 and...
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS-V and teste...
2014-05-12 Daniel Sanders[mips] Fold FeatureBitCount into FeatureMips32 and...
2014-05-12 Daniel Sanders[mips] Fold FeatureSEInReg into FeatureMips32r2
2014-05-12 Daniel Sanders[mips] Fold FeatureSwap into FeatureMips32r2 and Featur...
2014-05-12 Daniel Sanders[mips] Replace FeatureFPIdx with FeatureMips4_32r2
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-IV and...
2014-05-09 Daniel Sanders[mips] Remove unused CondMov feature bit
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-III and...
2014-05-09 Daniel Sanders[mips][mips64r6] Add experimental support for MIPS32r6...
2014-05-07 Daniel Sanders[mips] Add highly experimental support for MIPS-I,...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-16 Daniel Sanders[mips] Correct r206370 to account for non-Linux targets...
2014-03-27 Daniel Sanders[mips] Some uses of isMips64()/hasMips64() are really...
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-02-26 Daniel Sanders[mips] Treat -mcpu=generic the same way as an empty...
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2014-02-20 Daniel Sanders[mips] Make mips64 the default CPU for the mips64 archi...
2014-02-05 Petar Jovanovic[mips] Add NaCl target and forbid indexed loads and...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-28 Reed KotlerCheck in conditional branches for constant islands...
2013-11-19 Simon Atanasyan[Mips] Adjust float ABI settings in case of MIPS16...
2013-10-30 Akira Hatanaka[mips] Compute stack alignment on the fly.
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for mfp64.
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-09-27 Daniel Sanders[mips][msa] MSA requires FR=1 mode (64-bit FPU register...
2013-08-30 Reed KotlerFix a problem with dual mips16/mips32 mode. When the...
2013-08-16 Reed KotlerFix a subtle difference between running clang vs llc...
2013-08-13 Jack Carter[Mips][msa] Added initial MSA support.
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-04-10 Reed KotlerThis is for an experimental option -mips-os16. The...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-03-05 Akira Hatanaka[mips] Remove android calling convention.
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2012-12-07 Akira Hatanaka[mips] Delete unused sub-target features.
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-09-25 Akira HatanakaInitialize boolean variables in MipsSubtarget's constru...
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-05-15 Akira HatanakaTemporarily disable anti-dependence breaking for Mips...
2012-03-28 Akira HatanakaTurn off post-RA scheduler by default.
2012-03-28 Akira HatanakaTurn on post register allocation scheduler.
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-29 Akira HatanakaChange names for MIPS "generic" processors defined...
2011-09-21 Akira HatanakaUndo a change made in r140254.
2011-09-21 Akira HatanakaMipsArchVersion does not need to be in the initializati...
2011-09-21 Akira HatanakaSet ABI if it hasn't been set on the command line.
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
next