hanchenye-llvm-project/lld/ELF
Rui Ueyama edc183e437 Simplify getLocation() function.
All tests pass without the first parameter, so I guess we don't need it.

Differential Revision: https://reviews.llvm.org/D26411

llvm-svn: 286287
2016-11-08 20:30:19 +00:00
..
CMakeLists.txt Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
Config.h [ELF][MIPS] N32 ABI support 2016-11-05 22:58:01 +00:00
Driver.cpp Don't add null and discarded sections to the global list. 2016-11-08 18:23:02 +00:00
Driver.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
DriverUtils.cpp Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +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 Use fewer allocators. 2016-10-27 13:32:32 +00:00
Error.h Use fewer allocators. 2016-10-27 13:32:32 +00:00
GdbIndex.cpp [ELF] - Partial support of --gdb-index command line option (Part 1). 2016-10-20 09:19:48 +00:00
GdbIndex.h [ELF] - Partial support of --gdb-index command line option (Part 1). 2016-10-20 09:19:48 +00:00
ICF.cpp Don't add null and discarded sections to the global list. 2016-11-08 18:23:02 +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 Remove dead arguments. NFC. 2016-11-08 15:51:00 +00:00
InputFiles.h Remove dead arguments. NFC. 2016-11-08 15:51:00 +00:00
InputSection.cpp Revert "[ELF] Make InputSection<ELFT>::writeTo virtual" 2016-11-08 14:47:16 +00:00
InputSection.h Revert "[ELF] Make InputSection<ELFT>::writeTo virtual" 2016-11-08 14:47:16 +00:00
LTO.cpp Create a vector containing all input sections. 2016-11-05 22:37:59 +00:00
LTO.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
LinkerScript.cpp Don't add null and discarded sections to the global list. 2016-11-08 18:23:02 +00:00
LinkerScript.h Create a vector containing all input sections. 2016-11-05 22:37:59 +00:00
MarkLive.cpp Don't add null and discarded sections to the global list. 2016-11-08 18:23:02 +00:00
Memory.cpp Replace GAlloc with a template function. 2016-11-01 21:06:40 +00:00
Memory.h [ELF] - Fix mistype. NFC. 2016-11-08 15:26:21 +00:00
Mips.cpp [ELF][MIPS] N32 ABI support 2016-11-05 22:58:01 +00:00
Options.td [ELF] - Accept both "-" and "--" for Ttext/Tdata/Tbss options. 2016-11-03 12:49:25 +00:00
OutputSections.cpp Store the size the same way as any other OutputSection. NFC. 2016-11-08 20:25:44 +00:00
OutputSections.h Store the size the same way as any other OutputSection. NFC. 2016-11-08 20:25:44 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Simplify getLocation() function. 2016-11-08 20:30:19 +00:00
Relocations.h Simplify getLocation() function. 2016-11-08 20:30:19 +00:00
ScriptParser.cpp Simplify. NFC. 2016-10-21 04:52:13 +00:00
ScriptParser.h Rename skip(StringRef) -> consume(StringRef). 2016-10-17 16:01:53 +00:00
Strings.cpp Add [<chars>] to the glob matcher to eliminate use of llvm::Regex. 2016-11-03 17:57:38 +00:00
Strings.h Add [<chars>] to the glob matcher to eliminate use of llvm::Regex. 2016-11-03 17:57:38 +00:00
SymbolListFile.cpp Rename skip(StringRef) -> consume(StringRef). 2016-10-17 16:01:53 +00:00
SymbolListFile.h [ELF] - Remove VersionScriptParser class and move the members to ScriptParser 2016-08-31 09:08:26 +00:00
SymbolTable.cpp Simplify getLocation() function. 2016-11-08 20:30:19 +00:00
SymbolTable.h [ELF] Better error reporting for duplicate symbol 2016-11-08 16:26:32 +00:00
Symbols.cpp Rewrite CommonInputSection as a synthetic input section. 2016-11-05 23:05:47 +00:00
Symbols.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
SyntheticSections.cpp Delete the InterpSection class. 2016-11-08 14:56:27 +00:00
SyntheticSections.h Delete the InterpSection class. 2016-11-08 14:56:27 +00:00
Target.cpp [ELF][MIPS] N32 ABI support 2016-11-05 22:58:01 +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 Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. 2016-11-05 01:00:56 +00:00
Thunks.h Attempt to fix buildbots. 2016-07-09 23:02:37 +00:00
Writer.cpp Don't add null and discarded sections to the global list. 2016-11-08 18:23:02 +00:00
Writer.h [ELF][MIPS] N32 ABI support 2016-11-05 22:58:01 +00:00

README.md

See docs/NewLLD.rst