This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c272a4dc8dc [Hexagon] Use automatically-generated scheduling informatio [...] new 0a738055413 [libFuzzer] exit without running atexit handlers in libfuzz [...] new 700df98ddd2 [AArch64] armv8-A doesn't have CRC. new f007e3acca6 [AArch64] Make the TargetParser add CPU exts provided by the arch. new 2b3efc4c394 [TailCallElim] Remove an unused argument. NFCI
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: include/llvm/Support/AArch64TargetParser.def | 36 ++++++++--------- lib/Fuzzer/FuzzerLoop.cpp | 2 +- lib/Support/TargetParser.cpp | 2 +- lib/Target/AArch64/AArch64.td | 1 - lib/Transforms/Scalar/TailRecursionElimination.cpp | 15 +++----- test/MC/AArch64/basic-a64-instructions.s | 17 -------- test/MC/AArch64/crc.s | 45 ++++++++++++++++++++++ test/MC/AArch64/cyclone-crc.s | 27 ------------- test/MC/AArch64/directive-arch-negative.s | 6 +++ .../AArch64/basic-a64-instructions.txt | 17 -------- unittests/Support/TargetParserTest.cpp | 36 ++++++++++------- 11 files changed, 99 insertions(+), 105 deletions(-) create mode 100644 test/MC/AArch64/crc.s delete mode 100644 test/MC/AArch64/cyclone-crc.s