This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cbf8f89357 Remove unneeded forward declaration. NFC new f6d994c3c50 [RuntimeUnrolling] Populate the VMap entry correctly when d [...] new ae3278a7b7f Added optional validation of svn sources to Dockerfiles.
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: lib/Transforms/Utils/LoopUnrollRuntime.cpp | 10 +- .../LoopUnroll/runtime-loop-multiple-exits.ll | 44 +++++ utils/docker/build_docker_image.sh | 14 ++ utils/docker/debian8/build/Dockerfile | 8 +- utils/docker/example/build/Dockerfile | 8 +- utils/docker/nvidia-cuda/build/Dockerfile | 11 +- utils/docker/scripts/build_install_llvm.sh | 10 ++ .../docker/scripts/llvm_checksum/llvm_checksum.py | 198 +++++++++++++++++++++ utils/docker/scripts/llvm_checksum/project_tree.py | 95 ++++++++++ 9 files changed, 386 insertions(+), 12 deletions(-) create mode 100755 utils/docker/scripts/llvm_checksum/llvm_checksum.py create mode 100644 utils/docker/scripts/llvm_checksum/project_tree.py