This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 06d14d5 Rename MaxPageSize to DefaultMaxPageSize to avoid confusion. new adca3e9 COFF: Define overloaded toString functions. new f5511eb Make demangle() return None instead of "" if a given string i [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: COFF/CMakeLists.txt | 1 + COFF/Driver.cpp | 2 +- COFF/InputFiles.cpp | 54 +++++++++++----------- COFF/InputFiles.h | 12 ++--- COFF/Strings.cpp | 30 ++++++++++++ COFF/{PDB.h => Strings.h} | 14 +++--- COFF/SymbolTable.cpp | 20 ++++---- COFF/Symbols.cpp | 35 ++++++++------ COFF/Symbols.h | 17 ++++--- ELF/Strings.cpp | 6 +-- ELF/Strings.h | 5 +- ELF/SymbolTable.cpp | 5 +- ELF/Symbols.cpp | 3 +- test/COFF/{conflict.test => conflict-mangled.test} | 10 ++-- test/COFF/conflict.test | 2 +- 15 files changed, 126 insertions(+), 90 deletions(-) create mode 100644 COFF/Strings.cpp copy COFF/{PDB.h => Strings.h} (56%) copy test/COFF/{conflict.test => conflict-mangled.test} (77%)