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
/
ArrayExprOptimizer.cpp
Age
Commit message (
Expand
)
Author
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-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
2018-10-23
Fixed compilation of array optimization patch with LLVM >= 4.0
Cristian Cadar
2018-10-23
Added missing headers and clang-format the files
Cristian Cadar
2018-10-23
Added support for KLEE value-based array optimization
Andrea Mattavelli
2018-10-23
Added support for KLEE index-based array optimization
Andrea Mattavelli