summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/AVR.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-3/+7
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-15/+15
* [LLD][ELF] - Improve diagnostic about unrecognized relocations.George Rimar2019-05-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar2018-09-261-0/+3
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-2/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* Remove one parameter from Target::getRelExpr.Rui Ueyama2017-10-121-9/+3
* Define RelType to represent relocation types.Rui Ueyama2017-10-111-4/+4
* Fix which file is in an error message.Rafael Espindola2017-08-041-3/+3
* Do not use make<> to allocate TargetInfo. NFC.Rui Ueyama2017-06-161-2/+4
* Add comments for AVR support.Rui Ueyama2017-06-161-0/+19
* Split Target.cpp into small files.Rui Ueyama2017-06-161-0/+59
OpenPOWER on IntegriCloud