summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcSubtarget.h
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-07-20[SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight
2017-07-18[Sparc] Added software multiplication/division featureJames Y Knight
2016-10-19[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst
2016-10-10This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...Chris Dewhurst
2016-08-12Revert "[Sparc] Leon errata fix passes."James Y Knight
2016-08-12[Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst
2016-07-08[Sparc] Leon errata fix passes.Chris Dewhurst
2016-06-19[SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst
2016-05-23[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst
2016-05-18[Sparc] Add Soft Float supportChris Dewhurst
2016-05-16[Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst
2016-05-09[Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargetsChris Dewhurst
2016-05-03[Sparc] Constification of TargetMachine argumentsJames Y Knight
2016-04-26[SPARC] [SSP] Add support for LOAD_STACK_GUARD.Marcin Koscielnicki
2016-04-22[Sparc] This provides support for itineraries on Sparc.Chris Dewhurst
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight
2015-09-10Revert "[SPARC] Switch to the Machine Scheduler."James Y Knight
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-06-26Move the various Subtarget dependent members down to the subtargetEric Christopher
2014-03-02[Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju
2014-01-26Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen
2013-12-11Move Sparc's getDataLayout out of line and add comments.Rafael Espindola
2013-08-25[Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju
2013-06-04Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju
2013-06-01[Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju
2013-04-06SPARC v9 stack pointer bias.Jakob Stoklund Olesen
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
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
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner
2006-01-26Rest of subtarget support, remove references to ppcChris Lattner