This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 84a84a1 [SimplifyCFG] Fold `llvm.guard(false)` to unreachable new 5d79e77 ThinLTO: Resolve linkonce_odr aliases just like functions new 19293aa ThinLTO: add module caching handling.
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: include/llvm/ADT/StringExtras.h | 16 +++ include/llvm/Support/SHA1.h | 7 + lib/LTO/ThinLTOCodeGenerator.cpp | 204 +++++++++++++++++++++++++--- test/ThinLTO/X86/Inputs/alias_import.ll | 64 +++++++++ test/ThinLTO/X86/Inputs/alias_resolution.ll | 64 +++++++++ test/ThinLTO/X86/alias_import.ll | 168 +++++++++++++++++++++++ test/ThinLTO/X86/alias_resolution.ll | 82 +++++++++++ test/ThinLTO/X86/odr_resolution.ll | 4 +- 8 files changed, 587 insertions(+), 22 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/alias_import.ll create mode 100644 test/ThinLTO/X86/Inputs/alias_resolution.ll create mode 100644 test/ThinLTO/X86/alias_import.ll create mode 100644 test/ThinLTO/X86/alias_resolution.ll