This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master in repository toolchain/llvm/llvm.
from d2f20dd1d7c [InstCombine] Limit simplifyAllocaArraySize constant foldin [...] adds b4de19d7ebf [ADT] Implemented unittests for ImmutableList adds 31ff4125c7d Attempt to fix some MSVC build errors. adds 3a74b4221a7 [SimplifyLibCalls] reduce code for optimizeCos; NFCI
No new revisions were added by this update.
Summary of changes: include/llvm/ADT/ImmutableList.h | 2 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 17 +- unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/ImmutableListTest.cpp | 198 ++++++++++++++++++++++ unittests/Demangle/FindTypesInMangledNameTest.cpp | 6 +- 5 files changed, 211 insertions(+), 13 deletions(-) create mode 100644 unittests/ADT/ImmutableListTest.cpp