This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba88b2b9ee7 [SimplifyCFG] Replace some uses of bitwise or with logical or new ade2e57434d [llvm] Make YAML serialization up to 2.5 times faster
The 1 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/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