llvm-project/lld/wasm
Heejin Ahn 4e844a1498 [WebAssembly] Replace Bugzilla links with Github issues
Reviewed By: dschuff, asb

Differential Revision: https://reviews.llvm.org/D145966
2023-03-17 20:13:00 -07:00
..
CMakeLists.txt
Config.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Driver.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
InputChunks.cpp [lld][WebAssembly] Apply relocations to TLS data 2023-01-31 15:50:44 -08:00
InputChunks.h [lld] Use std::optional instead of llvm::Optional (NFC) 2023-01-02 18:29:04 -08:00
InputElement.h [lld] Use std::optional instead of llvm::Optional (NFC) 2023-01-02 18:29:04 -08:00
InputFiles.cpp [WebAssembly] Replace Bugzilla links with Github issues 2023-03-17 20:13:00 -07:00
InputFiles.h [NFC][TargetParser] Remove llvm/ADT/Triple.h 2023-02-07 12:39:46 +00:00
LTO.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
LTO.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
MapFile.cpp
MapFile.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
MarkLive.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
MarkLive.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Options.td [lld][WebAssembly] Implement --why-extract flag from the ELF backend 2023-03-06 17:52:49 -08:00
OutputSections.cpp
OutputSections.h
OutputSegment.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
OutputSegment.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Relocations.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Relocations.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Symbols.cpp [lld][WebAssembly] Apply relocations to TLS data 2023-01-31 15:50:44 -08:00
Symbols.h [lld][WebAssembly] Apply relocations to TLS data 2023-01-31 15:50:44 -08:00
SymbolTable.cpp [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
SymbolTable.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
SyntheticSections.cpp [wasm] Silence 'not all control paths return a value' warning when 2023-03-15 14:20:18 -04:00
SyntheticSections.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
Writer.cpp [WebAssembly] Replace Bugzilla links with Github issues 2023-03-17 20:13:00 -07:00
Writer.h [lld][WebAssembly] Use C++17 nested namespace syntax in most places. NFC 2023-03-09 18:37:32 -08:00
WriterUtils.cpp
WriterUtils.h