about summary refs log tree commit diff homepage
path: root/lib/Core/SpecialFunctionHandler.h
AgeCommit message (Expand)Author
2015-06-03Added an option --readable-posix-inputs which is used to turn on/off the CEX ...Cristian Cadar
2015-02-13refactor integer overflow detection, add signed intLuca Dariz
2015-02-13Detect overflow of unsigned add, sub and mul operationsLuca Dariz
2015-02-13Revert "Merged @luckyluke's change for detecting overflow of unsigned add, sub"Cristian Cadar
2015-02-10Merged @luckyluke's change for detecting overflow of unsigned add, subCristian Cadar
2014-02-06Implement const_iterator interface for SpecialFunctionHandler soDan Liew
2010-07-15Fix some -Wmismatched-tags warnings.Daniel Dunbar
2010-06-24Implement klee_stack_trace functionPeter Collingbourne
2009-06-01Kill off klee_malloc_n, we don't want to support this.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar