aboutsummaryrefslogtreecommitdiff
path: root/ELF/AArch64ErrataFix.cpp
AgeCommit message (Expand)Author
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
2018-10-08Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama
2018-09-13[ELF] Guard --fix-cortex-a53-843419 against --just-symsPeter Smith
2018-08-20[ELF] Add support for Armv5 and Armv6 compatible ThunksPeter Smith
2018-03-24Add a SectionBase::getVA helper. NFC.Rafael Espindola
2018-02-28Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama
2018-02-20Consistent (non) use of empty lines in include blocksSam Clegg
2018-02-09Use log to print out a verbose message.Rui Ueyama
2018-02-08Remove Config->Verbose because we have errorHandler().Verbose.Rui Ueyama
2018-01-23[ELF] Make --fix-cortex-a53-843419 work on big endian hostsPeter Smith
2017-12-19Use references instead of pointers. NFC.Rafael Espindola
2017-12-15[ELF] Complete implementation of --fix-cortex-a53-843419Peter Smith
2017-12-09Remove some includes from InputFiles.h.Rafael Espindola
2017-12-05[ELF] AArch64 Errata fix, add missing files.Peter Smith