This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2475758 [X86][AVX2] Added more fast-isel tests to match clang/test/Co [...] new 0e45022 [AArch64] Adding a TargetParser for AArch64
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: include/llvm/Support/AArch64TargetParser.def | 63 +++++++ include/llvm/Support/ARMTargetParser.def | 256 +++++++++++++-------------- include/llvm/Support/TargetParser.h | 54 ++++++ lib/Support/TargetParser.cpp | 219 +++++++++++++++++++++++ 4 files changed, 464 insertions(+), 128 deletions(-) create mode 100644 include/llvm/Support/AArch64TargetParser.def