llvm-project/lld/ELF
Fangrui Song 681b1be774 [lld] Fix -Wrange-loop-analysis warnings
One instance looks like a false positive:

lld/ELF/Relocations.cpp:1622:14: note: use reference type 'const std::pair<ThunkSection *, uint32_t> &' (aka 'cons
t pair<lld:🧝:ThunkSection *, unsigned int> &') to prevent copying
        for (const std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections)

It is not changed in this commit.
2020-01-01 15:41:20 -08:00
..
Arch [ELF][RISCV] Improve error message for unknown relocations 2019-12-31 16:09:55 -08:00
AArch64ErrataFix.cpp [LLD][ELF][AArch64][ARM] Add missing classof to patch sections. 2019-12-11 14:09:15 +00:00
AArch64ErrataFix.h
ARMErrataFix.cpp [LLD][ELF][AArch64][ARM] Add missing classof to patch sections. 2019-12-11 14:09:15 +00:00
ARMErrataFix.h
CMakeLists.txt [ELF] Suggest extern "C" when an undefined reference is mangled while the definition is not 2019-11-08 09:42:50 -08:00
CallGraphSort.cpp Fix a few typos in lld/ELF to cycle bots 2019-10-28 21:41:47 -04:00
CallGraphSort.h
Config.h Revert an accidental commit af5ca40b47 2019-12-13 15:17:40 +09:00
DWARF.cpp
DWARF.h
Driver.cpp [lld] Fix -Wrange-loop-analysis warnings 2020-01-01 15:41:20 -08:00
Driver.h
DriverUtils.cpp LLD: Don't use the stderrOS stream in link before it's reassigned. 2019-11-21 10:55:03 -05:00
EhFrame.cpp
EhFrame.h
ICF.cpp Revert an accidental commit af5ca40b47 2019-12-13 15:17:40 +09:00
ICF.h
InputFiles.cpp [ELF] Add a comment to handleSectionGroup(). NFC 2019-12-12 09:23:59 -08:00
InputFiles.h Forward declare the DWARFCache to avoid including LLVM DWARF details 2019-11-14 14:17:49 -08:00
InputSection.cpp [ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with GCC<5.5 and GCC<6.4 2019-12-29 23:05:11 -08:00
InputSection.h [ELF] Improve --gc-sections compatibility with GNU ld regarding section groups 2019-11-19 08:54:06 -08:00
LTO.cpp Revert an accidental commit af5ca40b47 2019-12-13 15:17:40 +09:00
LTO.h
LinkerScript.cpp [ELF] Delete redundant isLive() check. NFC 2019-12-15 21:59:55 -08:00
LinkerScript.h Fix a few typos in lld/ELF to cycle bots 2019-10-28 21:41:47 -04:00
MapFile.cpp Make it possible to redirect not only errs() but also outs() 2019-11-18 11:18:06 +09:00
MapFile.h
MarkLive.cpp Revert an accidental commit af5ca40b47 2019-12-13 15:17:40 +09:00
MarkLive.h
Options.td Revert an accidental commit af5ca40b47 2019-12-13 15:17:40 +09:00
OutputSections.cpp [LLD][ELF] - Make compression level be dependent on -On. 2019-11-26 11:50:22 +03:00
OutputSections.h
README.md
Relocations.cpp [ELF] Don't suggest an alternative spelling for a symbol in a discarded section 2019-12-23 09:10:29 -08:00
Relocations.h [ELF] Delete unused declaration addIRelativeRelocs after D65995. NFC 2019-12-16 11:19:22 -08:00
ScriptLexer.cpp
ScriptLexer.h
ScriptParser.cpp
ScriptParser.h
SymbolTable.cpp Fix a few typos in lld/ELF to cycle bots 2019-10-28 21:41:47 -04:00
SymbolTable.h [ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols() 2019-11-26 09:09:32 -08:00
Symbols.cpp [ELF] Add IpltSection 2019-12-17 00:06:04 -08:00
Symbols.h [ELF] --icf: do not fold preemptible symbols 2019-12-10 09:06:08 -08:00
SyntheticSections.cpp [lld] Fix -Wrange-loop-analysis warnings 2020-01-01 15:41:20 -08:00
SyntheticSections.h [ELF] Fix a comment. NFC 2019-12-17 17:17:33 -08:00
Target.cpp Revert "[ELF] Allow getErrPlace() to work before Out::bufferStart is set" 2019-12-13 09:43:51 -08:00
Target.h [ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with `const Symbol &`. NFC 2019-12-18 00:14:03 -08:00
Thunks.cpp [ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with GCC<5.5 and GCC<6.4 2019-12-29 23:05:11 -08:00
Thunks.h [ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNC 2019-12-29 22:42:53 -08:00
Writer.cpp [ELF] Improve the condition to create .interp 2019-12-27 15:34:25 -08:00
Writer.h

README.md

See docs/NewLLD.rst