summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-10This is for an experimental option -mips-os16. The idea is to compile allReed Kotler1-0/+7
2013-04-09This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler1-2/+39
2013-03-05[mips] Remove android calling convention.Akira Hatanaka1-4/+0
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter1-0/+4
2013-01-30This patch implements runtime Mips specificJack Carter1-0/+6
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter1-0/+7
2012-12-07[mips] Delete unused sub-target features.Akira Hatanaka1-9/+0
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-1/+1
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka1-2/+4
2012-09-21Add flags and feature bits for mips dsp.Akira Hatanaka1-0/+5
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka1-1/+5
2012-08-16Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka1-0/+4
2012-05-22This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka1-0/+2
2012-05-16This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka1-0/+4
2012-03-28Turn on post register allocation scheduler.Akira Hatanaka1-0/+3
2012-02-28remove blanks, and some code formatJia Liu1-1/+1
2012-02-28Add support for floating point base register + offset register addressing modeAkira Hatanaka1-0/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+1
2011-09-21Set ABI if it hasn't been set on the command line.Akira Hatanaka1-1/+1
2011-09-21Fix typo.Akira Hatanaka1-2/+2
2011-09-20Change the names of functions isMips* to hasMips*.Akira Hatanaka1-4/+4
2011-09-20Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka1-2/+7
2011-09-14Add comment.Akira Hatanaka1-0/+1
2011-09-09O64 will not be supported.Akira Hatanaka1-1/+1
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka1-2/+1
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng1-1/+2
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng1-1/+1
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng1-2/+2
2011-07-01- Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng1-1/+4
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-3/+3
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng1-2/+1
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka1-3/+3
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka1-3/+3
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes1-8/+8
2010-11-12Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes1-2/+2
2010-11-08Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes1-0/+2
2009-12-19Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor1-13/+13
2009-08-13reintroduce support for Mips "small" section handling. This is Chris Lattner1-5/+0
2009-08-13Restore some "small section" support code, reverting my patch from r76936.Chris Lattner1-0/+5
2009-08-03Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman1-11/+1
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar1-3/+2
2009-07-24remove more remnants of small section support.Chris Lattner1-5/+0
2009-05-27Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes1-1/+1
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov1-1/+2
2008-07-30Added new features to represent specific instructions groupsBruno Cardoso Lopes1-4/+28
2008-07-21Added initial support for small sections on Mips.Bruno Cardoso Lopes1-0/+5
2008-07-14Added Subtarget support into RegisterInfoBruno Cardoso Lopes1-4/+19
2008-07-09Fixed features usage.Bruno Cardoso Lopes1-7/+7
2008-07-09Fixe typos and 80 column size problemsBruno Cardoso Lopes1-3/+3
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes1-5/+47