summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
AgeCommit message (Expand)Author
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟
2025-09-09[PowerPC] Support `-fpatchable-function-entry` on PPC64LE (#151569)Maryam Moghadas
2025-08-03MCSymbolXOFF: Remove classofFangrui Song
2025-08-03MCSymbolXCOFF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-07-26MCSectionXCOFF: Remove classofFangrui Song
2025-07-12[PowerPC] Remove an unnecessary cast (NFC) (#148393)Kazu Hirata
2025-06-27PowerPC: Remove redundant MCSymbolRefExpr::VariantKind castsFangrui Song
2025-06-26PowerPC: Move PPCMCExpr into PPCMCAsmInfoFangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-06-15PowerPC: Migrate to newer relocation specifier representationFangrui Song
2025-06-15PowerPC: Rename PPCMCExpr::VK_ to PPC::S_Fangrui Song
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2025-04-07PowerPC32:PIC: Update to bcl to fix branch prediction mis-predict issue (#134...Lei Huang
2025-03-22[PowerPC] Avoid repeated hash lookups (NFC) (#132514)Kazu Hirata
2025-03-20[PowerPC] Rename VariantKind to SpecifierFangrui Song
2025-03-12Move PowerPC-specific MCSymbolRefExpr::VariantKind to PPCMCExprFangrui Song
2025-03-12[PowerPC] Rename PPCMCExpr's VK_PPC_ to VK_. NFCFangrui Song
2025-03-11[MC] Remove MCSymbolRefExpr::VK_Invalid in favor of getVaraintKindForName ret...Fangrui Song
2025-03-06[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2025-03-04Move PowerPC-specific absolute MCSymbolRefExpr::VariantKind to PPCMCExprFangrui Song
2025-03-02[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDFangrui Song
2025-02-18[PowerPC] Use MCRegister. NFCCraig Topper
2025-02-17[Targets] Move *TargetStreamer.h files into their MCTargetDesc directory. (#1...Craig Topper
2024-12-26[MC] Move AIX specific function to PPCAsmPrinterFangrui Song
2024-12-24MCAsmInfo: replace AIX-specific variables with IsAIXFangrui Song
2024-12-10[PowerPC][AIX] Emit PowerPC version for XCOFF (#113214)Amy Kwan
2024-11-14[PowerPC] Remove unused includes (NFC) (#116163)Kazu Hirata
2024-10-17[PGO] Initialize GCOV Writeout and Reset Functions in the Runtime on AIX (#10...Qiongsi Wu
2024-09-20[llvm] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-07-26CodeGen: Remove MachineModuleInfo reference from MachineFunction (#100357)Matt Arsenault
2024-07-22[PowerPC]fix XRAY failures in https://lab.llvm.org/buildbot/#/builders/145/bu...Chen Zheng
2024-07-22[PowerPC] Support -fpatchable-function-entry (#92997)Chen Zheng
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2024-06-06[PowerPC] Adjust operand order of ADDItoc to be consistent with other ADDI* n...Kai Luo
2024-05-22[PowerPC] Fix assembler error with toc-data and data-sections (#91976)Zaara Syeda
2024-05-21[PowerPC][AIX] 64-bit large code-model support for toc-data (#90619)Zaara Syeda
2024-05-09[PowerPC] Tune AIX shared library TLS model at function level (#84132)Felix (Ting Wang)
2024-05-08[PowerPC][AIX] Refactor existing logic to handle non-zero offsets for aix-sma...Felix (Ting Wang)
2024-05-05[Target] Use StringRef::operator== instead of StringRef::equals (NFC) (#91072...Kazu Hirata
2024-04-25[PowerPC] Use `SmallSetVector` to enable deterministic build (#89875)Kai Luo
2024-04-17[PowerPC] 32-bit large code-model support for toc-data (#85129)Zaara Syeda
2024-04-12[PowerPC][AIX] Enable aix-small-local-dynamic-tls target attribute (#86641)Felix (Ting Wang)
2024-03-22[PowerPC][AIX] support explicit sections for -ffunction-sections (#85351)Chen Zheng
2024-03-15[AIX] Support per global code model. (#79202)Sean Fertile
2024-03-14[AIX][TOC] Fix buildbot failures from commit b4ae8df (#85303)Zaara Syeda
2024-03-13[PowerPC][NFC] Rename ADDItocL to match the 64-bit naming convention (#85099)Zaara Syeda
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda