This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9044c52d569 Add a dependency from llvm/test to llvm-cvtres. new fe76aaa6eee 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 | 16 +++++++++------- 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, 54 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/X86/empty-function.ll