summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sparc] Add support for the partial write PSR instructionDaniel Cederman2018-09-271-0/+2
* [Sparc] Add support for the cycle counter available in GR740Daniel Cederman2018-08-271-0/+2
* Revert "[Sparc] Add support for the cycle counter available in GR740"Daniel Cederman2018-08-131-2/+0
* [Sparc] Add support for the cycle counter available in GR740Daniel Cederman2018-08-131-0/+2
* Revert "This pass, fixing an erratum in some LEON 2 processors..."Daniel Cederman2018-04-201-2/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* [SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight2017-07-201-4/+4
* [Sparc] Added software multiplication/division featureJames Y Knight2017-07-181-0/+2
* [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst2016-10-191-0/+2
* This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...Chris Dewhurst2016-10-101-0/+2
* Revert "[Sparc] Leon errata fix passes."James Y Knight2016-08-121-20/+2
* [Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst2016-08-121-2/+4
* [Sparc] Leon errata fix passes.Chris Dewhurst2016-07-081-2/+18
* [SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst2016-06-191-0/+6
* [Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst2016-05-231-0/+2
* [Sparc] Add Soft Float supportChris Dewhurst2016-05-181-0/+2
* [Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst2016-05-161-2/+9
* [Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargetsChris Dewhurst2016-05-091-0/+2
* [Sparc] Constification of TargetMachine argumentsJames Y Knight2016-05-031-1/+1
* [SPARC] [SSP] Add support for LOAD_STACK_GUARD.Marcin Koscielnicki2016-04-261-0/+3
* [Sparc] This provides support for itineraries on Sparc.Chris Dewhurst2016-04-221-0/+2
* Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer2016-01-271-4/+4
* [SPARC] Switch to the Machine Scheduler.James Y Knight2015-09-101-1/+2
* Revert "[SPARC] Switch to the Machine Scheduler."James Y Knight2015-09-101-2/+1
* [SPARC] Switch to the Machine Scheduler.James Y Knight2015-09-101-1/+2
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-3/+3
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+0
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-3/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+3
* Nuke the old JIT.Rafael Espindola2014-08-071-3/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-7/+13
* Move the various Subtarget dependent members down to the subtargetEric Christopher2014-06-261-1/+25
* [Sparc] Add VIS instructions to sparc backend.Venkatraman Govindaraju2014-03-021-1/+3
* Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen2014-01-261-0/+2
* Move Sparc's getDataLayout out of line and add comments.Rafael Espindola2013-12-111-9/+0
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-251-0/+2
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-041-4/+4
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-011-0/+6
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-061-0/+6
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-1/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-2/+2
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-1/+4
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+3
OpenPOWER on IntegriCloud