This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 12d462cd1b3 [SystemZ] Model floating-point control register new 5324e6dceb2 [AArch64][SVE2] Add SVE2 target features to backend and Tar [...]
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 | 53 +++++++++++++---------- include/llvm/Support/AArch64TargetParser.h | 5 +++ include/llvm/Support/ARMTargetParser.h | 5 +++ lib/Support/AArch64TargetParser.cpp | 10 +++++ lib/Target/AArch64/AArch64.td | 27 ++++++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 10 +++++ lib/Target/AArch64/AArch64SchedA53.td | 2 +- lib/Target/AArch64/AArch64SchedA57.td | 2 +- lib/Target/AArch64/AArch64SchedCyclone.td | 2 +- lib/Target/AArch64/AArch64SchedExynosM1.td | 2 +- lib/Target/AArch64/AArch64SchedExynosM3.td | 2 +- lib/Target/AArch64/AArch64SchedExynosM4.td | 2 +- lib/Target/AArch64/AArch64SchedFalkor.td | 2 +- lib/Target/AArch64/AArch64SchedKryo.td | 2 +- lib/Target/AArch64/AArch64SchedThunderX.td | 2 +- lib/Target/AArch64/AArch64SchedThunderX2T99.td | 2 +- lib/Target/AArch64/AArch64Subtarget.h | 13 ++++++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 5 +++ unittests/Support/TargetParserTest.cpp | 12 ++++- 19 files changed, 124 insertions(+), 36 deletions(-)