summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
AgeCommit message (Expand)Author
2025-09-11[llvm] Move data layout string computation to TargetParser (#157612)Reid Kleckner
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-03[MISched] Add templates for creating custom schedulers (#141935)Pengcheng Wang
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-04-26[TTI] Simplify implementation (NFCI) (#136674)Sergei Barannikov
2025-03-25[SystemZ] Add pass initialization for `CopyPhysRegs` pass (#132912)Dominik Steenken
2025-02-05[CodeGen] Move MISched target hooks into TargetMachine (#125700)Christudasan Devadasan
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-10-16[CodeGen][NewPM] Port EarlyIfConversion pass to NPM. (#108508)Christudasan Devadasan
2024-08-08[SystemZ][z/OS] __ptr32 support for z/OS (#101696)Abhina Sree
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-04-30[SystemZ] Enable MachineCombiner for FP reassociation (#83546)Jonas Paulsson
2024-03-05[SystemZ] Use proper relocation for TLS variable debug info (#83975)Ulrich Weigand
2024-02-25[CodeGen] Port AtomicExpand to new Pass Manager (#71220)Rishabh Bali
2023-11-08[SystemZ] Add backchain target-feature (#71668)Ilya Leoshkevich
2023-10-31[SystemZ] Enable AtomicExpand pass (#70398)Ilya Leoshkevich
2023-10-25[SystemZ][NFC] Fix a couple of style issues (#69958)Kai Nacke
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
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-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek
2022-09-08[SystemZ] Improve handling of vector alignments.Jonas Paulsson
2022-06-30[SystemZ] Add support for tune-cpu attributeKai Nacke
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-02-25mark getTargetTransformInfo and getTargetIRAnalysis as constJameson Nash
2022-01-21[SystemZ] Properly register machine passes.Kai Nacke
2021-10-18Remove the verifyAfter mechanism that was replaced by D111397Jay Foad
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-09-24[SystemZ][z/OS] Add GOFF Support to the DataLayoutAnirudh Prasad
2021-07-27[SystemZ][z/OS] Initial code to generate assembly files on z/OSAnirudh Prasad
2021-04-17Normalize interaction with boolean attributesSerge Guelton
2020-08-28[Attributes] Add a method to check if an Attribute has AttrKind None. Use ins...Craig Topper
2020-03-03[SystemZ] Copy Access registers and CC with the correct register class.Jonas Paulsson
2020-02-10[SystemZ] Add a subtarget cache like some other targets already have.Jonas Paulsson
2020-02-10[SytemZ] Disable vector ABI when using option -march=arch[8|9|10]Kai Nacke
2020-02-04[SystemZ] Support -msoft-floatJonas Paulsson
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2019-09-30[SystemZ] Add SystemZPostRewrite in addPostRegAlloc() instead at -O0.Jonas Paulsson
2019-09-16[SystemZ] Merge the SystemZExpandPseudo pass into SystemZPostRewrite.Jonas Paulsson
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-06-08[SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.Jonas Paulsson
2019-05-22[TargetMachine] error message unsupported code modelSjoerd Meijer
2019-05-15[SystemZ] Create a TargetInfo header. NFCRichard Trieu