summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
AgeCommit message (Expand)Author
2025-08-03MCSymbolXOFF: Remove classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-07-26MCSectionXCOFF: Remove classofFangrui Song
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: Replace MCExpr::print with MCAsmInfo::printExprFangrui Song
2025-06-15PowerPC: Rename PPCMCExpr::VK_ to PPC::S_Fangrui Song
2025-03-20[MC] Rename some VariantKind functions to use SpecifierFangrui Song
2025-03-20[PowerPC] Rename VariantKind to SpecifierFangrui Song
2025-03-12Move PowerPC-specific MCSymbolRefExpr::VariantKind to PPCMCExprFangrui Song
2025-03-02[MC] Move VariantKind info to MCAsmInfoFangrui Song
2025-02-27[PowerPC] Simplify ELFStreamer and XCOFFStreamerFangrui Song
2025-02-18[PowerPC] Use MCRegister. NFCCraig Topper
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-07-30[MC] Forward declare ELFObjectWriter (#100989)Sergei Barannikov
2024-07-22MCAssmembler: Move ELFHeaderEFlags to ELFObjectWriterFangrui Song
2024-07-21[MC] Remove unnecessary isVerboseAsm from Target::AsmTargetStreamerCtorTyFangrui Song
2024-05-02NFC: fix clang format spacing and documentation (#90775)Lei Huang
2024-04-25[MC] Remove RelaxAll parameters from create*StreamerFangrui Song
2024-03-01[PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)
2023-08-30[PPC] Fix layering issues between MCTargetDesc and CodeGenReid Kleckner
2023-08-30[PowerPC] Support initial-exec TLS relocation on AIXQiu Chaofan
2023-06-19[AIX][TLS] Generate 64-bit local-exec access code sequenceAmy Kwan
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-23[MC] Make more use of MCInstrDesc::operands. NFC.Jay Foad
2022-12-18PPC: Implement null target streamerMatt Arsenault
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet
2022-08-10[PowerPC] Change a double Log2 for localentry to integral Log2. NFCFangrui Song
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green
2022-07-13Move instruction predicate verification to emitInstructionDavid Green
2022-01-15[MC][PowerPC] Replace MCContext::reportFatalError calls with reportErrorFangrui Song
2021-12-21[PowerPC][llvm-objdump] enable --symbolize-operands for PowerPC ELF/XCOFF.Esme-Yi
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-05-06[AIX][TLS] Add support for TLSGD relocations to XCOFF objectsVictor Huang
2021-04-29[AIX][TLS] Add ASM portion changes to support TLSGD relocations to XCOFF objectsVictor Huang
2021-04-27[AIX][Power10] Restrict prefixed instructions from crossing the 64byte boundaryVictor Huang
2021-03-08[AIX][TLS] Generate 32-bit general-dynamic access code sequenceNemanja Ivanovic
2021-01-14[PowerPC] Only use some extend mne if assembler is modern enoughJinsong Ji
2021-01-02[PowerPC] Add the LLVM triple for powerpcle [1/5]Brandon Bergren
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-08-10[XCOFF][AIX] Use TE storage mapping class when large code model is enabledjasonliu
2020-08-10[XCOFF] Adjust .rename emission sequencejasonliu
2020-07-06[XCOFF][AIX] Give symbol an internal name when desired symbol name contains i...jasonliu
2020-05-22[MC] Change MCCFIInstruction::createDefCfa to cfiDefCfa which does not negate...Fangrui Song
2020-04-15[PowerPC] Clear the set of symbols that need to be updated in MCTargetStreamerNemanja Ivanovic
2020-04-08[PowerPC][Future] Add Support For Functions That Do Not Use A TOC.Stefan Pintilie
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song