This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cddb95c7bc9 [GlobalOpt] Don't apply fastcc if it would break inalloca i [...] new 123d5beafd7 [InstCombine] add vector tests for fsub+fmul; NFC new ffc59809e8c [llvm-objcopy] Add --prefix-symbols option
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: test/Transforms/InstCombine/fast-math.ll | 59 ++++++++++++++++++------ test/tools/llvm-objcopy/prefix-symbols.test | 71 +++++++++++++++++++++++++++++ tools/llvm-objcopy/ObjcopyOpts.td | 3 ++ tools/llvm-objcopy/Object.h | 2 +- tools/llvm-objcopy/llvm-objcopy.cpp | 5 ++ 5 files changed, 124 insertions(+), 16 deletions(-) create mode 100644 test/tools/llvm-objcopy/prefix-symbols.test