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
/
Expr
Age
Commit message (
Expand
)
Author
2023-04-01
remove include/klee/Support/IntEvaluation.h
Daniel Schemmel
2023-03-30
Prevent fallthrough warning
Daniel Schemmel
2023-03-22
Change `llvm_map_components_to_libnames` to `llvm_config` CMake function
Martin Nowack
2023-03-20
ConstantArrayExprVisitor: Fix detection of multiple array indices
Lukáš Zaoral
2023-03-20
ConstantArrayExprVisitor: Deduplicate `visitConcat` and `visitRead`
Lukáš Zaoral
2023-03-17
[cmake] Use LLVM's CMake functionality only
Martin Nowack
2022-07-24
Support arguments of width 128, 256 and 512 bits for external calls
Pavel
2022-03-17
remove obsolete KLEE_LLVM legacy defines
Julian Büning
2022-03-17
remove LLVM < 6 from sources
Frank Busse
2021-12-20
llvm13: llvm::APInt::toString has been moved to StringExtras.h
Lukas Zaoral
2020-11-12
Casting.h: isa_and_nonnull<>
Julian Büning
2020-11-12
Ref: implement operator bool()
Julian Büning
2020-07-01
Clean-up and add documentation
Martin Nowack
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-07-01
Move constraint implementation from header to cpp files
Martin Nowack
2020-04-30
Moved header files that were placed directly in include/klee/ into appropriat...
Cristian Cadar
2020-04-30
Removed include/klee/util and moved header files to appropriate places
Cristian Cadar
2020-04-30
Move header files from lib/Expr to include/klee/Expr to eliminate includes us...
Cristian Cadar
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-02-19
Use `ref<>` for UpdateNode
Martin Nowack
2019-12-12
[optimize-array] Fix value transformation
Timotej Kapus
2019-12-12
[optimize-array] Fix hole index in buildMixedSelectExpr
Timotej Kapus
2019-12-12
[optimize-array] Fix hash collisions
Timotej Kapus
2019-12-12
[optimize-array] Fix update list read order
Timotej Kapus
2019-09-03
Moved solver-related header files into a separate klee/Solver/ directory.
Cristian Cadar
2019-08-01
Renamed misspelled file
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
make include guard naming consistent
Julian Büning
2019-03-19
Add Read consistency test case, spelling
Timotej Kapus
2019-03-19
Fix representation of ReadExpr of equivalent arrays
Martin Nowack
2019-03-15
Placed --rewrite-constraints in the constraint solving category
Cristian Cadar
2019-03-13
Placed --use-visitor-hash in the expresion building/printing category
Cristian Cadar
2019-03-13
Added --const-array-opt to building&printing expression category
Cristian Cadar
2019-03-13
Moved options in ExprSMTLIBPrinter.cpp to the expression building and printin...
Cristian Cadar
2019-03-13
Documented options in ExprPPrinter.cpp and placed them into a new option cate...
Cristian Cadar
2019-03-13
Consistently use "default=true" and "default=false" instead of "default=on" a...
Cristian Cadar
2019-03-13
Added options in ArrayExprOptimizer.cpp to the constraint solving category
Cristian Cadar
2019-03-13
Reordered includes in ArrayExprOptimizer.cpp for consistency with the other f...
Cristian Cadar
2018-10-26
llvm5: APInt->getSignBit -> getSignMask
Jiri Slaby
2018-10-26
llvm5: integerPartWidth is from llvm::APFloatBase
Jiri Slaby
2018-10-23
Updated an include to reflect a recent filename change
Cristian Cadar
2018-10-23
Move unrelated function from ReadExpr class
Martin Nowack
2018-10-23
Avoid unsafe static downcasts
Martin Nowack
2018-10-23
Modernize code
Martin Nowack
2018-10-23
Move optimization specific headers away from the project include directory
Martin Nowack
2018-10-23
Clean-up headers
Martin Nowack
2018-10-23
Remove condition check before function invocation
Martin Nowack
2018-10-23
Move ConstantExpr check inside optimizeExpr function
Martin Nowack
2018-10-23
optimizeExpr: return the result as return value instead as function argument
Martin Nowack
[next]