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
/
SpecialFunctionHandler.cpp
Age
Commit message (
Expand
)
Author
2014-02-06
Implement const_iterator interface for SpecialFunctionHandler so
Dan Liew
2013-08-27
Port to LLVM 3.3
Martin Nowack
2013-04-04
Patch by Michael Contreras and Jiri Slaby for compiling KLEE with LLVM 3.2
Cristian Cadar
2011-05-25
Name symbolic arrays using the 3rd argument to klee_make_symbolic,
Peter Collingbourne
2011-03-30
Fixed some typos.
Cristian Cadar
2010-06-28
Applied Stefan Bucur's patch from
Cristian Cadar
2010-06-24
Implement klee_stack_trace function
Peter Collingbourne
2010-05-02
Fix some const cast warnings.
Daniel Dunbar
2009-09-01
Update for LLVM ostream changes.
Daniel Dunbar
2009-08-03
Fix computation of GetElementPtr offset for 64-bit targets.
Daniel Dunbar
2009-08-02
Print allocation info for adjacent objects in out-of-bounds message.
Daniel Dunbar
2009-07-28
KLEE64: Fix a type conversion problem with calls to klee_make_symbolic; there
Daniel Dunbar
2009-07-25
(llvm up) Update for llvm::Value getName() change.
Daniel Dunbar
2009-06-14
More ConstantExpr cleanup.
Daniel Dunbar
2009-06-14
Remove some unused functionality.
Daniel Dunbar
2009-06-14
Change AddressSpace::resolveOne to take a ConstantExpr directly (and to allow
Daniel Dunbar
2009-06-14
Add ConstantExpr::{getLimitedValue,getZExtValue}.
Daniel Dunbar
2009-06-04
Sink getConstantValue into ConstantExpr.
Daniel Dunbar
2009-06-04
Change Solver::getValue to make explicit that result is a ConstantExpr.
Daniel Dunbar
2009-06-04
Finish removing uses of Expr::isConstant.
Daniel Dunbar
2009-06-04
Start removing uses of Expr::isConstant.
Daniel Dunbar
2009-06-04
Move isConstant from ref<> to Expr::
Daniel Dunbar
2009-06-03
Kill off specialized ref<> forwarding methods, in the interest of making it a
Daniel Dunbar
2009-06-02
Use ConstantExpr::alloc instead of ref<Expr> directly
Daniel Dunbar
2009-06-01
Kill off klee_malloc_n, we don't want to support this.
Daniel Dunbar
2009-05-22
Add "name" argument to klee_make_symbolic, and kill off klee_make_symbolic_name.
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar