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
/
lib
/
Core
/
ExecutionState.cpp
Age
Commit message (
Expand
)
Author
2023-03-16
Integrate KDAlloc into KLEE
Daniel Schemmel
2022-06-13
.err files: minor readability changes to stack trace output
Frank Busse
2022-03-09
Core/ExecutionState: Fix uninitialized reads in unit tests
Lukáš Zaoral
2021-11-20
Fixed fail with preferCex, removed relation from first argument
Taras Bereznyak
2020-11-12
Casting.h: isa_and_nonnull<>
Julian Büning
2020-11-12
Ref: implement operator bool()
Julian Büning
2020-10-12
address MartinNowack's remaining feedback
Julian Büning
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-07-01
Remove state contructor with constraints
Martin Nowack
2020-07-01
Use constraint sets and separate metadata for timing solver invocation
Martin Nowack
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
2020-06-24
add ExecutionState IDs
Frank Busse
2020-06-24
slightly update ExecutionState, remove holes in struct
Frank Busse
2020-04-30
Created include/klee/Core directory and moved appropriate files direc\
Cristian Cadar
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-02-19
Use `ref<>` for MemoryObject handling
Martin Nowack
2020-02-19
Use `ref<>` for UpdateNode
Martin Nowack
2019-12-12
[Searchers] Remove weight from es, add nurs_depth
Timotej Kapus
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-05-30
ExecutionState: remove fnAliases
Julian Büning
2019-05-30
remove klee_alias_function()
Julian Büning
2019-03-13
Added --debug-log-state-merge to path merging category
Cristian Cadar
2018-10-30
Base time API upon std::chrono
Frank Busse
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-07-23
Remove support for LLVM < 3.4
Martin Nowack
2016-07-08
Add deterministic allocation of memory
Martin Nowack
2015-04-03
Fixed issue introduce during a previous refactoring, related to field ordering.
Cristian Cadar
2015-04-02
Silenced some compilation warnings.
Cristian Cadar
2015-04-02
Removed unused fakeState field from ExecutionState
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
2014-09-19
Removed code related to underConstrained, as it is unused (issue pointed out ...
Cristian Cadar
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2013-08-27
Port to LLVM 3.3
Martin Nowack
2012-01-18
Nice patch by Gang Hu, Heming Cui and Junfeng Yang fixing a memory
Cristian Cadar
2011-11-29
Updates for LLVM 3.1.
Peter Collingbourne
2010-06-24
Added ExecutionState::dumpStack function for inspecting the status of the stack
Peter Collingbourne
2010-03-14
Kill off ExecutionTrace stuff, it is too messy.
Daniel Dunbar
2009-09-01
Update for LLVM ostream changes.
Daniel Dunbar
2009-06-14
Remove some unused functionality.
Daniel Dunbar
2009-06-02
Use ConstantExpr::alloc instead of ref<Expr> directly
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar