summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
AgeCommit message (Expand)Author
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-06-26PowerPC: Move PPCMCExpr into PPCMCAsmInfoFangrui Song
2025-06-15PowerPC: Rename PPCMCExpr::VK_ to PPC::S_Fangrui Song
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Replace MCSymbol uses with ...Fangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24ELFObjectWriter: Replace Ctx.reportError with reportErrorFangrui Song
2025-05-24MCFixup: Remove FK_PCRel_ from getKindForSizeFangrui Song
2025-04-12[PowerPC] Fix -Wunused-variableFangrui Song
2025-04-12ELFObjectWriter: Make .reloc test genericFangrui Song
2025-04-06[PowerPC] Use reportErrorFangrui Song
2025-04-05[PowerPC] Report proper error for invalid relocation specifierFangrui Song
2025-04-05MCValue: Store SymA specifier at SpecifierFangrui Song
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song
2025-03-24[PowerPC] Simplify evaluateAsRelocatableImplFangrui Song
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-04Move PowerPC-specific absolute MCSymbolRefExpr::VariantKind to PPCMCExprFangrui Song
2025-03-02[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDFangrui Song
2024-11-14[PowerPC] Remove unused includes (NFC) (#116163)Kazu Hirata
2023-08-29[MC,AArch64] Suppress local symbol to STT_SECTION conversion for GOT relocationsFangrui Song
2023-08-09[PPC32] Emit relocation type R_PPC_DTPREL32 for tls variablesVarun Erigila
2022-02-22[PowerPC] Allow absolute expressions in relocationsNemanja Ivanovic
2020-09-23[PowerPC][PCRelative] Thread Local Storage Support for Local DynamicVictor Huang
2020-09-14[PowerPC] Implement Thread Local Storage Support for Local ExecKamau Bridgeman
2020-08-21[PowerPC][PCRelative] Thread Local Storage Support for Initial ExecKamau Bridgeman
2020-08-20[PowerPC][PCRelative] Thread Local Storage Support for General DynamicKamau Bridgeman
2020-07-28[PowerPC] Split s34imm into two typesStefan Pintilie
2020-07-09Temporarily Revert "[PowerPC] Split s34imm into two types"Eric Christopher
2020-07-09[PowerPC] Split s34imm into two typesStefan Pintilie
2020-04-17[PowerPC][Future] More support for PCRel addressing for global valuesStefan Pintilie
2020-04-09[PowerPC][Future] Initial support for PCRel addressing for constant pool loadsStefan Pintilie
2020-04-08[PowerPC][Future] Add Support For Functions That Do Not Use A TOC.Stefan Pintilie
2020-03-28[MC][PowerPC] Make .reloc support arbitrary relocation typesFangrui Song
2019-08-23[MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-17[PowerPC] Support .reloc *, R_PPC{,64}_NONE, *Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-15[PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile
2018-06-15[PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile
2018-05-21MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne
2017-10-10[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames
2017-10-09[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-02-10[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu
2016-01-13Convert a few assert failures into proper errors.Rafael Espindola