summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
AgeCommit message (Expand)Author
2025-08-17[llvm] Remove unused includes (NFC) (#154051)Kazu Hirata
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song
2025-07-21MIPS: Stable sort relocationsFangrui Song
2025-07-15MCFixup: Replace getTargetKind with getKindFangrui Song
2025-06-17MIPS: Replace MipsMCExpr with MCSpecifierExprFangrui Song
2025-06-15MIPS: Rename MipsMCExpr::MEK_ to Mips::S_Fangrui Song
2025-05-24MCELFObjectTargetWriter::needsRelocateWithSymbol: Remove MCSymbol argumentFangrui Song
2025-05-24ELFObjectWriter: Remove the MCContext argument from getRelocTypeFangrui Song
2025-05-24ELFObjectWriter: Replace Ctx.reportError with reportErrorFangrui Song
2025-05-24ELFObjectWriter: Remove MCAssembler * argumentsFangrui Song
2025-04-12ELFObjectWriter: Make .reloc test genericFangrui Song
2025-04-06MCValue: Replace getRefKind with getSpecifierFangrui Song
2025-04-05[MC] Replace getSymA()->getSymbol() with getAddSym. NFCFangrui Song
2025-03-15[Mips] Move fixELFSymbolsInTLSFixups to getRelocTypeFangrui Song
2025-03-02[MC] Move MIPS-specific gprel/tprel/dtprel from MCStreamer to MipsTargetStreamerFangrui Song
2025-03-01[Mips] Allow expressions in some immediate operandsFangrui Song
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-08-23[MIPS] Optimize sortRelocs for o32Fangrui Song
2024-08-18[MC] Remove ELFRelocationEntry::OriginalAddendFangrui Song
2024-08-18[MIPS] Remove expensive LLVM_DEBUG relocation dumpFangrui Song
2024-03-23[MC] Remove unnecessary reversal of relocations. NFCFangrui Song
2023-08-29[MC,AArch64] Suppress local symbol to STT_SECTION conversion for GOT relocationsFangrui Song
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-06-30[MC][Mips] Support .reloc *, BFD_RELOC_{NONE,16,32,64}, *Fangrui Song
2020-06-03Fix gcc "enumeral and non-enumeral type in conditional expression" warning. N...Simon Pilgrim
2020-06-02[mips] Support 64-bit relative relocationsSimon Atanasyan
2020-04-24[MC][mips] Replace setRType## methods by single setRTypes function. NFCSimon Atanasyan
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[ARM] Support .reloc *, R_ARM_NONE, *Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-29[mips] Show an error on attempt to use 64-bit PC-relative relocationSimon Atanasyan
2018-12-29[mips] Show a regular error message on attempt to use one byte relocationSimon Atanasyan
2018-11-21[mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALRVladimir Stefanovic
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-06-01[mips] Extend list of relocations supported by the `.reloc` directiveSimon Atanasyan
2018-05-29[mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 reloc...Simon Atanasyan
2018-05-29[mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocationsSimon Atanasyan
2018-05-21MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-03-29[Mips] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-01-11[Mips] Handle one byte unsupported relocationsStefan Maksimovic
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-09-21[mips] Do not pass redundant IsN64 flag to MCELFObjectTargetWriter. NFCSimon Atanasyan
2017-09-21[mips] Fix relocation record format and ELF header for N32 ABISimon Atanasyan
2017-09-07[mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFCSimon Atanasyan
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-04-30[mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of micr...Simon Atanasyan