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
path:
root
/
test
/
Feature
Age
Commit message (
Expand
)
Author
2017-03-01
Updated test cases that check warning messages.
Cristian Cadar
2017-02-14
Merge pull request #574 from delcypher/read_expr_missed_constaint_fold
Andrea Mattavelli
2017-02-14
ReadExpr::create() was missing an opportunity to constant fold when handling ...
Dan Liew
2017-02-10
test: fix broken Vararg test
Martijn Thé
2017-01-08
tests: Added substitution for llvm-ar
Adrian Herrera
2016-11-23
Renamed .pc to .kquery (kleaver query)
Eric Rizzi
2016-11-09
Fix BFS searcher
Martin Nowack
2016-08-10
Extended support for assembler raising
Martin Nowack
2016-08-04
klee: add exit-on-error-type parameter
Jiri Slaby
2016-07-11
Executor: do not crash on non-sized globals
Jiri Slaby
2016-07-08
Generate forked states for switch instructions deterministically
Martin Nowack
2016-07-08
Use vector instead of set to add/remove states
Martin Nowack
2016-07-08
Support gzip-based compression of raw_outstreams
Martin Nowack
2016-05-18
Modified -debug-print-instructions to allow to write directly on log file.
Andrea Mattavelli
2016-02-25
Added support to load libraries from command line
Omer Anson
2016-02-14
Try to fix the TravisCI build when using Z3 as the solver. The
Dan Liew
2015-12-11
Change SilentKleeAssume.c test slightly so that
Dan Liew
2015-12-11
Add command line flag ``--silent-klee-assume``to suppress errors due to
Valentin Wüstholz
2015-09-22
[STPBuilder] Generate SRrem expressions correctly
Martin Nowack
2015-08-21
Merge pull request #251 from ret2libc/entryFnParam
Cristian Cadar
2015-08-14
test: add Feature test for EntryPoint option
Riccardo Schirone
2015-04-29
Fix assertion failure in getDirectCallTarget
Sean Bartell
2015-04-19
Fixed RewriteEqualities input to be more resilient to differences in compilat...
Cristian Cadar
2015-04-19
Temportily marking RewriteEqualities test as XFAIL.
Cristian Cadar
2015-04-19
Added a new test case that checks the --rewrite-equalities optimisation. The...
Cristian Cadar
2015-03-20
Improve arithmetic-right-overshift-sym-conc.c test by make sure it
Dan Liew
2015-03-02
New regression test checking that the Array factory correctly distinguishes b...
Cristian Cadar
2015-02-13
Fixed and refactored overflow test cases.
Cristian Cadar
2015-02-13
refactor integer overflow detection, add signed int
Luca Dariz
2015-02-13
Fix overflow detection in unsigned multiplication
Luca Dariz
2015-02-13
add tests for unsigned integer overflow
Luca Dariz
2015-02-13
Revert "Merged @luckyluke's change for detecting overflow of unsigned add, sub"
Cristian Cadar
2015-02-10
Merged @luckyluke's change for detecting overflow of unsigned add, sub
Cristian Cadar
2014-12-19
Merge pull request #168 from willemp/fix-va-args-passing-for-big-types
Cristian Cadar
2014-12-03
Fixed test /Feature/PreferCex.c: Z3 instantiates different value for unconstr...
Hristina Palikareva
2014-10-09
Fixed passing of long double (and other big types) in var_args on x86_64. Rem...
Willem
2014-10-09
Add (currently failing) test to check for correct long double alignment in va...
Willem
2014-09-14
[Core] Fix a bug in how source file names were written in .istats files.
Daniel Dunbar
2014-09-14
[Module] Try harder to associate each instruction with source level debug info.
Daniel Dunbar
2014-09-14
[Core] Remove support for "--use-asm-addresses".
Daniel Dunbar
2014-09-13
These tests require --optimize=false to run successfully.
Cristian Cadar
2014-09-12
[Module] Fix handling of instructions without debug info.
Daniel Dunbar
2014-09-12
[tests] Rewrite MemoryLimit test to use larger allocations for "little" test ...
Daniel Dunbar
2014-09-12
[tests] Set --output-dir on all test runs, in support of running tests in par...
Daniel Dunbar
2014-09-12
XFAIL LargeReturnTypes.cpp on Darwin, it depends indirectly on using libstdcxx.
Daniel Dunbar
2014-02-24
Improved DumpStatesOnHalt.c to make sure there is always more than one instru...
Cristian Cadar
2014-02-24
Fixed AliasFunction.c and AliasFunctionExit.c to work also when optimizations...
Cristian Cadar
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 symbolic so that it overshifts
Dan Liew
2014-02-14
Added C test case that checks that concrete and symbolic overshift
Dan Liew
[next]