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
/
Core
/
Memory.h
Age
Commit message (
Expand
)
Author
2018-05-17
Add support for concretizing symbolic objects passed to external functions
Timotej Kapus
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-02-18
Make print function of ObjectState public and const
Martin Nowack
2017-04-09
Removed unused variable 'fake_object' in MemoryObject
Andrea Mattavelli
2015-12-18
Fix memory leaks of ``Array`` objects detected by ASan.
Dan Liew
2012-01-18
Nice patch by Gang Hu, Heming Cui and Junfeng Yang fixing a memory
Cristian Cadar
2010-05-02
Fix some const cast warnings.
Daniel Dunbar
2009-07-28
Move Machine constants into Context object, initialized based on the target
Daniel Dunbar
2009-06-26
Simplify read/write code.
Daniel Dunbar
2009-06-14
More ConstantExpr cleanup.
Daniel Dunbar
2009-06-13
Switch to using constant arrays for non-symbolic objects.
Daniel Dunbar
2009-06-13
Create new ObjectState constructor for explicitly creating symbolic objects.
Daniel Dunbar
2009-06-10
Move Array construction out of MemoryObject into ObjectState.
Daniel Dunbar
2009-06-09
Remove Array::object.
Daniel Dunbar
2009-06-09
Remove Array::id.
Daniel Dunbar
2009-06-09
Add Array::name field, initialized but not used for anything yet.
Daniel Dunbar
2009-06-02
Use ConstantExpr::alloc instead of ref<Expr> directly
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar