aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-051-1/+2
* This patch implements runtime Mips specificJack Carter2013-01-301-2/+2
* [mips] Delete unused sub-target features.Akira Hatanaka2012-12-071-2/+2
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-151-2/+2
* Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka2012-09-251-1/+2
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-221-1/+5
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-2/+2
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-161-1/+1
* Temporarily disable anti-dependence breaking for Mips until bug 12829 isAkira Hatanaka2012-05-151-1/+1
* Turn off post-RA scheduler by default.Akira Hatanaka2012-03-281-1/+1
* Turn on post register allocation scheduler.Akira Hatanaka2012-03-281-0/+12
* remove blanks, and some code formatJia Liu2012-02-281-2/+2
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka2011-11-291-1/+1
* Undo a change made in r140254.Akira Hatanaka2011-09-211-4/+4
* MipsArchVersion does not need to be in the initialization list and MipsABIAkira Hatanaka2011-09-211-1/+1
* Set ABI if it hasn't been set on the command line.Akira Hatanaka2011-09-211-0/+9
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-091-1/+1
* Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka2011-09-091-16/+0
* Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka2011-09-091-2/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-14/+0
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-0/+13
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+2
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-2/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-1/+1
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-0/+9
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-4/+6
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-3/+3
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-3/+3
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-2/+2
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-131-9/+0
* Restore some "small section" support code, reverting my patch from r76936.Chris Lattner2009-08-131-0/+8
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-031-21/+5
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-3/+1
* remove more remnants of small section support.Chris Lattner2009-07-241-7/+0
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-271-0/+1
* Fixed Bug 2751Bruno Cardoso Lopes2008-09-151-3/+3
* Make option variables static, so they won't cause nameclashAnton Korobeynikov2008-08-221-7/+10
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-131-0/+2
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-081-0/+1
* Match raw "psp" triple target, as done by the homebrew toolchain.Bruno Cardoso Lopes2008-08-081-1/+2
* Added new features to represent specific instructions groupsBruno Cardoso Lopes2008-07-301-2/+3
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-0/+6
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-2/+22
* Fixed features usage.Bruno Cardoso Lopes2008-07-091-3/+3
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-2/+16