llvm-project/lld/wasm
Rui Ueyama 72a9a2321f [WebAssembly] Remove a second parameter from toString().
toString(T) is a stringize function for an object of type T. Each type
that has that function defined should know how to stringize itself, and
there should be one string representation of an object. Passing a
"supplemental" argument to toString() breaks that princple. We shouldn't
add a second parameter to that function.

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

llvm-svn: 327182
2018-03-09 22:59:34 +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] Remove a second parameter from toString(). 2018-03-09 22:59:34 +00:00
InputChunks.cpp [WebAssembly] Run clang-format. NFC 2018-03-07 13:28:16 +00:00
InputChunks.h [WebAssembly] Refactor order of creation for SyntheticFunction 2018-03-09 16:43:05 +00:00
InputFiles.cpp [WebAssembly] Handle weak undefined functions with a synthetic stub 2018-03-09 17:06:38 +00:00
InputFiles.h [WebAssembly] Run clang-format. NFC 2018-03-07 13:28:16 +00:00
InputGlobal.h [WebAssembly] Add explicit symbol table 2018-02-23 05:08:53 +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] Add support for --gc-sections 2018-01-31 01:45:47 +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] Refactor order of creation for SyntheticFunction 2018-03-09 16:43:05 +00:00
SymbolTable.h [WebAssembly] Refactor order of creation for SyntheticFunction 2018-03-09 16:43:05 +00:00
Symbols.cpp [WebAssembly] Remove a second parameter from toString(). 2018-03-09 22:59:34 +00:00
Symbols.h [WebAssembly] Remove a second parameter from toString(). 2018-03-09 22:59:34 +00:00
Writer.cpp [WebAssembly] Refactor order of creation for SyntheticFunction 2018-03-09 16:43:05 +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 uint8_t for single byte values to match the spec 2018-03-01 18:06:39 +00:00