This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1203052374 CODE_OWNERS: Take code ownership of llvm-mca. new a2fbfc91ac4 [LTO] Add stats-file option to LTO/Config.h. new 50f681d0309 [Dockerfiles] Split checkout and build scripts into separat [...]
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: include/llvm/LTO/Config.h | 3 + lib/LTO/LTO.cpp | 24 ++- test/tools/gold/X86/stats-file-option.ll | 23 +++ test/tools/llvm-lto2/X86/stats-file-option.ll | 23 +++ tools/gold/gold-plugin.cpp | 5 + tools/llvm-lto2/llvm-lto2.cpp | 4 + utils/docker/build_docker_image.sh | 46 ++++- utils/docker/debian8/Dockerfile | 9 +- utils/docker/example/Dockerfile | 9 +- utils/docker/nvidia-cuda/Dockerfile | 9 +- utils/docker/scripts/build_install_llvm.sh | 187 ++------------------- .../scripts/{build_install_llvm.sh => checkout.sh} | 115 +++---------- 12 files changed, 170 insertions(+), 287 deletions(-) create mode 100644 test/tools/gold/X86/stats-file-option.ll create mode 100644 test/tools/llvm-lto2/X86/stats-file-option.ll copy utils/docker/scripts/{build_install_llvm.sh => checkout.sh} (56%)