summaryrefslogtreecommitdiffstats
path: root/lld/ELF/AArch64ErrataFix.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD][ELF][AArch64][ARM] Add missing classof to patch sections.Peter Smith2019-12-111-0/+4
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-2/+2
* [ELF][AARCH64] Refactor AArchErrataFix to match changes in ARMErrataFix NFC.Peter Smith2019-09-171-22/+19
* [ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith2019-09-161-7/+4
* [ELF][AArch64] Apply some NFC cleanups to AArch64ErrataFix.cppFangrui Song2019-09-091-10/+10
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-10/+10
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-8/+8
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-230/+230
* Use llvm::stable_sortFangrui Song2019-04-231-3/+3
* [ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song2019-03-291-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ELF: AArch64: Fix errata patch address calculation.Peter Collingbourne2018-12-171-1/+2
* [AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS.Peter Smith2018-11-271-4/+8
* Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama2018-10-081-3/+3
* [ELF] Guard --fix-cortex-a53-843419 against --just-symsPeter Smith2018-09-131-1/+1
* [ELF] Add support for Armv5 and Armv6 compatible ThunksPeter Smith2018-08-201-2/+2
* Add a SectionBase::getVA helper. NFC.Rafael Espindola2018-03-241-3/+3
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-281-1/+1
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-1/+0
* Use log to print out a verbose message.Rui Ueyama2018-02-091-4/+2
* Remove Config->Verbose because we have errorHandler().Verbose.Rui Ueyama2018-02-081-1/+2
* [ELF] Make --fix-cortex-a53-843419 work on big endian hostsPeter Smith2018-01-231-1/+2
* Use references instead of pointers. NFC.Rafael Espindola2017-12-191-2/+2
* [ELF] Complete implementation of --fix-cortex-a53-843419Peter Smith2017-12-151-60/+218
* Remove some includes from InputFiles.h.Rafael Espindola2017-12-091-1/+2
* [ELF] AArch64 Errata fix, add missing files.Peter Smith2017-12-051-0/+489
OpenPOWER on IntegriCloud