This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7212e1e [Support] Add a free toString function for Error new fea3ecb [GlobalDCE, Misc] Don't remove functions referenced by ifuncs new 11773e9 Remove (unused) "using namespace llvm;" in Support header. Th [...] new 6c67e89 [X86] Lower zext i1 arguments
The 3 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/IR/GlobalAlias.h | 15 -------- include/llvm/IR/GlobalIndirectSymbol.h | 16 +++++++++ include/llvm/Support/ScopedPrinter.h | 2 -- lib/Target/X86/X86FastISel.cpp | 15 ++++++++ lib/Transforms/IPO/GlobalDCE.cpp | 26 ++++++++++++++ lib/Transforms/Utils/SplitModule.cpp | 12 ++++--- test/CodeGen/X86/pr27591.ll | 42 +++++++++++++++++++++++ test/Transforms/GlobalDCE/global-ifunc.ll | 13 +++++++ tools/bugpoint/CrashDebugger.cpp | 4 +-- tools/verify-uselistorder/verify-uselistorder.cpp | 8 +++++ 10 files changed, 129 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/X86/pr27591.ll create mode 100644 test/Transforms/GlobalDCE/global-ifunc.ll