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 in repository toolchain/ci/llvm-project.
from 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 ++ llvm/lib/Transforms/Scalar/SROA.cpp | 8 ++ .../SROA/vector-promotion-different-size.ll | 24 +++++ llvm/utils/release/export.sh | 35 ++++--- 9 files changed, 215 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/Transforms/SROA/vector-promotion-different-size.ll