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
Age
Commit message (
Expand
)
Author
2015-02-13
refactor integer overflow detection, add signed int
Luca Dariz
2015-02-13
Fix overflow detection in unsigned multiplication
Luca Dariz
2015-02-13
add tests for unsigned integer overflow
Luca Dariz
2015-02-13
Detect overflow of unsigned add, sub and mul operations
Luca Dariz
2015-02-13
Revert "Merged @luckyluke's change for detecting overflow of unsigned add, sub"
Cristian Cadar
2015-02-10
Merged @luckyluke's change for detecting overflow of unsigned add, sub
Cristian Cadar
2014-12-19
Merge pull request #168 from willemp/fix-va-args-passing-for-big-types
Cristian Cadar
2014-12-19
Moved some of @ddunbar's notes from llvm.org/bugs into TODO.txt
Cristian Cadar
2014-12-18
Merge pull request #178 from mchalupa/master
Cristian Cadar
2014-12-13
Add a few line breaks to make the code more readable in
Dan Liew
2014-12-13
Clean up some ExprSMTLIBPrinter code by using llvm_unreachable
Dan Liew
2014-12-13
Clean up a few comments in ExprSMTLIBPrinter
Dan Liew
2014-12-12
Print nested let-abbreviations in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-12-09
Merge pull request #186 from paulmar/fixshift
Cristian Cadar
2014-12-08
Merge pull request #183 from hpalikareva/fix-overshift-metasmt
Cristian Cadar
2014-12-08
Fix overshift check
Paul Marinescu
2014-12-03
Merge pull request #182 from hpalikareva/fix-test-prefer-cex
Cristian Cadar
2014-12-03
Handling overshift behaviour in MetaSMTBuilder
Hristina Palikareva
2014-12-03
Fixed test /Feature/PreferCex.c: Z3 instantiates different value for unconstr...
Hristina Palikareva
2014-12-02
Unbreak compilation (in metaSMT configuration) by preventing the #define
Hristina Palikareva
2014-12-02
Fix typo
Dan Liew
2014-12-02
Add a comment explaining why the query expr is being negated.
Dan Liew
2014-12-02
The printing of constraints and the QueryExpr have been merged into a
Dan Liew
2014-12-02
Implement :named and let abbreviation modes in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-12-01
klee: let user override path to runtime library
Marek Chalupa
2014-11-13
Fix broken webpage link in README.md
Dan Liew
2014-11-13
Merge pull request #177 from jirislaby/destdir
Dan Liew
2014-11-13
tools: prepend DESTDIR when installing
Jiri Slaby
2014-11-02
Merge pull request #174 from delcypher/allow_stp_installed_in_root
Dan Liew
2014-11-01
Upstream libstp is no longer dependent on Boost so remove the
Dan Liew
2014-11-01
configure: allow stp being installed in /
Jiri Slaby
2014-10-31
Merge pull request #173 from delcypher/switch_to_autoconf_2.69
Cristian Cadar
2014-10-31
Merge pull request #167 from willemp/willem/fix_64bit_printing_bug_in_testing...
Dan Liew
2014-10-31
Switch to using autoconf 2.69 this version is more commonly available
Dan Liew
2014-10-16
Fixed declaration of print_int that Travis complained about
Willem
2014-10-16
Fix the bug in printing 64bit numbers, set the test to expect passing. Change...
Willem
2014-10-15
Fixed test/Concrete/ConstantExpr.ll
Willem
2014-10-15
Added tests to _testingUtils.c (currently failing due to a bug in printing 64...
Willem
2014-10-09
Fixed passing of long double (and other big types) in var_args on x86_64. Rem...
Willem
2014-10-09
Add (currently failing) test to check for correct long double alignment in va...
Willem
2014-10-09
Add a hack for Travis so that llvm-gcc can build native executables.
Dan Liew
2014-10-09
Merge pull request #166 from willemp/willem/klee_opts_to_concrete_tests
Cristian Cadar
2014-10-08
Fixes support for passing arguments to klee in the ConcreteTests.
Willem
2014-09-25
Patch by Sean Bartell: "F_Binary was actually moved in LLVM 3.4 (r186447), no...
Cristian Cadar
2014-09-19
Removed code related to underConstrained, as it is unused (issue pointed out ...
Cristian Cadar
2014-09-17
Fix segfault under LLVM3.5 . I forgot to release ownership of the
Dan Liew
2014-09-17
Fix more LLVM3.5 compilation issues.
Dan Liew
2014-09-17
Compilation fix for LLVM3.5 caused by the removal of sys::fs::F_Binary.
Dan Liew
2014-09-17
Another LLVM3.5 compilation fix.
Dan Liew
2014-09-16
[LLVM3.5] Update Kleaver for MemoryBuffer::getFileOrSTDIN changes.
Daniel Dunbar
[prev]
[next]