Initial Mips64 support. Patch by Liu with some modifications.
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.h
2011-09-20 Akira HatanakaInitial Mips64 support. Patch by Liu with some modifica...
2011-09-14 Akira HatanakaAdd comment.
2011-09-09 Akira HatanakaO64 will not be supported.
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
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-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
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...
2010-11-12 Bruno Cardoso LopesEnable mips32 mul instruction. Patch by Akira Hatanaka...
2010-11-08 Bruno Cardoso LopesInitial support for Mips32 and Mips32r2. Patch contribu...
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
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
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
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-09 Bruno Cardoso LopesFixe typos and 80 column size problems
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-08-18 Bruno Cardoso LopesInstrItineraryData support on added.
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)