llvm-project/lld/wasm
Rui Ueyama 7d5a13799a Use llvm::StringSet instead of std::set.
std::set is pretty slow. We generally prefer llvm::StringSet if we don't
need an sorted set.

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

llvm-svn: 319371
2017-11-29 22:21:37 +00:00
..
CMakeLists.txt
Config.h Use llvm::StringSet instead of std::set. 2017-11-29 22:21:37 +00:00
Driver.cpp Fix spelling. NFC. 2017-11-28 22:17:39 +00:00
InputFiles.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
InputFiles.h
InputSegment.cpp
InputSegment.h
Options.td
OutputSections.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
OutputSections.h
OutputSegment.h
Strings.cpp Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
Strings.h Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
SymbolTable.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
SymbolTable.h Rename `Symtab` private memory to avoid confusion with global `Symtab` 2017-11-27 23:16:06 +00:00
Symbols.cpp
Symbols.h
Writer.cpp Remove `else` or `break` after `fatal`. NFC. 2017-11-29 20:45:58 +00:00
Writer.h
WriterUtils.cpp Remove `else` or `break` after `fatal`. NFC. 2017-11-29 20:45:58 +00:00
WriterUtils.h