summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
AgeCommit message (Expand)Author
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-09-08Sparc: Remove Is64Bit field from SparcTargetMachine (#157400)Matt Arsenault
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-09-30[SPARC] Align i128 to 16 bytes in SPARC datalayouts (#106951)Koakuma
2024-08-19[Sparc] Add errata workaround pass for GR712RC and UT700 (#103843)Daniel Cederman
2024-06-04Reland "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94149)paperchalice
2024-06-02Revert "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94146)paperchalice
2024-06-02[NewPM][CodeGen] Port selection dag isel to new pass manager (#83567)paperchalice
2024-02-25[CodeGen] Port AtomicExpand to new Pass Manager (#71220)Rishabh Bali
2024-01-12[SPARC] Consume `tune-cpu` directive in the backend (#77195)Koakuma
2023-09-25[Sparc] Remove Subtarget member of SparcTargetMachine (#66876)Sergei Barannikov
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-03-11[SPARC] Implement hooks for conditional branch relaxationKoakuma
2023-02-06Remove no longer needed includes of LegacyPassManager.hBjorn Pettersson
2022-12-21[llvm][SelectionDAGISel] support -{start|stop}-{before|after}= for remaining ...Nick Desaulniers
2022-12-21CodeGen: Don't lazily construct MachineFunctionInfoMatt Arsenault
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-04-17Normalize interaction with boolean attributesSerge Guelton
2021-01-12[llvm] Use Optional::getValueOr (NFC)Kazu Hirata
2020-08-28[Attributes] Add a method to check if an Attribute has AttrKind None. Use ins...Craig Topper
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard
2019-05-22[TargetMachine] error message unsupported code modelSjoerd Meijer
2019-05-15[Sparc] Create a TargetInfo header. NFCRichard Trieu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-07[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green
2018-07-30Remove trailing spaceFangrui Song
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-20[SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-30TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2016-10-19[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...Chris Dewhurst
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-08-12Revert "[Sparc] Leon errata fix passes."James Y Knight
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