aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.h
AgeCommit message (Expand)Author
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes
2010-11-12Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes
2010-11-08Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes
2009-12-19Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor
2009-08-13reintroduce support for Mips "small" section handling. This is Chris Lattner
2009-08-13Restore some "small section" support code, reverting my patch from r76936.Chris Lattner
2009-08-03Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-07-24remove more remnants of small section support.Chris Lattner
2009-05-27Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov
2008-07-30Added new features to represent specific instructions groupsBruno Cardoso Lopes
2008-07-21Added initial support for small sections on Mips.Bruno Cardoso Lopes
2008-07-14Added Subtarget support into RegisterInfoBruno Cardoso Lopes
2008-07-09Fixed features usage.Bruno Cardoso Lopes
2008-07-09Fixe typos and 80 column size problemsBruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes
2008-06-04Some Mips minor fixesBruno Cardoso Lopes
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-18InstrItineraryData support on added.Bruno Cardoso Lopes
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes