This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 801cfc82da8 Fix unused variable warning new 42d7052fc23 [MinGW] [AArch64] Add stubs for potential automatic dllimpo [...] new 5d04fc0ef37 [MinGW] Move code for indicating "potentially not DSO local [...]
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: lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 3 +- lib/Target/AArch64/AArch64MCInstLower.cpp | 22 ++++++- lib/Target/AArch64/AArch64Subtarget.cpp | 16 ++--- lib/Target/AArch64/Utils/AArch64BaseInfo.h | 7 ++- lib/Target/ARM/ARMISelLowering.cpp | 5 +- lib/Target/TargetMachine.cpp | 9 +++ lib/Target/X86/X86Subtarget.cpp | 15 ++--- test/CodeGen/AArch64/mingw-refptr.ll | 97 ++++++++++++++++++++++++++++++ 9 files changed, 150 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/AArch64/mingw-refptr.ll