llvm-project/lld/wasm
Sam Clegg 8d146bbc0c [WebAssembly] Output functions individually
The code section is now written out one function
at a time rather than all the functions in a given
objects being serialized at once.

This change lays the groundwork for supporting
--gc-sections.

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

llvm-svn: 322138
2018-01-09 23:56:44 +00:00
..
CMakeLists.txt Add missing reference to lldCommon in MinGW/CMakeLists.txt 2017-12-13 20:39:02 +00:00
Config.h [WebAssembly] Remove used variable 2017-12-07 03:51:37 +00:00
Driver.cpp Remove redundant local variables. 2017-12-11 23:19:11 +00:00
InputFiles.cpp [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
InputFiles.h [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
InputFunction.h [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
InputSegment.cpp
InputSegment.h [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
Options.td [WebAssembly] Add --no-entry argument 2017-12-08 17:58:25 +00:00
OutputSections.cpp [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
OutputSections.h [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
OutputSegment.h [WebAssembly] Apply data relocations in parallel. NFC. 2017-12-19 20:45:15 +00:00
SymbolTable.cpp [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
SymbolTable.h [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
Symbols.cpp [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
Symbols.h [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
Writer.cpp [WebAssembly] Output functions individually 2018-01-09 23:56:44 +00:00
Writer.h
WriterUtils.cpp [WebAssembly] Allow function signature checking at link time 2017-11-30 01:40:08 +00:00
WriterUtils.h [WebAssembly] Allow function signature checking at link time 2017-11-30 01:40:08 +00:00