aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcSubtarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-27[Sparc] Add support for the partial write PSR instructionDaniel Cederman1-0/+1
2018-08-27[Sparc] Add support for the cycle counter available in GR740Daniel Cederman1-0/+1
2018-08-13Revert "[Sparc] Add support for the cycle counter available in GR740"Daniel Cederman1-1/+0
2018-08-13[Sparc] Add support for the cycle counter available in GR740Daniel Cederman1-0/+1
2018-04-20Revert "This pass, fixing an erratum in some LEON 2 processors..."Daniel Cederman1-1/+0
2017-11-21Add default values for member functions.Richard Trieu1-0/+2
2017-07-20[SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight1-2/+2
2017-07-19[SPARC] Add missing variable initialization after r308343.James Y Knight1-0/+1
2016-10-19[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst1-0/+1
2016-10-10This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...Chris Dewhurst1-0/+1
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