This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97d780b [InstCombine] reduce indentation; NFC new 6382ee0 [InstCombine] fix profitability equation for max-of-nots transform new a206940 Added the ability to dump hex bytes easily into a raw_ostream.
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/Support/Format.h | 34 +++++ include/llvm/Support/raw_ostream.h | 4 + lib/Support/raw_ostream.cpp | 55 ++++++++ lib/Transforms/InstCombine/InstCombineSelect.cpp | 13 +- test/Transforms/InstCombine/max-of-nots.ll | 12 +- unittests/Support/raw_ostream_test.cpp | 152 +++++++++++++++++++++++ 6 files changed, 258 insertions(+), 12 deletions(-)