- 22 Aug, 2013 2 commits
-
-
Cristian Cadar authored
it can be used by other classes. It has also been improved so it can be used with the soon to be added ExprSMTLIBPrinter classes." git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@166555 91177308-0d34-0410-b5e6-96231b3b80d8
-
Cristian Cadar authored
optional radix (base e.g. 2,10,16). This will be needed by the ExprSMTLIBPrinter that will soon be added." git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@166553 91177308-0d34-0410-b5e6-96231b3b80d8 Conflicts: lib/Expr/Expr.cpp
-
- 16 Aug, 2013 5 commits
-
-
Dan Liew authored
-
Dan Liew authored
-
Daniel Liew authored
Conflicts: tools/ktest-tool/ktest-tool WARNING: Not tested!
-
Daniel Liew authored
Conflicts: configure
-
Dan Liew authored
-
- 18 Mar, 2013 1 commit
-
-
Dan Liew authored
The Default is Release+Asserts but if you are building for example "Release+Debug+Asserts" then this break because KLEE will look for the bitcode libraries in the wrong place because the RUNTIME_CONFIGURATION macro is not defined to be what KLEE actually builds as. This has been tweaked so that when we build the bitcode libraries as "Release+Asserts" whether or not we've choosen debug for the main build of KLEE does not matter.
-
- 11 Mar, 2013 6 commits
-
-
Cristian Cadar authored
"1. At configure time the --with-stp= option is now mandatory. 2. The HAVE_EXT_STP macro has been removed. 3. The ENABLE_EXT_STP autoconf replacement variable has been removed and consequently the Makefile variable of the same name has been removed." git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@161055 91177308-0d34-0410-b5e6-96231b3b80d8 Conflicts: Makefile.common tools/klee/Makefile unittests/Expr/Makefile unittests/Ref/Makefile unittests/Solver/Makefile Some mistakes in unittests/Expr/Makefile unittests/Ref/Makefile doesn't exist in KLEE-CL
-
Cristian Cadar authored
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@160795 91177308-0d34-0410-b5e6-96231b3b80d8 Conflicts: configure Due to conflict I decided to rebuilt configure from scrach by running the autoregen script.
-
Cristian Cadar authored
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@160792 91177308-0d34-0410-b5e6-96231b3b80d8
-
Dan Liew authored
Removed eclipse CDT files. They shouldn't really be here as they are conflicting with my own Eclipse configuration files. The gitignore file has been configured to ignore them.
-
Dan Liew authored
int getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, unsigned int flags) In /usr/include/netdb.h the flags argument is of type "int" (at least it is on Ubuntu 12.04) but in KLEE's POSIX runtime it is "unsigned int".
- 09 Apr, 2012 3 commits
-
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
- 07 Apr, 2012 1 commit
-
-
Peter Collingbourne authored
-
- 05 Apr, 2012 1 commit
-
-
Peter Collingbourne authored
Unfortunately, I don't have time to make all the necessary changes to KLEE-FP to update it against trunk. Please use r146372 of LLVM/Clang for now. This reverts commit 2cdebe38.
-
- 02 Apr, 2012 1 commit
-
-
Peter Collingbourne authored
-
- 28 Mar, 2012 6 commits
-
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
- 27 Mar, 2012 1 commit
-
-
Peter Collingbourne authored
work for some reason.
-
- 26 Mar, 2012 4 commits
-
-
Peter Collingbourne authored
round-to-nearest, and use it to build FPTo?IExprs with a new field indicating whether to use round-to-nearest. Teach float_utilst::to_integer to do round-to-nearest calculations, and teach STP builder about this field.
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
is not a multiple of 64.
-
- 23 Mar, 2012 1 commit
-
-
Peter Collingbourne authored
-
- 21 Mar, 2012 1 commit
-
-
Peter Collingbourne authored
-
- 13 Dec, 2011 7 commits
-
-
Peter Collingbourne authored
-
Peter Collingbourne authored
(Yes, we should really be handling more bitwidths here.) git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@146510 91177308-0d34-0410-b5e6-96231b3b80d8
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-
Peter Collingbourne authored
-