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
/
PTree.h
Age
Commit message (
Expand
)
Author
2022-01-05
introduce BranchTypes
Frank Busse
2020-09-03
Fix PTree::remove to clean the tree properly
Sebastian Poeplau
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
2020-06-29
[PTree] Replace left/right with PointerIntPair
Timotej Kapus
2020-06-29
Revert "refactor PTree: use unique_ptr"
Timotej Kapus
2019-09-20
refactor PTree: use unique_ptr
Frank Busse
2019-09-20
refactor PTree: remove split(), add attach() method
Frank Busse
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Cristian Cadar
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-06-04
make endif guard naming consistent
Julian Büning
2019-06-04
Fixed identifiers used in ifdefs to (1) not use reserved names and (2) use a ...
Cristian Cadar
2019-05-31
PTree: fix dump() method
Frank Busse
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
2009-05-21
Initial KLEE checkin.
Daniel Dunbar