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
Age
Commit message (
Expand
)
Author
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-10-09
implement fneg instruction
Julian Büning
2020-10-09
fix: fabs() working on the wrong argument
David Laprell
2020-10-09
Add testcase for weakly linked globals
Martin Nowack
2020-10-06
Added support for klee_open_merge and klee_close_merge in replay, together wi...
Cristian Cadar
2020-09-30
tests: add tests for empty .stats and additional/missing columns
Frank Busse
2020-09-30
tests: support .test and introduce %klee-stats
Frank Busse
2020-09-17
Add test for klee-zesti
Timotej Kapus
2020-09-02
More robust handling of unknown intrinsics
Alastair Reid
2020-08-28
Definition of __cxa_thread_atexit_impl for the KLEE libc.
Alastair Reid
2020-08-07
New intrinsic: klee_is_replay
Alastair Reid
2020-06-29
Implement fshr/fshl intrinsics
Alastair Reid
2020-06-25
Enforce fork/branch limits in branch() and fix double termination
Frank Busse
2020-06-25
fix Executor: initializeGlobalAliases
Julian Büning
2020-06-25
add simple unknown bitcast alias test from the original issue
Julian Büning
2020-06-25
add known bitcast test for comparison
Julian Büning
2020-06-25
regression test for unknown bitcast alias
Julian Büning
2020-06-19
Added test reported in https://github.com/klee/klee/issues/189 for byval vari...
Cristian Cadar
2020-06-19
Renamed Vararg.c to VarArg.c for consistency with the other var arg tests and...
Cristian Cadar
2020-06-19
Added test checking for correct alignment of variadic arguments
Cristian Cadar
2020-06-19
Added test checking that KLEE correctly handles variadic arguments with the b...
Cristian Cadar
2020-06-06
[Module] Add testcase for inline asm lifting
Martin Nowack
2020-05-01
Add test case from #1257 to reproduce behaviour
Martin Nowack
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-09
[posix-runtime] Improve model to handle full-path symbolic files
Timotej Kapus
2020-04-09
[posix-runtime] Add test for full path consistency for symbolic files
Timotej Kapus
2020-04-08
test: add a new test for readStringAtAddress
Marek Chalupa
2020-03-22
[posix-runtime] Simple GET/SET_LK model
Timotej Kapus
2020-03-19
Additional test for dealing with vector instructions
Cristian Cadar
2020-03-02
fix lit.cfg: numerical comparison of LLVM version numbers
Julian Büning
2020-03-02
test/lit.cfg: add LLVM 10.0
Julian Büning
2020-01-18
Fix handling of debug information for functions
Martin Nowack
2020-01-13
Assume assembly.ll is local to the run.istats file
Martin Nowack
2020-01-10
Fix update_list_order.c
Martin Nowack
2019-12-12
[optimize-array] Fix value transformation
Timotej Kapus
2019-12-12
[optimize-array] Fix hole index in buildMixedSelectExpr
Timotej Kapus
2019-12-12
[optimize-array] Fix update list read order
Timotej Kapus
2019-11-15
Implement @llvm.is.constant() intrinsic handling and add a test for it.
Gleb Popov
2019-11-07
Handle llvm.objectsize explicitly
Martin Nowack
2019-11-07
Added test for 3-argument main.
Cristian Cadar
2019-11-05
Most libc++ tests require uclibc; add missing REQUIRES statements or remove d...
Cristian Cadar
2019-11-05
Mark all constant global memory objects as constant
Martin Nowack
2019-11-05
[test] Fix missing includes
Martin Nowack
2019-10-31
Executor: fix missing default case in switch instruction
Frank Busse
2019-10-31
enable testing for LLVM 9.0
Julian Büning
2019-10-31
LLVM 9.0: fourth parameter for @llvm.objectsize()
Julian Büning
2019-10-31
klee-libc: add bcmp
Julian Büning
2019-10-07
test/Expr/Evaluate2.kquery: add link to issue
Julian Büning
2019-10-07
fix: make llvm 7.1 known
Julian Büning
2019-10-07
test/Feature/SolverTimeout.c: re-enable for Z3
Julian Büning
[next]