aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcSubtarget.h
AgeCommit message (Expand)AuthorFilesLines
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