This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b8bd0d424e1 [InstCombine] Replace two calls to getNumUses() with !hasNU [...] new a63a709dd50 [MinGW] [X86] Add stubs for references to data variables th [...]
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/CodeGen/MachineModuleInfoImpls.h | 22 +++++++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 28 ++++++++ lib/CodeGen/MachineModuleInfoImpls.cpp | 1 + lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 5 ++ lib/Target/X86/X86AsmPrinter.cpp | 4 ++ lib/Target/X86/X86InstrInfo.cpp | 3 +- lib/Target/X86/X86InstrInfo.h | 1 + lib/Target/X86/X86MCInstLower.cpp | 16 +++++ lib/Target/X86/X86Subtarget.cpp | 8 +++ test/CodeGen/X86/br-fold.ll | 3 +- test/CodeGen/X86/mingw-refptr.ll | 94 +++++++++++++++++++++++++++ test/CodeGen/X86/stack-protector.ll | 36 +++++----- test/CodeGen/X86/win32-ssp.ll | 5 +- 13 files changed, 204 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/X86/mingw-refptr.ll