This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7297515 [ARM] Assign cost of scaling for Cortex-R52 new 1ba4231 [X86][SSE] Added extra (mul x, (1 << c)) -> x << c style vect [...] new 8bb4ccc Revert "Resubmit "Add support for advanced number formatting.""
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/NativeFormatting.h | 57 +---- lib/Support/NativeFormatting.cpp | 389 +++++++------------------------- lib/Support/raw_ostream.cpp | 28 +-- test/CodeGen/X86/combine-mul.ll | 76 +++++++ unittests/Support/CMakeLists.txt | 1 - unittests/Support/NativeFormatTests.cpp | 349 ---------------------------- 6 files changed, 176 insertions(+), 724 deletions(-) delete mode 100644 unittests/Support/NativeFormatTests.cpp