This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4fbe4cba64d [SampleFDO] Treat names in profile as not cold only when pr [...] new f11e5b4be69 [llvm-lipo] Add support for archives new 40e66efebe4 HotColdSplitting: invalidate the AssumptionCache on split
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: lib/Transforms/IPO/HotColdSplitting.cpp | 5 + .../HotColdSplit/assumption-cache-invalidation.ll | 38 +++ test/tools/llvm-lipo/create-archive-input.test | 26 ++ tools/llvm-lipo/llvm-lipo.cpp | 344 ++++++++++++--------- 4 files changed, 273 insertions(+), 140 deletions(-) create mode 100644 test/Transforms/HotColdSplit/assumption-cache-invalidation.ll create mode 100644 test/tools/llvm-lipo/create-archive-input.test