summaryrefslogtreecommitdiff
path: root/lld/ELF/AArch64ErrataFix.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-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-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-25[llvm] Add missing StringExtras.h includesElliot Goodrich
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-11-03[ELF] Fix duplicate work typo. NFCFangrui 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-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
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-17[ELF][AARCH64] Refactor AArchErrataFix to match changes in ARMErrataFix NFC.Peter Smith
2019-09-16[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith
2019-09-09[ELF][AArch64] Apply some NFC cleanups to AArch64ErrataFix.cppFangrui Song
2019-07-16[ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama
2019-04-23Use llvm::stable_sortFangrui Song
2019-03-29[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-17ELF: AArch64: Fix errata patch address calculation.Peter Collingbourne
2018-11-27[AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS.Peter Smith