This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75d5833bd6e [SystemZ] Add all remaining instructions new e33b6de6d6d [Hexagon] Guard the generation of lookup table new 638ba5afb5d Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQ [...]
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/IR/ModuleSummaryIndexYAML.h | 3 - include/llvm/ObjectYAML/DWARFYAML.h | 2 - include/llvm/ObjectYAML/MachOYAML.h | 1 - include/llvm/ObjectYAML/WasmYAML.h | 1 - include/llvm/Support/YAMLTraits.h | 112 ++++++++++++++------- lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 2 - lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 1 - lib/ObjectYAML/CodeViewYAMLTypes.cpp | 1 - lib/Support/AMDGPUCodeObjectMetadata.cpp | 2 - lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 8 ++ lib/Target/Hexagon/HexagonTargetTransformInfo.h | 3 + .../code-object-metadata-from-llvm-ir-full.ll | 10 +- test/MC/AMDGPU/code-object-metadata-kernel-args.s | 4 +- test/MC/AMDGPU/code-object-metadata-kernel-attrs.s | 4 +- test/Transforms/LowerTypeTests/export-icall.ll | 9 +- .../AArch64 => SimplifyCFG/Hexagon}/lit.local.cfg | 2 +- .../SimplifyCFG/Hexagon/switch-to-lookup-table.ll | 62 ++++++++++++ tools/llvm-pdbutil/PdbYaml.cpp | 2 - unittests/Support/YAMLIOTest.cpp | 30 +++--- 19 files changed, 183 insertions(+), 76 deletions(-) copy test/Transforms/{EarlyCSE/AArch64 => SimplifyCFG/Hexagon}/lit.local.cfg (78%) create mode 100644 test/Transforms/SimplifyCFG/Hexagon/switch-to-lookup-table.ll