summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.h
Commit message (Expand)AuthorAge
* [mips] Delete unused sub-target features.Akira Hatanaka2012-12-07
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-15
* Add flags and feature bits for mips dsp.Akira Hatanaka2012-09-21
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-22
* Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka2012-08-16
* This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka2012-05-22
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-16
* Turn on post register allocation scheduler.Akira Hatanaka2012-03-28
* remove blanks, and some code formatJia Liu2012-02-28
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-28
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Set ABI if it hasn't been set on the command line.Akira Hatanaka2011-09-21
* Fix typo.Akira Hatanaka2011-09-21
* Change the names of functions isMips* to hasMips*.Akira Hatanaka2011-09-20
* Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka2011-09-20
* Add comment.Akira Hatanaka2011-09-14
* O64 will not be supported.Akira Hatanaka2011-09-09
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* 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