This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10edef110eb [llvm-cov] Read in function names for filtering from a text file. new b67279b7954 [AArch64] v8.3-a complex number support
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: lib/Target/AArch64/AArch64InstrFormats.td | 232 +++++++++++++++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 9 + lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 29 +++ .../AArch64/InstPrinter/AArch64InstPrinter.cpp | 9 + .../AArch64/InstPrinter/AArch64InstPrinter.h | 3 + test/MC/AArch64/armv8.3a-complex.s | 148 +++++++++++++ test/MC/Disassembler/AArch64/armv8.3a-complex.txt | 101 +++++++++ 7 files changed, 531 insertions(+) create mode 100644 test/MC/AArch64/armv8.3a-complex.s create mode 100644 test/MC/Disassembler/AArch64/armv8.3a-complex.txt