This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 87aa10b [stackmaps] Extract out magic constants [NFCI] new e9aa7e0 [InstCombine] move foldICmpShrConstConst() contents to foldIC [...] new 242275b [ThinLTO] Add caching to the new LTO API
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/LTO/Caching.h | 100 ++++++++++++++ include/llvm/LTO/Config.h | 23 ++++ lib/LTO/CMakeLists.txt | 1 + lib/LTO/Caching.cpp | 104 ++++++++++++++ lib/LTO/LTO.cpp | 149 +++++++++++++++++---- lib/LTO/LTOBackend.cpp | 26 +++- lib/Transforms/InstCombine/InstCombineCompares.cpp | 140 +++++++++---------- lib/Transforms/InstCombine/InstCombineInternal.h | 2 - test/ThinLTO/X86/cache.ll | 10 +- tools/llvm-lto2/llvm-lto2.cpp | 15 ++- 10 files changed, 458 insertions(+), 112 deletions(-) create mode 100644 include/llvm/LTO/Caching.h create mode 100644 lib/LTO/Caching.cpp