This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b2f7bde7be [LegalizeVectorTypes] Allow illegal indices when splitting [...] new a53d6c2052d lit: Let lit.util.which() return a normcase()ed path new 73306c23201 Reland "gn build: Add BPF target." new fb767a4d48b [InstCombine] Simplify check clauses in test (NFC) new a679da115c2 [X86] Add a 32-bit command line to avx512-intrinsics.ll. Mo [...]
The 4 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: test/CodeGen/X86/avx512-intrinsics-x86_64.ll | 249 + test/CodeGen/X86/avx512-intrinsics.ll | 6585 +++++++++++++------- test/Transforms/InstCombine/pow-1.ll | 128 +- .../llvm/lib/Target/BPF/AsmParser/BUILD.gn | 23 + utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn | 94 + .../llvm/lib/Target/BPF/Disassembler/BUILD.gn | 22 + .../llvm/lib/Target/BPF/InstPrinter/BUILD.gn | 24 + .../llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn | 60 + .../llvm/lib/Target/BPF/TargetInfo/BUILD.gn | 14 + utils/gn/secondary/llvm/lib/Target/targets.gni | 4 + utils/lit/lit/util.py | 4 +- 11 files changed, 4869 insertions(+), 2338 deletions(-) create mode 100644 test/CodeGen/X86/avx512-intrinsics-x86_64.ll create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/AsmParser/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/Disassembler/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/InstPrinter/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/TargetInfo/BUILD.gn