Break out subtarget initialization that dependent variables need into
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.cpp
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...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Chris LattnerRestore some "small section" support code, reverting...
2009-08-03 Eli FriedmanRemove -disable-mips-abicall and -enable-mips-absolute...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-24 Chris Lattnerremove more remnants of small section support.
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2008-09-15 Bruno Cardoso LopesFixed Bug 2751
2008-08-22 Anton KorobeynikovMake option variables static, so they won't cause nameclash
2008-08-13 Bruno Cardoso LopesRemoved SELECT_CC custom lowering. This is not needed...
2008-08-08 Bruno Cardoso LopesSupport added for ctlz intrinsic, test case added.
2008-08-08 Bruno Cardoso LopesMatch raw "psp" triple target, as done by the homebrew...
2008-07-30 Bruno Cardoso LopesAdded new features to represent specific instructions...
2008-07-21 Bruno Cardoso LopesAdded initial support for small sections on Mips.
2008-07-14 Bruno Cardoso LopesAdded Subtarget support into RegisterInfo
2008-07-09 Bruno Cardoso LopesFixed features usage.
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-06 Bruno Cardoso LopesBetter processor definition
2007-08-18 Bruno Cardoso Lopessupport for Schedule included on Mips.td
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)