This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d26fcac7987 [x86] remove duplicate undef tests; NFC new 6c589fe15aa [ThinLTO] Teach ThinLTO about auto hide symbols new 396b5314e8e [tablegen] Fixed few !foreach evaluation issues.
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/TableGen/Record.cpp | 67 ++++++++++-------------- lib/Transforms/IPO/FunctionImport.cpp | 7 +++ test/TableGen/foreach-eval.td | 72 ++++++++++++++++++++++++++ test/ThinLTO/X86/linkonce_odr_unnamed_addr.ll | 10 ++++ test/ThinLTO/X86/linkonce_resolution_comdat.ll | 2 +- 5 files changed, 116 insertions(+), 42 deletions(-) create mode 100644 test/TableGen/foreach-eval.td create mode 100644 test/ThinLTO/X86/linkonce_odr_unnamed_addr.ll