about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.h
AgeCommit message (Expand)Author
2024-03-05Revert orphaned changesNguyễn Gia Phong
2024-03-05Move differentiator to separate moduleNguyễn Gia Phong
2024-03-05Implement detection of implicit return via pointerNguyễn Gia Phong
2024-03-05Implement return value detectionNguyễn Gia Phong
2024-03-05Retire external symbilic diffNguyễn Gia Phong
2024-03-05Implement native path condition combinationNguyễn Gia Phong
2024-03-05Avoid resolving combined SMT formulaeNguyễn Gia Phong
2024-03-05Half-bake decision clusteringNguyễn Gia Phong
2024-03-05Conclude concrete execution implNguyễn Gia Phong
2024-03-05Lay ground work for concrete executionNguyễn Gia Phong
2024-03-05Implement differentiator extractionNguyễn Gia Phong
2024-02-29Refactor `ObjectState::flushToConcreteStore` to use `toConstant`Martin Nowack
2024-02-27Extend toConstant() to take an additional boolean argument that decides wheth...Cristian Cadar
2024-01-30Modify getValueFromSeeds() to include more functionality and simplify its cal...Cristian Cadar
2024-01-30Concretize constants using seed values, when available. Added two tests (w/ ...Cristian Cadar
2024-01-12Renamed PTree to ExecutionTree (and similar)Cristian Cadar
2024-01-12new: persistent ptree (-write-ptree) and klee-ptreeFrank Busse
2023-05-26Use unique_ptr for MemoryManager and avoid re-creating it in the first placeMartin Nowack
2023-04-21use unique_ptr all throughout the solver chainDaniel Schemmel
2023-03-23stats: add termination class statsFrank Busse
2023-03-20llvm14: PointerType::getElementType() was deprecatedLukáš Zaoral
2023-03-16Integrate KDAlloc into KLEEDaniel Schemmel
2022-07-04Inline asm external callMikhail
2022-01-05introduce BranchTypesFrank Busse
2021-12-23Introduce termination categoriesFrank Busse
2021-05-10allocate memory objects for functionsJulian Büning
2021-04-20Replaced the time-based delay after which the max-static-*-pct checks are per...Cristian Cadar
2021-04-20Added -max-static-pct-check-delay to replace the hardcoded delay after which ...Cristian Cadar
2021-04-20Refactored MaxStatis*Pct conditions into a separate function.Cristian Cadar
2021-02-16add ifdefs for C++ exception handlingJulian Büning
2020-12-04llvm11: Composite and Sequential types were removedLukas Zaoral
2020-10-12Implemented support for C++ ExceptionsFelix Rath
2020-07-30introduce --rng-initial-seed=<unsigned>Frank Busse
2020-06-29Enable subsets for RandomPathSearcherTimotej Kapus
2020-06-25Enforce fork/branch limits in branch() and fix double terminationFrank Busse
2020-06-25fix Executor: initializeGlobalAliasesJulian Büning
2020-06-25Executor: split initializeGlobalsJulian Büning
2020-06-24add ExecutionState IDsFrank Busse
2020-04-30Created include/klee/Core directory and moved appropriate files direc\Cristian Cadar
2020-04-30Move header files from lib/Expr to include/klee/Expr to eliminate includes us...Cristian Cadar
2020-04-30Removed the Internal directory from include/kleeCristian Cadar
2019-11-28Move merging related code from Executor into MergingSearcherLukas Wölfer
2019-10-29ExecutorTimers: refactor and move to support libFrank Busse
2019-10-29ExecutorTimers: remove signalling, fix endless looping forkFrank Busse
2019-10-08Executor.h: remove defined functions without implementationFrank Busse
2019-09-20refactor PTree: remove split(), add attach() methodFrank Busse
2019-08-15ExecutorTimers: move dumpStates/dumpPTree into ExecutorFrank Busse
2019-07-30Consolidated Expr-related include files into a single include/klee/Expr direc...Cristian Cadar
2019-06-04make endif guard naming consistentJulian Büning
2018-11-23Implemented memalign with alignmentLukas Wölfer