Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Target / Mips / MipsSubtarget.cpp
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! =)