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
/
tools
Age
Commit message (
Expand
)
Author
2009-07-25
(llvm up) Update for llvm::Value getName() change.
Daniel Dunbar
2009-07-17
Make sure to initialize the native target, so we can make a JIT.
Daniel Dunbar
2009-07-17
Update for LLVM's wishy washy developers.
Daniel Dunbar
2009-07-15
[llvm up] Update for LLVM TOT changes.
Daniel Dunbar
2009-07-14
Update for LLVM API changes.
Daniel Dunbar
2009-07-12
Update for LLVM API changes.
Daniel Dunbar
2009-06-22
Update for changes in how JIT is linked in.
Daniel Dunbar
2009-06-16
kleaver: Add some command line options for choosing the Solver.
Daniel Dunbar
2009-06-14
Rename FoldingExprBuilder -> SimplifyingExprBuilder
Daniel Dunbar
2009-06-14
Use ExprBuilder for constructing expressions in the Parser.
Daniel Dunbar
2009-06-14
Remove some unused functionality.
Daniel Dunbar
2009-06-09
Use env instead of hard coding python path.
Daniel Dunbar
2009-06-09
Switch Array* print-outs to use name instead of ID, and update a few
Daniel Dunbar
2009-06-08
kleaver: Use raw_ostream, and print some stats.
Daniel Dunbar
2009-06-07
Fix typo.
Daniel Dunbar
2009-06-07
Don't delete decls before parsing is complete.
Daniel Dunbar
2009-06-05
Fixed a division by zero triggered by straight-line code in klee-stats.
Cristian Cadar
2009-06-05
Moved PrintStats.py to tool/klee-stats/
Cristian Cadar
2009-06-05
Support counter example queries (at least, the restricted set that we
Daniel Dunbar
2009-06-05
Don't evaluate queries if there were parse failures.
Daniel Dunbar
2009-06-05
Add evaluation support to kleaver (now the default).
Daniel Dunbar
2009-06-03
Update a few things that got forgotten in the great "bout" to "ktest"
Daniel Dunbar
2009-06-01
Kill off klee_malloc_n, we don't want to support this.
Daniel Dunbar
2009-05-29
Changed .ktest header from BOUT\n to KTEST. Old .bout files can still be read.
Cristian Cadar
2009-05-27
Some more updates for bout -> ktest renaming.
Daniel Dunbar
2009-05-23
Changed bout to ktest. Kept "BOUT\n" as the header of test files, for backwa...
Cristian Cadar
2009-05-23
Renamed klee-bout-tool to ktest-tool.
Cristian Cadar
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