summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.h
Commit message (Expand)AuthorAge
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-12
* Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes2010-11-08
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-19
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-13
* Restore some "small section" support code, reverting my patch from r76936.Chris Lattner2009-08-13
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-03
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* remove more remnants of small section support.Chris Lattner2009-07-24
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-27
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* Added new features to represent specific instructions groupsBruno Cardoso Lopes2008-07-30
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-21
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-14
* Fixed features usage.Bruno Cardoso Lopes2008-07-09
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-09
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Some Mips minor fixesBruno Cardoso Lopes2008-06-04
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* InstrItineraryData support on added.Bruno Cardoso Lopes2007-08-18
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-06