about summary refs log tree commit diff homepage
path: root/lib/Core/Memory.h
AgeCommit message (Expand)Author
2019-06-04make endif guard naming consistentJulian Büning
2018-05-17Add support for concretizing symbolic objects passed to external functionsTimotej Kapus
2018-05-05Fix handling of errno if external functions are invokedMartin Nowack
2018-02-18Make print function of ObjectState public and constMartin Nowack
2017-04-09Removed unused variable 'fake_object' in MemoryObjectAndrea Mattavelli
2015-12-18Fix memory leaks of ``Array`` objects detected by ASan.Dan Liew
2012-01-18Nice patch by Gang Hu, Heming Cui and Junfeng Yang fixing a memoryCristian Cadar
2010-05-02Fix some const cast warnings.Daniel Dunbar
2009-07-28Move Machine constants into Context object, initialized based on the targetDaniel Dunbar
2009-06-26Simplify read/write code.Daniel Dunbar
2009-06-14More ConstantExpr cleanup.Daniel Dunbar
2009-06-13Switch to using constant arrays for non-symbolic objects.Daniel Dunbar
2009-06-13Create new ObjectState constructor for explicitly creating symbolic objects.Daniel Dunbar
2009-06-10Move Array construction out of MemoryObject into ObjectState.Daniel Dunbar
2009-06-09Remove Array::object.Daniel Dunbar
2009-06-09Remove Array::id.Daniel Dunbar
2009-06-09Add Array::name field, initialized but not used for anything yet.Daniel Dunbar
2009-06-02Use ConstantExpr::alloc instead of ref<Expr> directlyDaniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar