This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33887e3 PeepholeOptimizer: Do not replace SubregToReg(bitcast like) new cf230cb Support outputting to /dev/null. new 3cb206f [SimplifyLibCalls] pow(x, -0.5) -> 1.0 / sqrt(x). new 73d98ca Refactor inline threshold update code.
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: include/llvm/Support/FileOutputBuffer.h | 3 +- lib/Analysis/InlineCost.cpp | 41 +++++++++---------- lib/Support/FileOutputBuffer.cpp | 66 ++++++++++++++++++++----------- lib/Transforms/Utils/SimplifyLibCalls.cpp | 18 +++++++++ test/Transforms/InstCombine/pow-sqrt.ll | 11 +++++- 5 files changed, 93 insertions(+), 46 deletions(-)