Age | Commit message (Expand) | Author |
2013-09-21 | Merge pull request #17 from MartinNowack/LLVM33 | Cristian Cadar |
2013-08-28 | Fix test case to use llvm-link instead of llvm-ld | Martin Nowack |
2013-08-27 | Port to LLVM 3.3 | Martin Nowack |
2013-08-15 | Implemented llvm.umul.with.overflow | Martin Nowack |
2013-08-06 | Renaming solver-related command-line options in order to decouple them from S... | Hristina Palikareva |
2013-03-18 | Patch and test case by Jiri Slaby to handle "initializing globals when | Cristian Cadar |
2013-01-02 | Patch by Tomasz Kuchta that refactors the logging code, by introducing a new ... | Cristian Cadar |
2012-11-28 | Removed fragile test which does not work anymore with clang/llvm 3.1. | Cristian Cadar |
2012-11-28 | Only emitting a warning, instead of failing on large mallocs. | Cristian Cadar |
2012-11-28 | Fixed fragile test case that depended too much on the code generated | Cristian Cadar |
2012-10-24 | Patch by Dan Liew: "Added primitive test that checks kleaver's new | Cristian Cadar |
2012-10-24 | Patch by Dan Liew which improves the logging options: "Removed | Cristian Cadar |
2012-09-12 | Restructured the command-line options for setting the search | Cristian Cadar |
2012-09-11 | Fixed test case to be independent of compiler optimizations and search heuris... | Cristian Cadar |
2012-07-20 | Fixed bug FPToSI bug reported by Peng Li. Added a simple test case. | Cristian Cadar |
2012-05-25 | Patch by Paul Marinescu that makes KLEE gracefully fail on assembly code. | Cristian Cadar |
2012-04-10 | Lowering support for the llvm.uadd.with.overflow intrinsic. | Peter Collingbourne |
2012-04-08 | Fixed --max-stp-time, which wasn't working unless --use-forked-stp was | Cristian Cadar |
2012-04-05 | Removed unnecessary --init-env option. | Cristian Cadar |
2011-08-01 | Make the Executor capable of handling bitcasts of aliases, by rewriting the | Peter Collingbourne |
2011-07-29 | Sign extend, rather than zero extend, narrow gep indices | Peter Collingbourne |
2011-07-24 | Applied patch by Leandro Sales that makes Kleaver compatible with the | Cristian Cadar |
2011-07-20 | Updates for LLVM 3.0. Based on changes by arrowdodger, thanks! | Peter Collingbourne |
2011-05-18 | Add ConstantStruct support to Executor::evalConstant | Peter Collingbourne |
2011-05-18 | Support for arbitrary sized types in ConstantExpr::fromMemory | Peter Collingbourne |
2010-10-22 | Use %llvmgxx to compile a .cpp file | Peter Collingbourne |
2010-08-05 | Small fix to test case. Without -f, the test fails when 'make test' | Cristian Cadar |
2010-07-08 | Add support for InsertValue and ExtractValue instructions | Peter Collingbourne |
2010-06-28 | Applied Stefan Bucur's patch from | Cristian Cadar |
2010-06-21 | Applied Stefan Bucur's patch that fixes a non-deterministic bug in the | Cristian Cadar |
2010-05-02 | Sketch support for running KLEE tests using 'lit'. | Daniel Dunbar |
2010-04-05 | Fix some tests w/ objdir != srcdir. | Daniel Dunbar |
2010-04-05 | Add long double support, patch by David Ramos. | Daniel Dunbar |
2010-04-05 | Fix -emit-llvm spelling (although, these aren't actually needed). | Daniel Dunbar |
2010-03-14 | Update for 2.7. | Daniel Dunbar |
2010-02-19 | Fixed the problem of 'make check' failing on XFAILs. Based on patch | Cristian Cadar |
2009-09-21 | Don't force llvm-gcc to -m32, just hope that it was configured correctly for the | Daniel Dunbar |
2009-08-17 | Update for LLVM API change. | Daniel Dunbar |
2009-08-03 | Fix computation of GetElementPtr offset for 64-bit targets. | Daniel Dunbar |
2009-08-02 | Disable this test, KLEE's new[] implementation is broken; surprisingly this | Daniel Dunbar |
2009-08-01 | Implement va_arg handling for x86_64. | Daniel Dunbar |
2009-08-01 | Don't force -m32 in tests; this should be handled by the build system. | Daniel Dunbar |
2009-07-30 | pcregrep.c isn't going to work on x86_64. | Daniel Dunbar |
2009-07-28 | Move Machine constants into Context object, initialized based on the target | Daniel Dunbar |
2009-07-15 | Fixed two test cases. | Cristian Cadar |
2009-07-10 | Added xfail test: (query [false] true) should return INVALID. | Cristian Cadar |
2009-07-10 | Updated the Not operation for constants. Added extra test case for this. | Cristian Cadar |
2009-07-10 | Small test for non-boolean Not. | Cristian Cadar |
2009-06-27 | Start move to using APFloat (support long double). | Daniel Dunbar |
2009-06-26 | More large integer support. | Daniel Dunbar |