Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-30 | Removed the Internal directory from include/klee | Cristian Cadar | |
2019-11-05 | Mark all constant global memory objects as constant | Martin Nowack | |
Fixes #264. We first aggregate all constant memory objects initialise them and initialise their counter parts in the concrete memory. After that, we mark memory objects as constant such that they can't be modified (i.e. this includes marking them symbolic). |