This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f655859 IfConversion: factor out 2 functions to skip debug instrs. NFC new 7926289 IfConversion: Document countDuplicatedInstructions. NFC new e0b41b5 IfConverter: Split ScanInstructions into 2 functions. new d9a9f7d CodeGen: If Convert blocks that would form a diamond when tai [...] new 84f6a48 Revert r277896.
The 4 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/ExecutionEngine/JITSymbol.h | 4 - .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 14 +- lib/CodeGen/IfConversion.cpp | 463 +++++++++++++++++---- lib/ExecutionEngine/JITSymbol.cpp | 2 +- test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 ++- .../OrcLazy/Inputs/weak-function-2.ll | 13 - test/ExecutionEngine/OrcLazy/weak-function.ll | 28 -- tools/lli/OrcLazyJIT.cpp | 3 +- tools/lli/OrcLazyJIT.h | 37 +- 9 files changed, 454 insertions(+), 157 deletions(-) delete mode 100644 test/ExecutionEngine/OrcLazy/Inputs/weak-function-2.ll delete mode 100644 test/ExecutionEngine/OrcLazy/weak-function.ll