This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c61c2fd Add check for BSD when setting LIB_NAMES for GNU ld new 3d72b70 Split the SimplifyCFG pass into two variants.
The 1 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-c/Transforms/Scalar.h | 3 + include/llvm/InitializePasses.h | 1 + include/llvm/LinkAllPasses.h | 1 + include/llvm/Transforms/Scalar.h | 8 +++ include/llvm/Transforms/Scalar/SimplifyCFG.h | 9 ++- include/llvm/Transforms/Utils/Local.h | 3 +- lib/LTO/LTOCodeGenerator.cpp | 1 + lib/Transforms/IPO/PassManagerBuilder.cpp | 2 +- lib/Transforms/Scalar/Scalar.cpp | 5 ++ lib/Transforms/Scalar/SimplifyCFGPass.cpp | 76 +++++++++++++++++----- lib/Transforms/Utils/SimplifyCFG.cpp | 19 ++++-- .../SimplifyCFG/ARM/switch-to-lookup-table.ll | 10 +-- test/Transforms/SimplifyCFG/CoveredLookupTable.ll | 2 +- .../SimplifyCFG/X86/switch-covered-bug.ll | 2 +- .../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 2 +- .../SimplifyCFG/X86/switch_to_lookup_table.ll | 7 +- test/Transforms/SimplifyCFG/rangereduce.ll | 2 +- 17 files changed, 114 insertions(+), 39 deletions(-)