This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f653fb8 Add auto-exporting of symbols from tools so that plugins work [...] new 10c072c [AVX512] Fix intrinsic cmp{sd|ss} lowering. new 22f5417 Use shouldAssumeDSOLocal on AArch64.
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/CodeGen/Analysis.h | 5 ++++ lib/CodeGen/Analysis.cpp | 43 ++++++++++++++++++++++++++++++++ lib/Target/AArch64/AArch64Subtarget.cpp | 25 +++++-------------- lib/Target/X86/X86ISelLowering.cpp | 4 +-- lib/Target/X86/X86Subtarget.cpp | 44 +-------------------------------- test/CodeGen/AArch64/pie.ll | 14 +++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 24 +++++++++--------- 7 files changed, 81 insertions(+), 78 deletions(-) create mode 100644 test/CodeGen/AArch64/pie.ll