hanchenye-llvm-project/lld/wasm
Sam Clegg a0f095ebd7 [WebAssembly] Add --stack-first option which places the shadow stack at start of linear memory
Fixes https://bugs.llvm.org/show_bug.cgi?id=37181

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

llvm-svn: 331467
2018-05-03 17:21:53 +00:00
..
CMakeLists.txt [WebAssembly] Add support for --gc-sections 2018-01-31 01:45:47 +00:00
Config.h [WebAssembly] Add --stack-first option which places the shadow stack at start of linear memory 2018-05-03 17:21:53 +00:00
Driver.cpp [WebAssembly] Add --stack-first option which places the shadow stack at start of linear memory 2018-05-03 17:21:53 +00:00
InputChunks.cpp [WebAssembly] Fix bug where reloc addends were written as unsigned 2018-04-19 22:48:03 +00:00
InputChunks.h [WebAssembly] Implement --print-gc-sections for synthetic functions 2018-04-20 17:09:18 +00:00
InputFiles.cpp [WebAssembly] Implement -print-gc-sections, to better test GC of globals 2018-04-20 17:28:12 +00:00
InputFiles.h [WebAssembly] Add support for custom sections 2018-04-10 16:12:49 +00:00
InputGlobal.h [WebAssembly] Implement -print-gc-sections, to better test GC of globals 2018-04-20 17:28:12 +00:00
MarkLive.cpp [WebAssembly] Implement -print-gc-sections, to better test GC of globals 2018-04-20 17:28:12 +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 --stack-first option which places the shadow stack at start of linear memory 2018-05-03 17:21:53 +00:00
OutputSections.cpp [WebAssembly] Add support for custom sections 2018-04-10 16:12:49 +00:00
OutputSections.h [WebAssembly] Add support for custom sections 2018-04-10 16:12:49 +00:00
OutputSegment.h [WebAssembly] Remove another trivial accessor. 2018-04-05 19:37:31 +00:00
SymbolTable.cpp [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC 2018-03-14 15:45:11 +00:00
SymbolTable.h [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC 2018-03-14 15:45:11 +00:00
Symbols.cpp [LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString(). 2018-04-26 20:00:11 +00:00
Symbols.h [ELF] Fix typo. NFC 2018-04-27 05:50:40 +00:00
Writer.cpp [WebAssembly] Add --stack-first option which places the shadow stack at start of linear memory 2018-05-03 17:21:53 +00:00
Writer.h
WriterUtils.cpp [WebAssembly] Add export/import for function pointer table 2018-03-27 17:38:51 +00:00
WriterUtils.h [WebAssembly] Add export/import for function pointer table 2018-03-27 17:38:51 +00:00