This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6be2143517 [IR] Add MDBuilder helpers for the new TBAA metadata format new 65ad22d969c [YAML] Add support for non-printable characters
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: docs/YamlIO.rst | 2 +- include/llvm/CodeGen/MIRYamlMapping.h | 6 +- include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h | 2 +- include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 2 +- include/llvm/ObjectYAML/MachOYAML.h | 4 +- include/llvm/ObjectYAML/YAML.h | 2 +- include/llvm/Support/YAMLTraits.h | 124 +++++++++++++++------- lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 2 +- lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 6 +- lib/ObjectYAML/CodeViewYAMLTypes.cpp | 4 +- lib/ObjectYAML/MachOYAML.cpp | 8 +- lib/Support/Statistic.cpp | 5 +- lib/Support/Timer.cpp | 6 +- lib/Support/YAMLTraits.cpp | 46 ++++++-- test/CodeGen/MIR/X86/escape-function-name.ll | 6 ++ tools/dsymutil/DebugMap.h | 2 +- unittests/Support/YAMLIOTest.cpp | 94 +++++++++++++++- 17 files changed, 245 insertions(+), 76 deletions(-) create mode 100644 test/CodeGen/MIR/X86/escape-function-name.ll