about summary refs log tree commit diff homepage
path: root/include/klee/Expr
AgeCommit message (Expand)Author
2024-02-08Use APIs of newer LLVM versions instead of unsupported onesMartin Nowack
2024-01-30Make Assignment::evaluate be constCristian Cadar
2023-04-06Support disabling compiler warnings; Use with external headersMartin Nowack
2023-03-20ConstantArrayExprVisitor: Fix detection of multiple array indicesLukáš Zaoral
2022-07-24Support arguments of width 128, 256 and 512 bits for external callsPavel
2020-11-12Ref: implement operator bool()Julian Büning
2020-07-01Clean-up and add documentationMartin Nowack
2020-07-01Separate constraint set and constraint managerMartin Nowack
2020-07-01Move constraint implementation from header to cpp filesMartin Nowack
2020-04-30Moved header files that were placed directly in include/klee/ into appropriat...Cristian Cadar
2020-04-30Removed include/klee/util and moved header files to appropriate placesCristian Cadar
2020-04-30Move header files from lib/Expr to include/klee/Expr to eliminate includes us...Cristian Cadar
2020-02-19Use `ref<>` for UpdateNodeMartin Nowack
2020-02-19Add `ReferenceCounter` struct utilized by ref<>Martin Nowack
2020-02-13Use call-by-reference for hash-function invocationMartin Nowack
2020-02-13Replace old TR1 implementations of unordered_map/set with std::* versionsMartin Nowack
2019-11-07[expr-visitor] Remove unnecessary allocationTimotej Kapus
2019-09-03Moved solver-related header files into a separate klee/Solver/ directory.Cristian Cadar
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