This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from ba88b2b9ee7 [SimplifyCFG] Replace some uses of bitwise or with logical or adds ade2e57434d [llvm] Make YAML serialization up to 2.5 times faster
No new revisions were added by this update.
Summary of changes: include/llvm/Support/YAMLTraits.h | 109 ++++++++++++++++----- .../llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt | 9 ++ .../DummyYAMLNumericParserFuzzer.cpp} | 2 +- .../yaml-numeric-parser-fuzzer.cpp | 47 +++++++++ unittests/Support/YAMLIOTest.cpp | 83 ++++++++++++++-- 5 files changed, 216 insertions(+), 34 deletions(-) create mode 100644 tools/llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt copy tools/{llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp => llvm-y [...] create mode 100644 tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp