This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58dc6ce2d06 MISched: Don't schedule regions with 0 instructions new 987a6ac4c90 Moved everything SMT-related to LLVM and updated the cmake [...]
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: CMakeLists.txt | 25 ++ cmake/modules/FindZ3.cmake | 110 +++++ cmake/modules/LLVMConfig.cmake.in | 2 + include/llvm/Config/config.h.cmake | 3 + include/llvm/Support/SMTAPI.h | 405 ++++++++++++++++++ lib/Support/CMakeLists.txt | 17 +- lib/Support/Z3Solver.cpp | 826 +++++++++++++++++++++++++++++++++++++ 7 files changed, 1387 insertions(+), 1 deletion(-) create mode 100644 cmake/modules/FindZ3.cmake create mode 100644 include/llvm/Support/SMTAPI.h create mode 100644 lib/Support/Z3Solver.cpp