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 13b933258d8 [SLC] Expand simplification of pow() for vector types adds 709aadb7c35 [InstCombine] auto-generate full checks and add cos intrins [...] adds 77d3f0227a5 [itanium demangler] Add llvm::itaniumFindTypesInMangledName() adds d2f20dd1d7c [InstCombine] Limit simplifyAllocaArraySize constant foldin [...]
No new revisions were added by this update.
Summary of changes: include/llvm/Demangle/Demangle.h | 6 +++ lib/Demangle/ItaniumDemangle.cpp | 16 ++++++- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 50 +++++++++++---------- test/Transforms/InstCombine/alloca-big.ll | 16 +++++++ test/Transforms/InstCombine/cos-1.ll | 51 ++++++++++++++-------- unittests/Demangle/CMakeLists.txt | 1 + unittests/Demangle/FindTypesInMangledNameTest.cpp | 34 +++++++++++++++ unittests/Demangle/PartialDemangleTest.cpp | 4 +- 8 files changed, 134 insertions(+), 44 deletions(-) create mode 100644 test/Transforms/InstCombine/alloca-big.ll create mode 100644 unittests/Demangle/FindTypesInMangledNameTest.cpp