about summary refs log tree commit diff homepage
path: root/unittests/Assignment
AgeCommit message (Expand)Author
2023-03-17[cmake] Use LLVM's CMake functionality onlyMartin Nowack
2020-07-01Move constraint implementation from header to cpp filesMartin Nowack
2019-07-30Consolidated Expr-related include files into a single include/klee/Expr direc...Cristian Cadar
2017-10-04Remove Autoconf/Makefile build system and adjust the TravisCIDan Liew
2017-07-23Remove LLVM 2.9 from MakefilesMartin Nowack
2016-11-19[CMake] Remove unneeded dependency declarations for the unit tests.Dan Liew
2016-11-07Implement a CMake based build system for KLEE.Dan Liew
2016-09-29Fix bug in `AssignmentEvaluator` where NotOptimizedExpr would not (#466)Dan Liew