summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
AgeCommit message (Expand)Author
2025-06-09Remove GlobalObject::getAlign/setAlignment (#143188)Eli Friedman
2025-01-20[SystemZ] Add support for new cpu architecture - arch15Ulrich Weigand
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2024-03-11[NFC] Remove unused parameter from shouldAssumeDSOLocal()Arthur Eubanks
2023-10-25[SystemZ][NFC] Fix a couple of style issues (#69958)Kai Nacke
2023-07-05[SystemZ][z/OS] z/OS ADA codegen and emissionYusra Syeda
2023-06-28Revert "[SystemZ][z/OS] This patch adds support for the ADA (associated data ...Yusra Syeda
2023-06-28[SystemZ][z/OS] This patch adds support for the ADA (associated data area), d...Yusra Syeda
2022-12-09[SystemZ][NFC] Simplify SystemZSubtargetKai Nacke
2022-06-30[SystemZ] Add support for tune-cpu attributeKai Nacke
2022-01-06[Target] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata
2022-01-01[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2021-09-09[SystemZ] [NFC] Add SystemZELFFrameLowering and SystemZXPLINKFrameLowering cl...Neumann Hon
2021-08-25[SystemZ] [NFC] Replace SpecialRegisters field with a unique_ptr instead of a...Neumann Hon
2021-07-26[SystemZ] Add support for new cpu architecture - arch14Ulrich Weigand
2021-05-14[SystemZ] [z/OS] Add SystemZCallingConventionRegisters classNeumann Hon
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-07-23[SystemZ] Ensure -mno-vx disables any use of vector featuresUlrich Weigand
2020-06-23Remove GlobalValue::getAlignment().Eli Friedman
2020-05-23TargetLowering.h - remove unnecessary TargetMachine.h include. NFCSimon Pilgrim
2020-02-04[SystemZ] Support -msoft-floatJonas Paulsson
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-07-12[SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-15[SystemZ] New CL option to enable subreg livenessJonas Paulsson
2017-07-17[SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand
2017-06-30[SystemZ] Add all remaining instructionsUlrich Weigand
2017-05-30[SystemZ] Add decimal floating-point instructionsUlrich Weigand
2017-05-10[SystemZ] Add crypto instructionsUlrich Weigand
2016-11-28[SystemZ] Support execution hint instructionsUlrich Weigand
2016-11-28[SystemZ] Support load-and-trap instructionsUlrich Weigand
2016-11-11[SystemZ] Support load-and-zero-rightmost-byte facilityUlrich Weigand
2016-07-11[SystemZ] Recognize Load On Condition Immediate (LOCHI/LOGHI) opportunitiesZhan Jun Liau
2016-06-30Delete unused includes. NFC.Rafael Espindola
2016-06-27Move shouldAssumeDSOLocal to Target.Rafael Espindola
2016-06-23Uses shouldAssumeDSOLocal.Rafael Espindola
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-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-05-05[SystemZ] Add z13 vector facility and MC supportUlrich Weigand
2015-04-01[SystemZ] Support transactional execution on zEC12Ulrich Weigand
2015-03-31[SystemZ] Support RISBGN instruction on zEC12Ulrich Weigand
2015-03-31[SystemZ] Use POPCNT instruction on z196Ulrich Weigand
2015-03-30[SystemZ] Remove TargetMachine CPU auto-detectionUlrich Weigand
2015-01-31Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher