llvm-project/lld/ELF
Rafael Espindola 5c9e8f5e52 Replace GAlloc with a template function.
This patch replaces GAlloc<ELFT>::<sometype>.Allocate() with
alloc<sometype<ELFT>>().

Patch by Rui!

llvm-svn: 285748
2016-11-01 21:06:40 +00:00
..
CMakeLists.txt Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
Config.h Store OSABI in Config. 2016-10-27 14:00:51 +00:00
Driver.cpp Replace GAlloc with a template function. 2016-11-01 21:06:40 +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 Delete trivial getters. NFC. 2016-10-26 12:36:56 +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 Replace GAlloc with a template function. 2016-11-01 21:06:40 +00:00
InputFiles.h Replace GAlloc with a template function. 2016-11-01 21:06:40 +00:00
InputSection.cpp Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
InputSection.h Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
LTO.cpp Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
LTO.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
LinkerScript.cpp Remove second argument to readProvideOrAssignment. 2016-11-01 11:30:45 +00:00
LinkerScript.h The expr '.' is not absolute. 2016-10-31 21:36:23 +00:00
MarkLive.cpp Delete trivial getters. NFC. 2016-10-26 12:36:56 +00:00
Memory.cpp Replace GAlloc with a template function. 2016-11-01 21:06:40 +00:00
Memory.h Replace GAlloc with a template function. 2016-11-01 21:06:40 +00:00
Mips.cpp [ELF] - Do not crash on MIPS if there is no object files in input. 2016-10-04 15:19:20 +00:00
Options.td Call _exit. 2016-10-26 18:59:00 +00:00
OutputSections.cpp Convert BuildIdSection to input section 2016-11-01 09:49:24 +00:00
OutputSections.h Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Allow fetching source line, when multiple "AX" sections present 2016-11-01 09:17:50 +00:00
Relocations.h [ELF][MIPS] Put local GOT entries accessed via a 16-bit index first 2016-10-21 07:22:30 +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 Define a helper function to demangle symbols. 2016-10-26 18:28:06 +00:00
Strings.h Define a helper function to demangle symbols. 2016-10-26 18:28:06 +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 Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
SymbolTable.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
Symbols.cpp Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
Symbols.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
SyntheticSections.cpp Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
SyntheticSections.h Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
Target.cpp Implement R_PPC_ADDR32. 2016-11-01 18:30:28 +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 Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
Thunks.h Attempt to fix buildbots. 2016-07-09 23:02:37 +00:00
Writer.cpp Create SyntheticSections.cpp. 2016-11-01 20:28:21 +00:00
Writer.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00

README.md

See docs/NewLLD.rst