This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb3ba6686f4 [llvm-readobj] Change "SHT_MIPS_DWARF" to "MIPS_DWARF" new 5db978e66f9 [yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version [...] new 011c90c0e4e [X86][SSE] combineX86ShufflesRecursively - moved to generic [...]
The 2 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/ObjectYAML/ELFYAML.h | 25 ++++++++++++ lib/ObjectYAML/ELFYAML.cpp | 22 ++++++++++ lib/Target/X86/X86ISelLowering.cpp | 10 ++--- test/tools/obj2yaml/verdef-section.yaml | 72 +++++++++++++++++++++++++++++++++ test/tools/yaml2obj/verdef-section.yaml | 69 +++++++++++++++++++++++++++++++ tools/obj2yaml/elf2yaml.cpp | 58 ++++++++++++++++++++++++++ tools/yaml2obj/yaml2elf.cpp | 71 +++++++++++++++++++++++++++----- 7 files changed, 311 insertions(+), 16 deletions(-) create mode 100644 test/tools/obj2yaml/verdef-section.yaml create mode 100644 test/tools/yaml2obj/verdef-section.yaml