aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Z3Solver.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-03-27New methods to check for under-/overflow in the SMT APIMikhail R. Gadelha1-0/+70
2019-03-26Moved body of methods dump to .cpp file to fix compilation when modulesMikhail R. Gadelha1-0/+4
2019-03-25Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha1-0/+826
2019-02-09This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha1-832/+0
2019-02-07Move SMTSolver dump() methods out-of-line.Adrian Prantl1-0/+6
2019-02-07Move the SMT API to LLVMMikhail R. Gadelha1-0/+826