This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Os_LTO in repository toolchain/ci/llvm-project.
from 64bdd8bc9fb [COFF] Don't error if the only inputs are from /wholearchive: adds 474037d798d Merging r370113: adds 98b1752888c Merging r366572: adds b9297dcdf2a [PowerPC] Do not emit HW loop if the body contains calls to [...] adds 432bf48c08d [profile] Fix file contention causing dropped counts on Win [...] adds e8e0c077c41 Merging r371557: adds f2c87716129 Merging r372480: adds c1a0a213378 export.sh: Fetch sources from GitHub instead of SVN
No new revisions were added by this update.
Summary of changes: clang/lib/AST/ExprConstant.cpp | 104 ++++++++------------- clang/test/Sema/i-c-e.c | 3 + compiler-rt/lib/profile/InstrProfilingUtil.c | 9 +- .../Windows/Inputs/instrprof-multiprocess.c | 89 ++++++++++++++++++ .../profile/Windows/instrprof-multiprocess.test | 10 ++ compiler-rt/test/profile/Windows/lit.local.cfg.py | 9 ++ .../include/llvm/Demangle/MicrosoftDemangleNodes.h | 2 + llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 + llvm/lib/Target/RISCV/RISCVRegisterInfo.h | 6 ++ llvm/lib/Transforms/Scalar/SROA.cpp | 8 ++ llvm/test/CodeGen/PowerPC/pr43527.ll | 75 +++++++++++++++ .../SROA/vector-promotion-different-size.ll | 24 +++++ llvm/utils/release/export.sh | 35 ++++--- 13 files changed, 302 insertions(+), 76 deletions(-) create mode 100644 compiler-rt/test/profile/Windows/Inputs/instrprof-multiprocess.c create mode 100644 compiler-rt/test/profile/Windows/instrprof-multiprocess.test create mode 100644 compiler-rt/test/profile/Windows/lit.local.cfg.py create mode 100644 llvm/test/CodeGen/PowerPC/pr43527.ll create mode 100644 llvm/test/Transforms/SROA/vector-promotion-different-size.ll