aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/ARMErrataFix.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-3/+3
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-3/+3
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-3/+3
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
2021-06-30[LLD][ELF][ARM] Fix case of patched unrelocated BLXPeter Smith1-1/+14
2020-08-11[ELF] Move the outSecOff addend from relocAlloc/relocNonAlloc/... to InputSec...Fangrui Song1-4/+2
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song1-7/+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-16[ELF][ARM] Fix -Werror buildbots NFC.Peter Smith1-1/+1
2019-09-16[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith1-0/+528