about summary refs log tree commit diff homepage
path: root/lib/Core/MemoryManager.cpp
AgeCommit message (Expand)Author
2023-03-16Integrate KDAlloc into KLEEDaniel Schemmel
2022-03-17remove LLVM < 6 from sourcesFrank Busse
2020-04-30Removed the Internal directory from include/kleeCristian Cadar
2019-07-30Consolidated Expr-related include files into a single include/klee/Expr direc...Cristian Cadar
2019-03-13Renamed --red-zone-space to --redzone-size and improved help messageCristian Cadar
2019-03-13Consistently use "default=true" and "default=false" instead of "default=on" a...Cristian Cadar
2019-03-13Created a new memory management option category for the options in MemoryMana...Cristian Cadar
2018-09-14llvm: make KLEE compile against LLVM 3.9Jiri Slaby
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