llvm-project/lld/ELF
George Rimar f21aade0d8 [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
This approach is not only consistent with UnresolvedPolicy, 
but also should help to solve a problem 
of options with opposing meanings, mentioned in PR28843

Differential revision: https://reviews.llvm.org/D23869

llvm-svn: 280206
2016-08-31 08:38:11 +00:00
..
CMakeLists.txt Refactor getMipsEFlags. 2016-08-08 19:39:45 +00:00
Config.h [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags. 2016-08-31 08:38:11 +00:00
Driver.cpp [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags. 2016-08-31 08:38:11 +00:00
Driver.h COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
DriverUtils.cpp COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
EhFrame.cpp [ELF] Allow arbitrary code alignment in .eh_frame 2016-07-29 04:41:38 +00:00
EhFrame.h Create a new file EhFrame.cpp and move code to read .eh_frame there. 2016-05-24 02:55:45 +00:00
Error.cpp Delete dead code. 2016-07-18 18:24:41 +00:00
Error.h ELF: Make check() always return a value. 2016-07-15 02:01:03 +00:00
ICF.cpp [ELF] ICF should respect section alignment 2016-08-22 18:53:09 +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] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags. 2016-08-31 08:38:11 +00:00
InputFiles.h [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
InputSection.cpp [ELF] - Fix for PR28976 - Corrupted section contents when using linker scripts 2016-08-19 15:46:28 +00:00
InputSection.h [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
LTO.cpp [LTO] Fix the logic for dropping unnamed_addr. 2016-08-30 20:15:03 +00:00
LTO.h ELF: Remove member variables that are used only in one function. 2016-07-15 03:06:42 +00:00
LinkerScript.cpp Allow adding start/end symbols to any section 2016-08-31 08:13:33 +00:00
LinkerScript.h [ELF] - Linkerscript: implemented ADDR command. 2016-08-30 09:54:01 +00:00
MarkLive.cpp Unpollute the global namespace. lld edition. 2016-08-06 13:52:37 +00:00
Mips.cpp [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
Options.td Removed trailing whitespace. NFC. 2016-08-25 10:39:04 +00:00
OutputSections.cpp Implement support for --build-id=uuid switch 2016-08-26 09:55:37 +00:00
OutputSections.h Implement support for --build-id=uuid switch 2016-08-26 09:55:37 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp [ELF] Only print symbol name when it is available 2016-08-22 19:01:53 +00:00
Relocations.h Create thunks before regular relocation scan. 2016-07-20 17:58:07 +00:00
ScriptParser.cpp Create Strings.cpp and move string manipulation functions to that file. 2016-06-29 08:01:32 +00:00
ScriptParser.h Remove dead ctor. 2016-07-30 00:13:30 +00:00
Strings.cpp Move demangle() from Symbols.cpp to Strings.cpp. 2016-07-07 23:04:15 +00:00
Strings.h Move demangle() from Symbols.cpp to Strings.cpp. 2016-07-07 23:04:15 +00:00
SymbolListFile.cpp [ELF] - Inline defineSymbolVersion(). NFC. 2016-08-18 12:53:57 +00:00
SymbolListFile.h [ELF] - Inline defineSymbolVersion(). NFC. 2016-08-18 12:53:57 +00:00
SymbolTable.cpp Pass Binding instead of IsWeak to addBitcode. 2016-08-30 20:53:26 +00:00
SymbolTable.h Pass Binding instead of IsWeak to addBitcode. 2016-08-30 20:53:26 +00:00
Symbols.cpp [ELF] Symbol assignment within output section description 2016-08-11 07:56:43 +00:00
Symbols.h [LTO] Fix the logic for dropping unnamed_addr. 2016-08-30 20:15:03 +00:00
Target.cpp fix typo "varaibles" 2016-08-24 16:36:41 +00:00
Target.h [ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold. 2016-08-17 02:10:51 +00:00
Thunks.cpp Simplify. NFC. 2016-07-12 23:28:30 +00:00
Thunks.h Attempt to fix buildbots. 2016-07-09 23:02:37 +00:00
Writer.cpp [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags. 2016-08-31 08:38:11 +00:00
Writer.h [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00

README.md

See docs/NewLLD.rst