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
2023-03-17
[cmake] Use LLVM's CMake functionality only
Martin Nowack
2023-03-16
Fixed a bug in KLEE libc's implementation of strcmp: according to the C stand...
Cristian Cadar
2023-03-16
Add some system tests for KDAlloc
Daniel Schemmel
2023-03-16
Integrate KDAlloc into KLEE
Daniel Schemmel
2023-03-16
Add some unit tests for KDAlloc
Daniel Schemmel
2023-03-16
Add the KDAlloc allocator using both of its suballocators
Daniel Schemmel
2023-03-16
The KDAlloc loh allocator is useful for variable sized (large) allocations
Daniel Schemmel
2023-03-16
The KDAlloc slot allocator is useful for small sized allocations
Daniel Schemmel
2023-03-15
Do not escape "@". This triggers an error now in the CI.
Cristian Cadar
2023-02-28
Have the STP coverage build also provide Z3, so that the crosscheck solver ca...
Daniel Schemmel
2023-02-28
Add a few simple solver tests
Daniel Schemmel
2023-02-17
create klee-last as a relative link
Daniel Schemmel
2023-02-17
Fix integer overflow
Daniel Schemmel
2023-02-06
Disable memcpy_chk_err.c on FreeBSD, where a call to __memcpy_chk is not gene...
Cristian Cadar
2023-02-06
Add an extra check to test/Runtime/FreeStanding/memcpy_chk_err.c ensuring tha...
Cristian Cadar
2023-02-06
Use LLVM 11 for FreeBSD testing (package llvm90 is not available anymore)
Cristian Cadar
2023-01-06
fix output check in test const_arr_opt1
Matthis Gördel
2022-12-09
add missing FileCheck command to test
Matthis Gördel
2022-12-09
Fixed some leaks in klee-replay
Cristian Cadar
2022-12-09
fix FileCheck cmd of VarArgByVal test
Matthis Gördel
2022-09-26
Improve the message for when large arrays become symbolic. Only print this w...
Cristian Cadar
2022-09-24
Pass llvm.experimental.noalias.scope.decl to IntrinsicLowering so that it str...
Pavel
2022-09-14
Add notes about how to keep in sync runtime with LLVM project
Pavel
2022-09-14
Improve pattern for FileCheck in UBSan's tests
Pavel
2022-09-14
Improve pattern for FileCheck in UBSan's tests
Pavel
2022-09-14
Add README to UBSan runtime
Pavel
2022-09-14
Eliminate .undefined_behavior.err category and simplify tests
Pavel
2022-09-14
Remove LLVM version < 9
Pavel
2022-09-14
Check extensions of generated files in tests
Pavel
2022-09-14
Remove LLVM version < 6
Pavel
2022-09-14
Introduce separate categories for different kinds of undefined behavior
Pavel
2022-09-14
Support UBSan-enabled binaries
Pavel Yatcheniy
2022-08-26
Use true instead of Z3_TRUE (removed in z3 4.11.0)
Jerry James
2022-08-19
Corrected wrong usage of klee_report_error in __cxa_atexit handler
Pavel
2022-07-24
Support arguments of width 128, 256 and 512 bits for external calls
Pavel
2022-07-11
Switch FreeBSD CI to 13.1 and Python 3.9
Gleb Popov
2022-07-07
POSIX runtime: fstatat: check for nonnull path APIs
Frank Busse
2022-07-04
Inline asm external call
Mikhail
2022-07-04
Fix memory leak in crosscheck core solver mechanism
Daniel Schemmel
2022-06-30
checkout KLEE with depth > 1 when running codecov
Daniel Schemmel
2022-06-30
update github checkout action to v3
Daniel Schemmel
2022-06-30
rename CallSite to CallBase
Frank Busse
2022-06-30
remove LLVM < 9
Frank Busse
2022-06-29
Perform coverage analysis for z3 as well
Daniel Schemmel
2022-06-29
forward ci environment variables used to exercise metasmt backends into the d...
Daniel Schemmel
2022-06-29
Remove the CI target metaSMT(Boolector). metaSMT(STP) already runs the test ...
Cristian Cadar
2022-06-28
Implement getArrayForUpdate iteratively
Daniel Schemmel
2022-06-27
Define stat64 to be stat on MacOS. This fixes compilation on more recent mac...
Cristian Cadar
2022-06-27
Fix error with empty EntryPoint
Saveliy Grigoryev
2022-06-26
Intrinsics: Add support for @llvm.f{ma,muladd}.f*
Lukáš Zaoral
[next]