This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 162e055 [utils] coverage: Add help text about the --restrict flag (NFC) new f206bf2 [JumpThreading] Thread through guards new 909a321 [dsymutil] Fix handling of empty CUs in LTO links.
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/Transforms/Scalar/JumpThreading.h | 5 + include/llvm/Transforms/Utils/Cloning.h | 10 ++ lib/Transforms/Scalar/JumpThreading.cpp | 167 ++++++++++++++++++++++--- lib/Transforms/Utils/CloneFunction.cpp | 37 ++++++ test/Transforms/JumpThreading/guards.ll | 132 +++++++++++++++++++ test/tools/dsymutil/X86/generate-empty-CU.test | 33 +++++ tools/dsymutil/DwarfLinker.cpp | 34 ++--- unittests/Transforms/Utils/Cloning.cpp | 47 +++++++ 8 files changed, 436 insertions(+), 29 deletions(-) create mode 100644 test/Transforms/JumpThreading/guards.ll create mode 100644 test/tools/dsymutil/X86/generate-empty-CU.test