summaryrefslogtreecommitdiff
path: root/klee/test
AgeCommit message (Expand)Author
2013-03-18Patch and test case by Jiri Slaby to handle "initializing globals whenCristian Cadar
2013-01-02Patch by Tomasz Kuchta that refactors the logging code, by introducing a new ...Cristian Cadar
2012-11-28Removed fragile test which does not work anymore with clang/llvm 3.1.Cristian Cadar
2012-11-28Only emitting a warning, instead of failing on large mallocs.Cristian Cadar
2012-11-28Fixed fragile test case that depended too much on the code generatedCristian Cadar
2012-10-24Patch by Dan Liew: "Added primitive test that checks kleaver's newCristian Cadar
2012-10-24Patch by Dan Liew which improves the logging options: "RemovedCristian Cadar
2012-09-12Restructured the command-line options for setting the searchCristian Cadar
2012-09-11Fixed test case to be independent of compiler optimizations and search heuris...Cristian Cadar
2012-07-20Fixed bug FPToSI bug reported by Peng Li. Added a simple test case.Cristian Cadar
2012-05-25Patch by Paul Marinescu that makes KLEE gracefully fail on assembly code.Cristian Cadar
2012-04-10Lowering support for the llvm.uadd.with.overflow intrinsic.Peter Collingbourne
2012-04-08Fixed --max-stp-time, which wasn't working unless --use-forked-stp wasCristian Cadar
2012-04-05Removed unnecessary --init-env option.Cristian Cadar
2011-08-01Make the Executor capable of handling bitcasts of aliases, by rewriting thePeter Collingbourne
2011-07-29Sign extend, rather than zero extend, narrow gep indicesPeter Collingbourne
2011-07-24Applied patch by Leandro Sales that makes Kleaver compatible with theCristian Cadar
2011-07-20Updates for LLVM 3.0. Based on changes by arrowdodger, thanks!Peter Collingbourne
2011-05-18Add ConstantStruct support to Executor::evalConstantPeter Collingbourne
2011-05-18Support for arbitrary sized types in ConstantExpr::fromMemoryPeter Collingbourne
2010-10-22Use %llvmgxx to compile a .cpp filePeter Collingbourne
2010-08-05Small fix to test case. Without -f, the test fails when 'make test'Cristian Cadar
2010-07-08Add support for InsertValue and ExtractValue instructionsPeter Collingbourne
2010-06-28Applied Stefan Bucur's patch fromCristian Cadar
2010-06-21Applied Stefan Bucur's patch that fixes a non-deterministic bug in theCristian Cadar
2010-05-02Sketch support for running KLEE tests using 'lit'.Daniel Dunbar
2010-04-05Fix some tests w/ objdir != srcdir.Daniel Dunbar
2010-04-05Add long double support, patch by David Ramos.Daniel Dunbar
2010-04-05Fix -emit-llvm spelling (although, these aren't actually needed).Daniel Dunbar
2010-03-14Update for 2.7.Daniel Dunbar
2010-02-19Fixed the problem of 'make check' failing on XFAILs. Based on patchCristian Cadar
2009-09-21Don't force llvm-gcc to -m32, just hope that it was configured correctly for theDaniel Dunbar
2009-08-17Update for LLVM API change.Daniel Dunbar
2009-08-03Fix computation of GetElementPtr offset for 64-bit targets.Daniel Dunbar
2009-08-02Disable this test, KLEE's new[] implementation is broken; surprisingly thisDaniel Dunbar
2009-08-01Implement va_arg handling for x86_64.Daniel Dunbar
2009-08-01Don't force -m32 in tests; this should be handled by the build system.Daniel Dunbar
2009-07-30pcregrep.c isn't going to work on x86_64.Daniel Dunbar
2009-07-28Move Machine constants into Context object, initialized based on the targetDaniel Dunbar
2009-07-15Fixed two test cases.Cristian Cadar
2009-07-10Added xfail test: (query [false] true) should return INVALID.Cristian Cadar
2009-07-10Updated the Not operation for constants. Added extra test case for this.Cristian Cadar
2009-07-10Small test for non-boolean Not.Cristian Cadar
2009-06-27Start move to using APFloat (support long double).Daniel Dunbar
2009-06-26More large integer support.Daniel Dunbar
2009-06-25Kill off last getConstantValue uses.Daniel Dunbar
2009-06-25Didn't mean to check this in.Daniel Dunbar
2009-06-25Flesh out support for arbitrary bit widths in some key places (STP & constantDaniel Dunbar
2009-06-16Improve FastCexSolver:Daniel Dunbar
2009-06-16Add basic constant folding / simplification for Eq.Daniel Dunbar