about summary refs log tree commit diff homepage
path: root/lib/Core/PTree.cpp
AgeCommit message (Expand)Author
2022-01-05introduce BranchTypesFrank Busse
2020-09-03Guard process-tree compression with a command-line switchSebastian Poeplau
2020-09-03Fix PTree::remove to clean the tree properlySebastian Poeplau
2020-06-29Enable subsets for RandomPathSearcherTimotej Kapus
2020-06-29[PTree] Replace left/right with PointerIntPairTimotej Kapus
2020-06-29Revert "refactor PTree: use unique_ptr"Timotej Kapus
2020-04-30Created include/klee/Core directory and moved appropriate files direc\Cristian Cadar
2019-09-20refactor PTree: use unique_ptrFrank Busse
2019-09-20refactor PTree: remove split(), add attach() methodFrank Busse
2019-07-30Use #include "klee/..." (instead of #include <klee/...>) consistently.Cristian Cadar
2019-07-30Consolidated Expr-related include files into a single include/klee/Expr direc...Cristian Cadar
2019-05-31PTree: fix dump() methodFrank Busse
2016-08-09Fix to PTree pointer use-after-delete undefined behaviorAndrea Mattavelli
2014-05-29Remove #include <iostream> to avoid static constructorsMartin Nowack
2014-05-29Refactoring from std::ostream to llvm::raw_ostreamMartin Nowack
2009-05-21Initial KLEE checkin.Daniel Dunbar