llvm-capstone/lld/wasm
Rui Ueyama da69b711c9 [WebAssembly] Remove premature optimization.
I think calling reserve() for each object file is too many and isn't useful.
We can add reserve() later. By default, we shouldn't add reserve() to a lot
of places.

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

llvm-svn: 326273
2018-02-28 00:15:59 +00:00
..
CMakeLists.txt [WebAssembly] Add support for --gc-sections 2018-01-31 01:45:47 +00:00
Config.h [WebAssembly] Refactor linker-generated symbols. NFC. 2018-02-02 22:59:56 +00:00
Driver.cpp [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
InputChunks.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
InputChunks.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
InputFiles.cpp [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
InputFiles.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
InputGlobal.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
MarkLive.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
MarkLive.h Consistent (non) use of empty lines in include blocks 2018-02-20 21:53:18 +00:00
Options.td [WebAssembly] Add support for --gc-sections 2018-01-31 01:45:47 +00:00
OutputSections.cpp Consistent (non) use of empty lines in include blocks 2018-02-20 21:53:18 +00:00
OutputSections.h Refactor wasm/WriterUtil.{cpp,h}. 2018-02-16 20:38:00 +00:00
OutputSegment.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
Symbols.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
Symbols.h [WebAssembly] Remove dead code. 2018-02-24 02:43:31 +00:00
SymbolTable.cpp [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
SymbolTable.h [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. 2018-02-28 00:09:22 +00:00
Writer.cpp [WebAssembly] Remove premature optimization. 2018-02-28 00:15:59 +00:00
Writer.h
WriterUtils.cpp [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00
WriterUtils.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +00:00