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
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-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
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
2014-09-16
Fix #include under LLVM3.5. OwningPtr doesn't exist anymore.
Dan Liew
2014-09-16
Fix LLVM3.5 compilation a little more. ``Support/system_error.h``
Dan Liew
2014-09-16
Fix compilation error due to r199218. Maybe we should just remove this
Dan Liew
2014-09-15
Merge pull request #160 from MartinNowack/fix_dirconsistency
Daniel Dunbar
2014-09-15
Generate fake files for test cases
Martin Nowack
2014-09-15
Merge pull request #157 from MartinNowack/fix_posix_printout
Cristian Cadar
2014-09-15
Merge pull request #158 from delcypher/remove_response_files
Cristian Cadar
2014-09-15
[Travis] Show commands as they execute in
Dan Liew
2014-09-15
Merge pull request #134 from delcypher/coloured_error_messages
Dan Liew
2014-09-15
Taught klee_warning(), klee_error() etc... to emit coloured text output.
Dan Liew
2014-09-15
Remove --read-args command line option because this feature has been
Dan Liew
2014-09-15
Removed inlineChecks() function which was just dead code.
Dan Liew
2014-09-14
[Travis] Stop building with both Clang and GCC for now, see comment.
Daniel Dunbar
2014-09-15
Merge pull request #154 from delcypher/travis_script_fixes
Dan Liew
2014-09-14
[LLVM3.5] Ensure Twine definition is available from Executor.h.
Daniel Dunbar
2014-09-14
Fix LLVM3.5 compilation. This is due to r202168
Dan Liew
2014-09-14
[LLVM3.5] Drop use of PassNameParser, which we don't even use anymore.
Daniel Dunbar
2014-09-14
Fix LLVM3.5 compilation due to switching to std::error_code
Dan Liew
2014-09-15
Capture STP build output to file and only show its contents if there
Dan Liew
2014-09-14
[LLVM3.5] Update for more random headers moving around.
Daniel Dunbar
2014-09-15
Clean up travis build scripts a little.
Dan Liew
2014-09-15
Fix when we decide to "not exit on command error". We were doing this
Dan Liew
2014-09-14
[LLVM3.5] Update for move of CFG.h into IR.
Daniel Dunbar
2014-09-14
[LLVM3.5] Update for CallSite.h move into IR/.
Daniel Dunbar
[next]