about summary refs log tree commit diff homepage
path: root/lib/Basic/ConstructSolverChain.cpp
AgeCommit message (Expand)Author
2019-09-03Moved ConstructSolverChain.cpp to the Solver library.Cristian Cadar
2019-03-17Renamed --use-cache to --use-branch-cacheCristian Cadar
2019-03-13Added missing description for some options in CmdLineOptions.cpp (and some re...Cristian Cadar
2018-10-30Base time API upon std::chronoFrank Busse
2018-10-16Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...Cristian Cadar
2017-07-26Now that LLVM 2.9 is gone, we can use cl::bits instead of cl::listCristian Cadar
2017-03-23Add `AssignmentValidatingSolver`. It's purpose is to check any computedDan Liew
2016-11-23Renamed .pc to .kquery (kleaver query)Eric Rizzi
2016-09-26Modified logging information to steer the usage of klee_message, klee_warning...Andrea Mattavelli
2016-09-15Add ``-debug-cross-check-core-solver`` option to allow cross-checkingDan Liew
2016-09-15Clang-format ``ConstructSolverChain.cpp``Dan Liew
2014-05-29Refactoring from std::ostream to llvm::raw_ostreamMartin Nowack
2013-08-06TimingSolver and constructSolverChain() no longer coupled with pointers to ST...Hristina Palikareva
2013-04-03Code reformatting.Cristian Cadar
2013-03-11Forgot to add ConstructSolverChain.cpp in the previous patch.Cristian Cadar