summaryrefslogtreecommitdiff
path: root/lld/ELF/ARMErrataFix.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-04-19[lld] Use llvm::unique (NFC) (#136453)Kazu Hirata
2024-11-23[ELF] Make SyntheticSection parameter order match InputSectionFangrui Song
2024-11-16[ELF] Replace functions bAlloc/saver/uniqueSaver with member accessFangrui Song
2024-11-16[ELF] Pass ctx to bAlloc/saver/uniqueSaverFangrui Song
2024-11-07[ELF] Replace log with Log(ctx)Fangrui Song
2024-11-06[ELF] Replace warn(...) with WarnFangrui Song
2024-10-19[ELF] Pass Ctx & to Symbol::getVAFangrui Song
2024-10-11[ELF] Pass Ctx &Fangrui Song
2024-10-10[ELF] Revert Ctx & parameters from SyntheticSectionFangrui Song
2024-10-10[ELF] Pass Ctx & to SyntheticSectionFangrui Song
2024-10-10[ELF] Pass Ctx &Fangrui Song
2024-10-06[ELF] Pass Ctx & to some free functionsFangrui Song
2024-10-06[ELF] Pass Ctx & to SymbolsFangrui Song
2024-10-06[ELF] Pass Ctx & to Arch/Fangrui Song
2024-10-03[ELF] Pass Ctx & to SyntheticSection::getSizeFangrui Song
2024-10-03[ELF] Pass Ctx & to SyntheticSection::writeToFangrui Song
2024-08-21[ELF] Move target to Ctx. NFCFangrui Song
2024-08-03[ELF] Move outputSections into Ctx. NFCFangrui Song
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song
2022-12-03[ELF] Add final to some SyntheticSection derived classesFangrui Song
2022-11-21[ELF] Add InputSectionBase::{addRelocs,relocs} and GotSection::addConstant to...Fangrui Song
2022-11-20[ELF] Change rawData to content() and data() to contentMaybeDecompress()Fangrui Song
2022-10-17[ELF] Make relocateAlloc target specific. NFCFangrui Song
2022-10-01[ELF] Remove ctx indirection. NFCFangrui Song
2022-06-29[ELF] Move InputFiles global variables (memoryBuffers, objectFiles, etc) into...Fangrui Song
2022-02-23[ELF] Don't rely on Symbols.h's transitive inclusion of InputFiles.h. NFCFangrui Song
2022-02-21[ELF] Replace uncompressed InputSectionBase::data() with rawData. NFCFangrui Song
2022-02-14[ELF] Fix dead initialization. NFCFangrui Song
2022-02-07[ELF] Clean up headers. NFCFangrui Song
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2021-12-26[ELF] Change InputSectionDescription members from vector to SmallVectorFangrui Song
2021-12-15[ELF] Change objectFiles to ELFFileBase *Fangrui Song
2021-11-25[ELF] Rename BaseCommand to SectionCommand. NFCFangrui Song
2021-11-25[ELF] Rename OutputSection::sectionCommands to commands. NFCFangrui Song
2021-06-30[LLD][ELF][ARM] Fix case of patched unrelocated BLXPeter Smith
2020-08-11[ELF] Move the outSecOff addend from relocAlloc/relocNonAlloc/... to InputSec...Fangrui Song
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song
2020-01-25[ELF] Rename relocateOne() to relocate() and pass `Relocation` to itFangrui Song
2019-12-11[LLD][ELF][AArch64][ARM] Add missing classof to patch sections.Peter Smith
2019-10-28Fix a few typos in lld/ELF to cycle botsNico Weber
2019-09-16[ELF][ARM] Fix -Werror buildbots NFC.Peter Smith
2019-09-16[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith