aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcSubtarget.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Revert "[Sparc] Leon errata fix passes."James Y Knight1-20/+2
2016-08-12[Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst1-2/+4
2016-07-08[Sparc] Leon errata fix passes.Chris Dewhurst1-2/+18
2016-06-19[SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst1-0/+6
2016-05-23[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst1-0/+2
2016-05-18[Sparc] Add Soft Float supportChris Dewhurst1-0/+2
2016-05-16[Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst1-2/+9
2016-05-09[Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargetsChris Dewhurst1-0/+2
2016-05-03[Sparc] Constification of TargetMachine argumentsJames Y Knight1-1/+1
2016-04-26[SPARC] [SSP] Add support for LOAD_STACK_GUARD.Marcin Koscielnicki1-0/+3
2016-04-22[Sparc] This provides support for itineraries on Sparc.Chris Dewhurst1-0/+2
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer1-4/+4
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight1-1/+2
2015-09-10Revert "[SPARC] Switch to the Machine Scheduler."James Y Knight1-2/+1
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight1-1/+2
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini1-3/+3
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-1/+1
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-2/+0
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-3/+0
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+3
2014-08-07Nuke the old JIT.Rafael Espindola1-3/+0
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-7/+13
2014-06-26Move the various Subtarget dependent members down to the subtargetEric Christopher1-1/+25
2014-03-02[Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju1-1/+3
2014-01-26Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen1-0/+2
2013-12-11Move Sparc's getDataLayout out of line and add comments.Rafael Espindola1-9/+0
2013-08-25[Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju1-0/+2
2013-06-04Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju1-4/+4
2013-06-01[Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju1-0/+6
2013-04-06SPARC v9 stack pointer bias.Jakob Stoklund Olesen1-0/+6
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+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
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner1-2/+14
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar1-3/+2
2009-05-23Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov1-2/+3
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner1-0/+42