aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcSubtarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Revert "[Sparc] Leon errata fix passes."James Y Knight1-10/+1
2016-08-12[Sparc][Leon] Missed resetting option flags from check-in 278489.Chris Dewhurst1-0/+3
2016-08-12[Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst1-1/+0
2016-07-08[Sparc] Leon errata fix passes.Chris Dewhurst1-1/+8
2016-06-19[SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst1-0/+3
2016-05-23[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst1-0/+1
2016-05-18[Sparc] Add Soft Float supportChris Dewhurst1-0/+1
2016-05-16[Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst1-0/+3
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-1/+1
2016-01-14Update to use new name alignTo().Rui Ueyama1-2/+2
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-1/+1
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-1/+1
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-1/+1
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-1/+1
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight1-0/+4
2015-09-10Revert "[SPARC] Switch to the Machine Scheduler."James Y Knight1-4/+0
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight1-0/+4
2015-08-26[SPARC] Fix stupid oversight in stack realignment support.James Y Knight1-1/+1
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini1-1/+1
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-1/+1
2015-01-30Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher1-1/+1
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-28/+2
2014-06-26Move the various Subtarget dependent members down to the subtargetEric Christopher1-10/+42
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth1-2/+2
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-01-26Clean up the Legal/Expand logic for SPARC popc.Jakob Stoklund Olesen1-0/+4
2014-01-26Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen1-1/+2
2014-01-11[Sparc] Add missing processor types: v7 and niagaraVenkatraman Govindaraju1-7/+2
2013-08-25[Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju1-1/+2
2013-06-04Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju1-1/+1
2013-06-01[Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju1-0/+28
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/+2
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng1-14/+0
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng1-1/+1
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng1-0/+14
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng1-1/+2
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng1-2/+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-1/+1
2011-07-01- Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng1-0/+6
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-7/+10
2010-02-04add support for the sparcv9-*-* target triple to turn onChris Lattner1-20/+11
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar1-1/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-1/+1
2006-02-05Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner1-0/+43