llvm-capstone/lld/wasm
Sam Clegg b99147b4fa [lld][WebAssembly] Don't defined indirect function table in relocatable output
Object files (and the output --relocatable) should never define
__indirect_function_table.  It should always be linker synthesized
with the final output executable.

Differential Revision: https://reviews.llvm.org/D94993
2021-01-19 12:59:20 -08:00
..
CMakeLists.txt [lld][WebAssembly] Add initial support for -Map/--print-map 2020-09-12 16:10:51 -07:00
Config.h [LTO][wasm][NewPM] Allow using new pass manager for wasm LTO 2020-12-01 12:22:40 -08:00
Driver.cpp [lld][WebAssembly] Don't defined indirect function table in relocatable output 2021-01-19 12:59:20 -08:00
InputChunks.cpp [lld][WebAssembly] Add support for handling table symbols 2021-01-14 11:13:13 +01:00
InputChunks.h [WebAssembly][lld] Exclude COMDAT sections 2020-12-10 17:47:41 -08:00
InputEvent.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
InputFiles.cpp [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
InputFiles.h [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
InputGlobal.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
InputTable.h [lld][WebAssembly] Add support for handling table symbols 2021-01-14 11:13:13 +01:00
LTO.cpp [LTO][wasm][NewPM] Allow using new pass manager for wasm LTO 2020-12-01 12:22:40 -08:00
LTO.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
MapFile.cpp [lld][WebAssembly] Add initial support for -Map/--print-map 2020-09-12 16:10:51 -07:00
MapFile.h [lld][WebAssembly] Add initial support for -Map/--print-map 2020-09-12 16:10:51 -07:00
MarkLive.cpp [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
MarkLive.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Options.td [wasm][LLD] Rename --lto-new-pass-manager to --no-lto-legacy-pass-manager 2021-01-19 11:22:40 -08:00
OutputSections.cpp [WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT 2021-01-19 09:40:42 +01:00
OutputSections.h [lld][WebAssembly] Add initial support for -Map/--print-map 2020-09-12 16:10:51 -07:00
OutputSegment.h [WebAssembly] wasm64: fix memory.init operand types 2020-08-10 10:15:20 -07:00
Relocations.cpp [lld][WebAssembly] Ensure stub symbols always get address 0 2020-11-25 18:26:34 -08:00
Relocations.h [Coding style change][lld] Rename variables for non-ELF ports 2019-07-11 05:40:30 +00:00
Symbols.cpp [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
Symbols.h [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
SymbolTable.cpp [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
SymbolTable.h [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
SyntheticSections.cpp [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
SyntheticSections.h [WebAssembly] Add support for table linking to wasm-ld 2021-01-18 16:57:18 +01:00
Writer.cpp [WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT 2021-01-19 09:40:42 +01:00
Writer.h [WebAssembly] Refactor synthetic sections and relocation processing. NFC. 2019-05-21 09:13:09 +00:00
WriterUtils.cpp [lld][WebAssembly] Add support for handling table symbols 2021-01-14 11:13:13 +01:00
WriterUtils.h [lld][WebAssembly] Add support for handling table symbols 2021-01-14 11:13:13 +01:00