This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3c7b088bb6 [DAGCombine] ReduceLoadWidth - remove duplicate SDLoc. NFCI. new acdc608bee5 [llvm-ifs][IFS] llvm Interface Stubs merging + object file [...]
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: test/CMakeLists.txt | 1 + test/lit.cfg.py | 2 +- test/tools/llvm-ifs/conflict-header-format.ifs | 14 + test/tools/llvm-ifs/conflict-header-triple.ifs | 14 + test/tools/llvm-ifs/conflict-header-version.ifs | 16 + test/tools/llvm-ifs/conflict-size.ifs | 16 + test/tools/llvm-ifs/conflict-type.ifs | 16 + test/tools/llvm-ifs/conflict-weak.ifs | 17 + test/tools/llvm-ifs/func.ifs | 56 +++ .../llvm-ifs/object-function-size-weak-combo.ifs | 34 ++ test/tools/llvm-ifs/object.ifs | 28 ++ test/tools/llvm-ifs/version-ok.ifs | 9 + test/tools/llvm-ifs/weak.ifs | 19 + tools/LLVMBuild.txt | 1 + tools/llvm-ifs/CMakeLists.txt | 10 + tools/llvm-ifs/LLVMBuild.txt | 21 + tools/llvm-ifs/llvm-ifs.cpp | 520 +++++++++++++++++++++ 17 files changed, 793 insertions(+), 1 deletion(-) create mode 100644 test/tools/llvm-ifs/conflict-header-format.ifs create mode 100644 test/tools/llvm-ifs/conflict-header-triple.ifs create mode 100644 test/tools/llvm-ifs/conflict-header-version.ifs create mode 100644 test/tools/llvm-ifs/conflict-size.ifs create mode 100644 test/tools/llvm-ifs/conflict-type.ifs create mode 100644 test/tools/llvm-ifs/conflict-weak.ifs create mode 100644 test/tools/llvm-ifs/func.ifs create mode 100644 test/tools/llvm-ifs/object-function-size-weak-combo.ifs create mode 100644 test/tools/llvm-ifs/object.ifs create mode 100644 test/tools/llvm-ifs/version-ok.ifs create mode 100644 test/tools/llvm-ifs/weak.ifs create mode 100644 tools/llvm-ifs/CMakeLists.txt create mode 100644 tools/llvm-ifs/LLVMBuild.txt create mode 100644 tools/llvm-ifs/llvm-ifs.cpp