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
/
include
Age
Commit message (
Expand
)
Author
2015-04-25
Give KLEE release version information in the output of klee and kleaver
Dan Liew
2015-04-15
Fix the handling of AShrExpr in ExprSMTLIBPrinter so that an overshift
Dan Liew
2015-04-03
Fixed issue introduce during a previous refactoring, related to field ordering.
Cristian Cadar
2015-04-02
Merge pull request #209 from erakadjiev/timestamp_optimize
Cristian Cadar
2015-04-02
Revert "[include] Added documentation" to avoid a conflict with a pending pul...
Cristian Cadar
2015-04-02
Fixed some doxygen issues.
Cristian Cadar
2015-04-02
Removed unused fakeState field from ExecutionState
Cristian Cadar
2015-04-02
Pass over the comments in ExecutionState.h
Cristian Cadar
2015-04-02
Removed underConstrained field, which I believe was re-introduced by
Cristian Cadar
2015-04-02
[Core] Documentation and cleanup
Martin Nowack
2015-04-01
[include] Add missing functions in klee.h
Martin Nowack
2015-04-01
[runtime] Fix comments to c style for c files and headers
Martin Nowack
2015-04-01
[include] Added documentation
Martin Nowack
2015-04-01
[include] Removed unused variable
Martin Nowack
2015-03-13
Timestamp improvements.
Emil Rakadjiev
2015-02-27
Improved some comments and fixed some formatting issues in the Array factory ...
Cristian Cadar
2015-02-22
Added factory method for Arrays + hid constructors from outside calls
Eric Rizzi
2014-12-13
Clean up a few comments in ExprSMTLIBPrinter
Dan Liew
2014-12-12
Print nested let-abbreviations in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-12-02
Unbreak compilation (in metaSMT configuration) by preventing the #define
Hristina Palikareva
2014-12-02
The printing of constraints and the QueryExpr have been merged into a
Dan Liew
2014-12-02
Implement :named and let abbreviation modes in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-10-31
Switch to using autoconf 2.69 this version is more commonly available
Dan Liew
2014-09-19
Removed code related to underConstrained, as it is unused (issue pointed out ...
Cristian Cadar
2014-09-13
Add KLEE specific DEBUG macros.
Daniel Dunbar
2014-09-12
[FloatEvaluation] Use llvm::report_fatal_error() instead of assert(0) for uns...
Daniel Dunbar
2014-09-12
When building against libc++ (vs libstdcxx), use standard unordered_{map,set}...
Daniel Dunbar
2014-09-12
Regenerate configure.
Daniel Dunbar
2014-09-12
Regenerate configure with sanctioned autoconf version.
Daniel Dunbar
2014-05-30
Fix ExprTest under LLVM 2.9
Martin Nowack
2014-05-29
Remove #include <iostream> to avoid static constructors
Martin Nowack
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-04-24
Merge pull request #116 from MartinNowack/fix_malloc
Dan Liew
2014-04-24
Renamed GetTotalMemoryUsage to GetTotalMallocUsage
Martin Nowack
2014-04-24
Have configure check for presense of mallinfo for the newly added
Dan Liew
2014-04-24
Fix handling of memory usage in KLEE.
Martin Nowack
2014-04-24
Add missing newline at end of file to silence a clang warning.
Dan Liew
2014-04-24
Asserting that update lists have non-NULL roots within ReadExpr objects (update
Hristina Palikareva
2014-04-16
Removing a few more hard-coded values for domains and ranges of Array objects
Hristina Palikareva
2014-04-15
Associate a domain and range with each array
Peter Collingbourne
2014-04-04
Add the ability to control whether the pretty printer uses line breaks
Peter Collingbourne
2014-03-09
Use clang-format to reformat SMT-LIB printer in LLVM style.
Peter Collingbourne
2014-01-12
Merge pull request #68 from MartinNowack/feature_kleeInternalFunctions
Dan Liew
2013-12-21
klee-uclibc detection is now a lot cleaner. KLEE now assumes
Dan Liew
2013-12-19
Allow to specify KLEE-internal functions
Martin Nowack
2013-12-12
Patch by Daniel Lupei, fixing a performance bug with the
Cristian Cadar
2013-12-11
Merge pull request #31 from antiAgainst/chroot-replay
Cristian Cadar
2013-12-08
Add chroot jail support in klee-replay.
Lei Zhang
2013-12-06
Deprecate LLVM 2.8 and lower
Martin Nowack
2013-10-29
Merge pull request #26 from delcypher/fix_divide_by_zero
Paul
[next]