summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcSubtarget.cpp
AgeCommit message (Expand)Author
2025-09-08Sparc: Add 64-bit feature (#157445)Matt Arsenault
2025-09-08Sparc: Remove Is64Bit field from SparcTargetMachine (#157400)Matt Arsenault
2025-09-08Sparc: Remove TargetTriple member from SparcSubtarget (#157397)Matt Arsenault
2025-05-06[Sparc] TableGen-erate SDNode descriptions (#138450)Sergei Barannikov
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2024-02-11[SPARC] Support reserving arbitrary general purpose registers (#74927)Koakuma
2024-01-12[SPARC] Consume `tune-cpu` directive in the backend (#77195)Koakuma
2023-05-17[Sparc] Make use of GET_SUBTARGETINFO_MACRO (NFC)Sergei Barannikov
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-27[Sparc] Add support for the partial write PSR instructionDaniel Cederman
2018-08-27[Sparc] Add support for the cycle counter available in GR740Daniel Cederman
2018-08-13Revert "[Sparc] Add support for the cycle counter available in GR740"Daniel Cederman
2018-08-13[Sparc] Add support for the cycle counter available in GR740Daniel Cederman
2018-04-20Revert "This pass, fixing an erratum in some LEON 2 processors..."Daniel Cederman
2017-11-21Add default values for member functions.Richard Trieu
2017-07-20[SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight
2017-07-19[SPARC] Add missing variable initialization after r308343.James Y Knight
2016-10-19[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst
2016-10-10This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...Chris Dewhurst
2016-08-12Revert "[Sparc] Leon errata fix passes."James Y Knight
2016-08-12[Sparc][Leon] Missed resetting option flags from check-in 278489.Chris Dewhurst
2016-08-12[Sparc][Leon] Errata fixes for various errata in different versions of the Le...Chris Dewhurst
2016-07-08[Sparc] Leon errata fix passes.Chris Dewhurst
2016-06-19[SPARC] Fixes for hardware errata on LEON processor.Chris Dewhurst
2016-05-23[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst
2016-05-18[Sparc] Add Soft Float supportChris Dewhurst
2016-05-16[Sparc][LEON] Add LEON-specific CASA instruction.Chris Dewhurst
2016-05-09[Sparc][LEON] Add UMAC and SMAC instruction support for Sparc LEON subtargetsChris Dewhurst
2016-05-03[Sparc] Constification of TargetMachine argumentsJames Y Knight
2016-04-26[SPARC] [SSP] Add support for LOAD_STACK_GUARD.Marcin Koscielnicki
2016-01-14Update to use new name alignTo().Rui Ueyama
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight
2015-09-10Revert "[SPARC] Switch to the Machine Scheduler."James Y Knight
2015-09-10[SPARC] Switch to the Machine Scheduler.James Y Knight
2015-08-26[SPARC] Fix stupid oversight in stack realignment support.James Y Knight
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders
2015-01-30Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2014-06-26Move the various Subtarget dependent members down to the subtargetEric Christopher
2014-04-22[cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-01-26Clean up the Legal/Expand logic for SPARC popc.Jakob Stoklund Olesen