aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.cpp
AgeCommit message (Expand)Author
2012-12-07[mips] Delete unused sub-target features.Akira Hatanaka
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka
2012-09-25Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
2012-05-16This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka
2012-05-15Temporarily disable anti-dependence breaking for Mips until bug 12829 isAkira Hatanaka
2012-03-28Turn off post-RA scheduler by default.Akira Hatanaka
2012-03-28Turn on post register allocation scheduler.Akira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-29Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka
2011-09-21Undo a change made in r140254.Akira Hatanaka
2011-09-21MipsArchVersion does not need to be in the initialization list and MipsABIAkira Hatanaka
2011-09-21Set ABI if it hasn't been set on the command line.Akira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-09-09Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka
2011-09-09Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng
2011-07-01- Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
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
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
2008-09-15Fixed Bug 2751Bruno Cardoso Lopes
2008-08-22Make option variables static, so they won't cause nameclashAnton Korobeynikov
2008-08-13Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes
2008-08-08Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes
2008-08-08Match raw "psp" triple target, as done by the homebrew toolchain.Bruno Cardoso Lopes
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-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