llvm-project/lld/wasm
Nicholas Wilson ca5cc20e51 [WebAssembly] Fix -Werror=extra failure due to enum in ternary
llvm-svn: 327579
2018-03-14 21:43:04 +00:00
..
CMakeLists.txt [WebAssembly] Add support for --gc-sections 2018-01-31 01:45:47 +00:00
Config.h [WebAssembly] Remove unused forward declaration. 2018-03-01 02:37:26 +00:00
Driver.cpp [WebAssembly] Demangle symbol names for use by the browser debugger 2018-03-13 13:30:04 +00:00
InputChunks.cpp [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC 2018-03-14 15:45:11 +00:00
InputChunks.h [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC 2018-03-14 15:45:11 +00:00
InputFiles.cpp [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC 2018-03-14 15:45:11 +00:00
InputFiles.h [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC 2018-03-14 15:45:11 +00:00
InputGlobal.h [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC 2018-03-12 19:56:23 +00:00
MarkLive.cpp [WebAssembly] Handle weak undefined functions with a synthetic stub 2018-03-09 17:06:38 +00:00
MarkLive.h Consistent (non) use of empty lines in include blocks 2018-02-20 21:53:18 +00:00
Options.td [WebAssembly] Use helper macro from ELF/Options.td to tidy. NFC 2018-03-13 13:16:15 +00:00
OutputSections.cpp [WebAssembly] Run clang-format. NFC 2018-03-07 13:28:16 +00:00
OutputSections.h [WebAssembly] Return a StringRef instead of std::string from getSectionName(). NFC. 2018-02-28 17:33:04 +00:00
OutputSegment.h [WebAssembly] Remove trivial accessors. 2018-02-28 00:20:29 +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 [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC 2018-03-12 19:56:23 +00:00
Symbols.h [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC 2018-03-12 19:56:23 +00:00
Writer.cpp [WebAssembly] Fix -Werror=extra failure due to enum in ternary 2018-03-14 21:43:04 +00:00
Writer.h
WriterUtils.cpp [WebAssembly] Add except_ref as a first-class type 2018-03-08 04:06:57 +00:00
WriterUtils.h [WebAssembly] Use DenseMapInfo traits from LLVM repo. NFC 2018-03-14 15:58:16 +00:00