hanchenye-llvm-project/lld/ELF
Rui Ueyama c9fefaac67 Add comments for AVR support.
AVR support is somewhat exotic as generated ELF executables are not
directly consumed but objcopy'ed to write it to on-chip flush memory.
This comment describes it for those why a full-fledged ELF linker is
used to link programs for the 8-bit microcontroller.

llvm-svn: 305567
2017-06-16 17:53:26 +00:00
..
Arch Add comments for AVR support. 2017-06-16 17:53:26 +00:00
CMakeLists.txt Split Target.cpp into small files. 2017-06-16 17:32:43 +00:00
Config.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Driver.cpp [ELF] Add armelf emulation mode 2017-06-14 08:25:38 +00:00
Driver.h Remove a dead function declaration. 2017-05-02 22:42:24 +00:00
DriverUtils.cpp Sort. 2017-03-27 03:42:55 +00:00
EhFrame.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
EhFrame.h Convert InputSectionBase to a class. 2017-02-23 02:28:28 +00:00
Error.cpp Flush output in log() 2017-04-28 21:35:02 +00:00
Error.h Update comments. 2017-03-30 22:57:49 +00:00
Filesystem.cpp Make LLD work even if the current directory is not writable. 2017-04-26 16:15:07 +00:00
Filesystem.h Move code to emit error messages from Filesystem.cpp to Driver.cpp. 2017-04-26 16:14:46 +00:00
GdbIndex.cpp Remove a comment that is taken from gdb man page. 2017-03-29 00:09:40 +00:00
GdbIndex.h [ELF] - Make implementation of .gdb index to be more natural for futher paralleling. 2017-06-07 16:59:11 +00:00
ICF.cpp ELF: Teach ICF about relocations referring to merge input sections. 2017-06-12 00:05:54 +00:00
ICF.h Do not pass Symtab to markLive/doICF since Symtab is globally accessible. 2016-05-02 19:30:42 +00:00
InputFiles.cpp [ELF] Initial migration of AVR target 2017-06-15 02:27:50 +00:00
InputFiles.h Allow the GNU gold-style nonstandard SHT_GROUP section. 2017-06-12 18:46:33 +00:00
InputSection.cpp Fix weak symbols on arm and aarch64. 2017-06-12 18:05:01 +00:00
InputSection.h Simplify. NFC. 2017-06-09 03:19:08 +00:00
LTO.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
LTO.h ELF: Add ThinLTO caching support. 2017-03-01 23:00:10 +00:00
LinkerScript.cpp Move clearOutputSections before sortSections. 2017-06-15 21:51:01 +00:00
LinkerScript.h Move clearOutputSections before sortSections. 2017-06-15 21:51:01 +00:00
MapFile.cpp Keep a list of all OutputSectionCommands. 2017-05-30 01:30:14 +00:00
MapFile.h Keep a list of all OutputSectionCommands. 2017-05-30 01:30:14 +00:00
MarkLive.cpp [ELF] Mark symbols referenced from linker script as live 2017-06-15 05:34:31 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
Mips.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Options.td Accept not only --reproduce <foo> but also --reproduce=<foo>. 2017-05-25 19:49:54 +00:00
OutputSections.cpp Make OutputSections and OutputSectionCommands globals. 2017-06-13 23:26:31 +00:00
OutputSections.h Make OutputSections and OutputSectionCommands globals. 2017-06-13 23:26:31 +00:00
README.md
Relocations.cpp [ELF] Enable createThunks to be called more than once. 2017-06-16 13:10:08 +00:00
Relocations.h [ELF] Enable createThunks to be called more than once. 2017-06-16 13:10:08 +00:00
ScriptLexer.cpp Handle ":" as a regular token character in linker scripts. 2017-03-09 19:23:00 +00:00
ScriptLexer.h Handle ":" as a regular token character in linker scripts. 2017-03-09 19:23:00 +00:00
ScriptParser.cpp Fix a bug in output section directive. 2017-06-08 19:47:16 +00:00
ScriptParser.h Move the parser for the linker script to a separate file. 2017-04-05 05:07:39 +00:00
Strings.cpp [ELF] - Use llvm::to_integer() instead of StringRef::getAsInteger(). 2017-05-16 08:19:25 +00:00
Strings.h Remove lld toStringRef function. 2017-06-14 20:20:11 +00:00
SymbolTable.cpp Symbols re-defined with -wrap and -defsym need to be excluded from inter- 2017-06-05 16:24:25 +00:00
SymbolTable.h Symbols re-defined with -wrap and -defsym need to be excluded from inter- 2017-06-05 16:24:25 +00:00
Symbols.cpp Simplify. NFC. 2017-06-09 21:09:08 +00:00
Symbols.h Detemplate SymbolBody::getGotVA. NFC. 2017-05-11 23:28:49 +00:00
SyntheticSections.cpp ELF: Move section merging before ICF. NFCI. 2017-06-12 00:00:51 +00:00
SyntheticSections.h ELF: Move section merging before ICF. NFCI. 2017-06-12 00:00:51 +00:00
Target.cpp Split Target.cpp into small files. 2017-06-16 17:32:43 +00:00
Target.h Split Target.cpp into small files. 2017-06-16 17:32:43 +00:00
Threads.h [Support] Move Parallel algorithms from LLD to LLVM. 2017-05-11 00:03:52 +00:00
Thunks.cpp [ELF] Be more precise about Thumb state bit in ARM thunks 2017-06-09 09:51:51 +00:00
Thunks.h [ELF] - Detemplate Thunk creation. 2017-05-17 07:10:59 +00:00
Writer.cpp [ELF] Enable createThunks to be called more than once. 2017-06-16 13:10:08 +00:00
Writer.h Inline a trivial constructor. 2017-05-26 02:17:13 +00:00

README.md

See docs/NewLLD.rst