aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/AArch64ErrataFix.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-09Fix lld crash using --fix-cortex-a53-843419 (#170495)TarcĂ­sio Fischer1-17/+26
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata1-2/+0
2025-04-19[lld] Use llvm::unique (NFC) (#136453)Kazu Hirata1-6/+6
2024-11-23[ELF] Make SyntheticSection parameter order match InputSectionFangrui Song1-2/+2
2024-11-16[ELF] Replace functions bAlloc/saver/uniqueSaver with member accessFangrui Song1-2/+2
2024-11-16[ELF] Pass ctx to bAlloc/saver/uniqueSaverFangrui Song1-2/+2
2024-11-07[ELF] Replace log with Log(ctx)Fangrui Song1-2/+2
2024-10-19[ELF] Pass Ctx & to Symbol::getVAFangrui Song1-1/+1
2024-10-11[ELF] Pass Ctx &Fangrui Song1-3/+3
2024-10-10[ELF] Revert Ctx & parameters from SyntheticSectionFangrui Song1-4/+4
2024-10-10[ELF] Pass Ctx & to SyntheticSectionFangrui Song1-1/+1
2024-10-06[ELF] Pass Ctx & to Arch/Fangrui Song1-5/+5
2024-10-03[ELF] Pass Ctx & to SyntheticSection::getSizeFangrui Song1-2/+2
2024-10-03[ELF] Pass Ctx & to SyntheticSection::writeToFangrui Song1-2/+2
2024-08-21[ELF] Move target to Ctx. NFCFangrui Song1-4/+5
2024-08-03[ELF] Move outputSections into Ctx. NFCFangrui Song1-1/+1
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song1-2/+2
2022-12-03[ELF] Add final to some SyntheticSection derived classesFangrui Song1-1/+1
2022-11-21[ELF] Add InputSectionBase::{addRelocs,relocs} and GotSection::addConstant to...Fangrui Song1-6/+5
2022-11-20[ELF] Change rawData to content() and data() to contentMaybeDecompress()Fangrui Song1-4/+4
2022-11-03[ELF] Fix duplicate work typo. NFCFangrui Song1-1/+1
2022-10-17[ELF] Make relocateAlloc target specific. NFCFangrui Song1-1/+1
2022-10-01[ELF] Remove ctx indirection. NFCFangrui Song1-1/+1
2022-06-29[ELF] Move InputFiles global variables (memoryBuffers, objectFiles, etc) into...Fangrui Song1-1/+1
2022-02-23[ELF] Don't rely on Symbols.h's transitive inclusion of InputFiles.h. NFCFangrui Song1-0/+1
2022-02-21[ELF] Replace uncompressed InputSectionBase::data() with rawData. NFCFangrui Song1-3/+3
2022-02-07[ELF] Clean up headers. NFCFangrui Song1-2/+0
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-4/+4
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-4/+4
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-4/+4
2021-12-26[ELF] Change InputSectionDescription members from vector to SmallVectorFangrui Song1-1/+1
2021-12-15[ELF] Change objectFiles to ELFFileBase *Fangrui Song1-3/+2
2021-11-25[ELF] Rename BaseCommand to SectionCommand. NFCFangrui Song1-2/+2
2021-11-25[ELF] Rename OutputSection::sectionCommands to commands. NFCFangrui Song1-1/+1
2020-08-11[ELF] Move the outSecOff addend from relocAlloc/relocNonAlloc/... to InputSec...Fangrui Song1-3/+1
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song1-6/+3
2020-01-25[ELF] Rename relocateOne() to relocate() and pass `Relocation` to itFangrui Song1-1/+1
2019-12-11[LLD][ELF][AArch64][ARM] Add missing classof to patch sections.Peter Smith1-0/+4
2019-10-28Fix a few typos in lld/ELF to cycle botsNico Weber1-2/+2
2019-09-17[ELF][AARCH64] Refactor AArchErrataFix to match changes in ARMErrataFix NFC.Peter Smith1-22/+19
2019-09-16[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith1-7/+4
2019-09-09[ELF][AArch64] Apply some NFC cleanups to AArch64ErrataFix.cppFangrui Song1-10/+10
2019-07-16[ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song1-10/+10
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama1-8/+8
2019-07-10[Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama1-230/+230
2019-04-23Use llvm::stable_sortFangrui Song1-3/+3
2019-03-29[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-17ELF: AArch64: Fix errata patch address calculation.Peter Collingbourne1-1/+2