This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ea24701601 [llvm-objdump] Wrap things in namespace llvm new 0eccb9c93ee [llvm-objdump] Simplify PrintHelpMessage() logic new 7fe3ccfcdc4 [LoopPred] Hoist and of predicated checks where legal new ebe43346ae6 [EarlyCSE] add tests for selects with commuted operands (PR [...]
The 3 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/Scalar/LoopPredication.cpp | 18 ++- test/Transforms/EarlyCSE/commute.ll | 162 +++++++++++++++++++++ test/Transforms/LoopPredication/basic.ll | 6 +- test/Transforms/LoopPredication/widened.ll | 6 +- .../llvm-objdump/X86/macho-private-header.test | 2 +- tools/llvm-objdump/llvm-objdump.cpp | 37 ++--- 6 files changed, 194 insertions(+), 37 deletions(-)