This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94f347bd331 [Test commit] Remove extra newline. new 960a40ec576 Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
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/Target/TargetInstrInfo.h | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 17 ++++++++++------- lib/CodeGen/TargetInstrInfo.cpp | 4 ++-- lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +- lib/Target/AArch64/AArch64InstrInfo.h | 2 +- lib/Target/ARM/ARMBaseInstrInfo.h | 4 ---- lib/Target/ARM/ARMInstrInfo.cpp | 4 ++-- lib/Target/ARM/ARMInstrInfo.h | 4 ++-- lib/Target/ARM/ARMMCInstLower.cpp | 4 +--- lib/Target/ARM/Thumb1InstrInfo.cpp | 4 ++-- lib/Target/ARM/Thumb1InstrInfo.h | 4 ++-- lib/Target/ARM/Thumb2InstrInfo.cpp | 4 ++-- lib/Target/ARM/Thumb2InstrInfo.h | 4 ++-- lib/Target/PowerPC/PPCInstrInfo.cpp | 4 ++-- lib/Target/PowerPC/PPCInstrInfo.h | 2 +- lib/Target/X86/X86InstrInfo.cpp | 2 +- lib/Target/X86/X86InstrInfo.h | 2 +- test/CodeGen/X86/empty-function.ll | 22 ++++++++++++++++++++++ 18 files changed, 55 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/X86/empty-function.ll