This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5a24953af4e [PartialInlining]: Improve partial inlining to handle compl [...] new dbf2bf739f4 Refactor DynamicLibrary so searching for a symbol will have [...]
The 1 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: include/llvm/Support/DynamicLibrary.h | 7 +- lib/Support/CMakeLists.txt | 1 - lib/Support/DynamicLibrary.cpp | 237 ++++++++++----------- lib/Support/SearchForAddressOfSpecialSymbol.cpp | 58 ----- lib/Support/Unix/DynamicLibrary.inc | 131 ++++++++++++ lib/Support/Windows/DynamicLibrary.inc | 218 ++++++++++--------- unittests/Support/CMakeLists.txt | 2 + unittests/Support/DynamicLibrary/CMakeLists.txt | 19 ++ .../Support/DynamicLibrary/DynamicLibraryTest.cpp | 133 ++++++++++++ unittests/Support/DynamicLibrary/PipSqueak.cxx | 36 ++++ .../Support/DynamicLibrary/PipSqueak.h | 15 +- 11 files changed, 566 insertions(+), 291 deletions(-) delete mode 100644 lib/Support/SearchForAddressOfSpecialSymbol.cpp create mode 100644 lib/Support/Unix/DynamicLibrary.inc create mode 100644 unittests/Support/DynamicLibrary/CMakeLists.txt create mode 100644 unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp create mode 100644 unittests/Support/DynamicLibrary/PipSqueak.cxx copy lib/MC/MCCodeEmitter.cpp => unittests/Support/DynamicLibrary/PipSqueak.h (56%)