index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-04-04
Merge pull request #108 from pcc/pp
Dan Liew
2014-04-04
Add the ability to control whether the pretty printer uses line breaks
Peter Collingbourne
2014-04-03
Merge pull request #106 from pcc/smtlib-printer
Dan Liew
2014-04-02
Modify the SMT-LIB printer to declare arrays in a deterministic (alphabetical...
Peter Collingbourne
2014-03-09
Use clang-format to reformat SMT-LIB printer in LLVM style.
Peter Collingbourne
2014-02-24
Improved DumpStatesOnHalt.c to make sure there is always more than one instru...
Cristian Cadar
2014-02-24
Improved help message for make-concrete-symbolic and fixed some typos.
Cristian Cadar
2014-02-24
Fixed AliasFunction.c and AliasFunctionExit.c to work also when optimizations...
Cristian Cadar
2014-02-14
Merge pull request #64 from delcypher/overshift-fix
Dan Liew
2014-02-14
Explicitly get the width of the "shift" expression rather than assuming
Dan Liew
2014-02-14
Remove STPBuilder::getShiftBits() which is no longer used.
Dan Liew
2014-02-14
Added C test case that checks that concrete and symbolic overshift
Dan Liew
2014-02-14
Fixed overshift of arithmetic right shift by constant so that it
Dan Liew
2014-02-14
Fixed overshift of arithmetic right shift by symbolic so that it overshifts
Dan Liew
2014-02-14
Added C test case that checks that concrete and symbolic overshift
Dan Liew
2014-02-14
Fixed overshift of logical right shift by constant so that it
Dan Liew
2014-02-14
Fixed overshift of logical right shift by symbolic so that it overshifts
Dan Liew
2014-02-14
Added C test case that checks that concrete and symbolic overshift
Dan Liew
2014-02-14
Fixed overshifting an expression by a constant so that we overshift to
Dan Liew
2014-02-14
Added a test case for testing overshift behaviour of Shl and fixed
Dan Liew
2014-02-14
Translate shl overshifts into 0
Paul Marinescu
2014-02-14
Merge pull request #99 from delcypher/feature_support_stp_with_boost
Dan Liew
2014-02-14
Merge pull request #70 from MartinNowack/feature_reading_archive
Dan Liew
2014-02-14
When running with -debug-only=klee_linker do not report the number
Dan Liew
2014-02-14
Refactor cleaning up memory in linkBCA() so that if linking fails
Dan Liew
2014-02-14
Refactor variable name s/RemovedSymbols/SymbolsToRemove/
Dan Liew
2014-02-14
Correct and tidy up comments.
Dan Liew
2014-02-12
Fixed compilation of unittests with upstream STP (Boost dependency).
Dan Liew
2014-02-09
Merge pull request #100 from delcypher/pass-param-llvm-lit
Cristian Cadar
2014-02-06
Fix access of iterators after they have been invalidated
Martin Nowack
2014-02-06
When using KLEE's built-in Bitcode archive linker do not consider
Dan Liew
2014-02-06
Implement const_iterator interface for SpecialFunctionHandler so
Dan Liew
2014-02-06
Do not consider llvm intrinsics as undefined symbols in KLEE's
Dan Liew
2014-02-06
Improved archive (of bitcode modules) linking performance for
Dan Liew
2014-02-06
Add support for archive and single bc file linking
Martin Nowack
2014-02-04
Explicitly propagate CPLUS_INCLUDE_PATH and C_INCLUDE_PATH environment
Dan Liew
2014-02-04
Merge pull request #101 from delcypher/fix_isatty_llvm33
Cristian Cadar
2014-01-29
Fix Runtime/POSIX/Isatty.c test under LLVM3.3. The program makes
Dan Liew
2014-01-28
Allow passing arbitrary command line flags to klee and kleaver
Dan Liew
2014-01-25
Upstream STP's libstp now depends on boost. This commit updates
Dan Liew
2014-01-21
Merge pull request #92 from delcypher/fix_llvm-lit
Cristian Cadar
2014-01-20
Hide make check command unless using VERBOSE make variable.
Dan Liew
2014-01-20
Explicitly use only one thread when invoking llvm-lit in TestRunner.sh
Dan Liew
2014-01-20
Fixed test cases that fail if using an in-source build
Dan Liew
2014-01-20
Only run klee-uclibc tests if KLEE was configured with klee-uclibc
Dan Liew
2014-01-20
Partially fix python detection for running llvm-lit.
Dan Liew
2014-01-20
Remove the last remnants (I think) of DejaGNU. Goodbye!
Dan Liew
2014-01-20
Give absolute paths to KLEE's tools in lit.cfg . This fixes a long
Dan Liew
2014-01-20
Only run SELinux test if support for SELinux was detected at configure
Dan Liew
2014-01-20
Added Runtime/POSIX/lit.local.cfg file that prevents the POSIX
Dan Liew
[next]