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
/
MemoryManager.cpp
Age
Commit message (
Expand
)
Author
2022-03-17
remove LLVM < 6 from sources
Frank Busse
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-03-13
Renamed --red-zone-space to --redzone-size and improved help message
Cristian Cadar
2019-03-13
Consistently use "default=true" and "default=false" instead of "default=on" a...
Cristian Cadar
2019-03-13
Created a new memory management option category for the options in MemoryMana...
Cristian Cadar
2018-09-14
llvm: make KLEE compile against LLVM 3.9
Jiri Slaby
2016-12-19
Fix -Wformat warnings emitted by Apple Clang (800.0.42.1).
Dan Liew
2016-07-10
Fix parsing of deterministic address.
Martin Nowack
2016-07-08
Clang-formated MemoryManager
Martin Nowack
2016-07-08
Add deterministic allocation of memory
Martin Nowack
2016-07-08
Handle aligned varargs allignment correctly
Martin Nowack
2015-12-17
Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...
Martin Nowack
2012-11-28
Only emitting a warning, instead of failing on large mallocs.
Cristian Cadar
2012-01-18
Nice patch by Gang Hu, Heming Cui and Junfeng Yang fixing a memory
Cristian Cadar
2011-04-23
Transformed the assert() checking for overlapping objects into a call
Cristian Cadar
2009-06-14
Change AddressSpace::resolveOne to take a ConstantExpr directly (and to allow
Daniel Dunbar
2009-06-05
Clean up a number of unused variable warnings when building w/o
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar