about summary refs log tree commit diff homepage
path: root/lib/Core/MemoryManager.cpp
AgeCommit message (Expand)Author
2016-12-19Fix -Wformat warnings emitted by Apple Clang (800.0.42.1).Dan Liew
2016-07-10Fix parsing of deterministic address.Martin Nowack
2016-07-08Clang-formated MemoryManagerMartin Nowack
2016-07-08Add deterministic allocation of memoryMartin Nowack
2016-07-08Handle aligned varargs allignment correctlyMartin Nowack
2015-12-17Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...Martin Nowack
2012-11-28Only emitting a warning, instead of failing on large mallocs.Cristian Cadar
2012-01-18Nice patch by Gang Hu, Heming Cui and Junfeng Yang fixing a memoryCristian Cadar
2011-04-23Transformed the assert() checking for overlapping objects into a callCristian Cadar
2009-06-14Change AddressSpace::resolveOne to take a ConstantExpr directly (and to allowDaniel Dunbar
2009-06-05Clean up a number of unused variable warnings when building w/oDaniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar