This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 718039ebb75 [X86] Remove check that avoids creating PMULDQ with illegal [...] new c61b4c9d9b1 [gn build] Add check-clang target and make it work new 6bef5bc6af5 [CallSite removal] Add and flesh out APIs on the new `CallB [...]
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/InstrTypes.h | 158 ++++++++++++++++- lib/IR/Instructions.cpp | 21 +++ utils/gn/secondary/BUILD.gn | 16 +- utils/gn/secondary/clang/test/BUILD.gn | 195 +++++++++++++++++++++ .../clang/test/clang_lit_site_cfg_files.gni | 2 + utils/gn/secondary/llvm/triples.gni | 16 +- utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn | 7 + 7 files changed, 387 insertions(+), 28 deletions(-) create mode 100644 utils/gn/secondary/clang/test/BUILD.gn create mode 100644 utils/gn/secondary/clang/test/clang_lit_site_cfg_files.gni