about summary refs log tree commit diff homepage
AgeCommit message (Expand)Author
2018-04-09doDumpStates: incorrectly increments statsFrank Busse
2018-03-26[CMake] Add option to set GTest include dirlyxia
2018-03-23fix test/Feature/BFSSearcherAndDFSSearcherInterleaved.c to use explicit enume...Julian Büning
2018-03-01Store CexCache stats and then update klee-stats to use themDomenico Fabio Marino
2018-02-18Add missing endian information to avoid selecction of big endian systemsMartin Nowack
2018-02-18Fail for aggegrations with big endian orderingMartin Nowack
2018-02-18Fixed handling of constant vectors with complex dataMartin Nowack
2018-02-18Test complex constant data vectors as wellMartin Nowack
2018-02-18Make print function of ObjectState public and constMartin Nowack
2018-02-18Add testcase for constant array handlingMartin Nowack
2018-02-18Add test case for constant vector initMartin Nowack
2018-02-18Fix correct element order of InsertElement/ExtractElementMartin Nowack
2018-02-18Fix getelementptr for array or vector indicesMartin Nowack
2018-02-18Fix generation of expressions from constant sequential dataMartin Nowack
2018-02-18Added comment for getPointerWidthMartin Nowack
2018-02-01llvm50: use auto variable instead of SwitchInst::CaseItJiri Slaby
2018-01-30Enable caching for travis-ciMartin Nowack
2018-01-30Fix coverage generationMartin Nowack
2018-01-22MergeHandler: remove unused closedStateCountJiri Slaby
2018-01-17add wllvm to the python packages to be installedHexcoder
2018-01-16[Travis-CI] Added codecov.io supportAndrea Mattavelli
2018-01-08[NFC] Remove unused config header template that was only used byDan Liew
2017-12-11fix regression test: use `%klee` instead of `klee`Felix Rath
2017-12-11fix merging tests: use `%klee` instead of `klee`Felix Rath
2017-12-05Move Homebrew tap from personal repository to the KLEE organizationAndrea Mattavelli
2017-12-05Updated TravisCI to use pip2 instead of pipAndrea Mattavelli
2017-12-05Bumped xcode version for TravisCIAndrea Mattavelli
2017-11-30Implemented bounded merging functionalityLukas Wölfer
2017-11-30Added pause and continue functionality for states in ExecutorLukas Wölfer
2017-11-26Replace confusing message in lit.site.cfg.in about the file being autogeneratedCristian Cadar
2017-11-24klee_make_symbolic: add test cases for APIFrank Busse
2017-11-24klee_make_symbolic: warn on deprecated usageFrank Busse
2017-10-26[cmake]Fix detection of non-standard path for tcmallocMartin Nowack
2017-10-25fixing huge allocation size constant to be unsignedDavid Trabish
2017-10-17[travis] build metaSMT with C++11Hoang M. Le
2017-10-17[travis] add a workaround to keep Travis alive when running tests for metaSMT...Hoang M. Le
2017-10-17[travis] update scripts to additionally test CVC4 and Yices2Hoang M. Le
2017-10-17[cmake] detect available metaSMT backends using a pre-defined flag and raise ...Hoang M. Le
2017-10-17add support for CVC4 and Yices2 via metaSMTHoang M. Le
2017-10-15Fixed assert in BFSSearcher that does not hold as part of interleaved searcherJulian Büning
2017-10-12Removed unnecessary and redundant variableAndrea Mattavelli
2017-10-09Fixed initialization of distance to uncovered instructions when KLEE relies o...Andrea Mattavelli
2017-10-06Silenced warnings on comparison of integers of different signs in TreeStreamTestAndrea Mattavelli
2017-10-06Removed the word 'unsigned' from integer overflow error messagesAndrew Santosa
2017-10-05enforce c++11Jörg Thalheim
2017-10-05Merge pull request #757 from delcypher/cmake_clean_allAndrea Mattavelli
2017-10-04[CMake] Add `clean_doxygen` rule to clean up doxygen build tree andDan Liew
2017-10-04[CMake] Add global clean target `clean_all`. Fixes #718.Dan Liew
2017-10-04[CMake] Fix bug when doing non-assert builds.Dan Liew
2017-10-04Fix TravisCI `METASMT_DEFAULT` setting.Dan Liew