This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df7c6428b2a getMainExecutable: handle realpath() failure, falling back [...] new 3a58154548c Provide basic Full LTO extension points new 91617efdef9 Revert "[NFC][Codegen][X86][AArch64][ARM][PowerPC] Add test [...] new 257696a391f [SimplifyLibCalls] powf(x, sitofp(n)) -> powi(x, n)
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/Transforms/IPO/PassManagerBuilder.h | 10 + lib/Transforms/IPO/PassManagerBuilder.cpp | 4 + lib/Transforms/Utils/SimplifyLibCalls.cpp | 59 ++- test/CodeGen/AArch64/inc-of-add.ll | 100 ---- test/CodeGen/AArch64/sub-of-not.ll | 95 ---- test/CodeGen/ARM/inc-of-add.ll | 569 ----------------------- test/CodeGen/ARM/sub-of-not.ll | 534 --------------------- test/CodeGen/PowerPC/inc-of-add.ll | 446 ------------------ test/CodeGen/PowerPC/sub-of-not.ll | 427 ----------------- test/CodeGen/X86/inc-of-add.ll | 147 ------ test/CodeGen/X86/sub-of-not.ll | 151 ------ test/Transforms/InstCombine/pow-4.ll | 76 +-- test/Transforms/InstCombine/pow_fp_int.ll | 343 ++++++++++++-- 13 files changed, 404 insertions(+), 2557 deletions(-) delete mode 100644 test/CodeGen/AArch64/inc-of-add.ll delete mode 100644 test/CodeGen/AArch64/sub-of-not.ll delete mode 100644 test/CodeGen/ARM/inc-of-add.ll delete mode 100644 test/CodeGen/ARM/sub-of-not.ll delete mode 100644 test/CodeGen/PowerPC/inc-of-add.ll delete mode 100644 test/CodeGen/PowerPC/sub-of-not.ll delete mode 100644 test/CodeGen/X86/inc-of-add.ll delete mode 100644 test/CodeGen/X86/sub-of-not.ll