about summary refs log tree commit diff homepage
AgeCommit message (Expand)Author
2014-07-04Fix regression reported by Michael Esser and Andrew WatsonDan Liew
2014-06-06Merge pull request #129 from ahorn/masterCristian Cadar
2014-05-30Merge pull request #117 from MartinNowack/llvm_raw_ostreamMartinNowack
2014-05-30Fix ExprTest under LLVM 2.9Martin Nowack
2014-05-29Use LLVM DEBUG macro instead of #if 0 or #if DEBUGMartin Nowack
2014-05-29Fix headerMartin Nowack
2014-05-29Avoid non-explicit use of functions from std namespace in KLEEMartin Nowack
2014-05-29Remove #include <iostream> to avoid static constructorsMartin Nowack
2014-05-29Refactoring from std::ostream to llvm::raw_ostreamMartin Nowack
2014-05-19Rename command line option for equality substitutionsahorn
2014-05-16Changed StaticDestructor.cpp to use uclibc and disable optimizations explicitly.Cristian Cadar
2014-05-13Merge pull request #131 from haneefmubarak/patch-1Cristian Cadar
2014-05-12Update and rename README.txt to README.mdHaneef Mubarak
2014-05-12Merge pull request #124 from pcc/sortDan Liew
2014-05-12Add SimplifyExpressions command line optionahorn
2014-05-11Fix the logic in ExprSMTLIBPrinter::getSortPeter Collingbourne
2014-04-24Merge pull request #122 from hpalikareva/metasmt-array-orderDan Liew
2014-04-24Fixed order of domain and range in array creation in MetaSMTBuilder.Hristina Palikareva
2014-04-24Merge pull request #121 from hpalikareva/domain-range-metasmtDan Liew
2014-04-24Fixed creation of arrays with variable domains and ranges in STPBuilder and M...Hristina Palikareva
2014-04-24Merge pull request #116 from MartinNowack/fix_mallocDan Liew
2014-04-24Merge pull request #120 from hpalikareva/order-link-libsDan Liew
2014-04-24Removed ununsed Executor field in WeightedRandomSearcher to silenceDan Liew
2014-04-24Remove unused pointer to STPSolver in STPSolverImpl to silence clangDan Liew
2014-04-24Renamed GetTotalMemoryUsage to GetTotalMallocUsageMartin Nowack
2014-04-24Modify klee::util::GetTotalMemoryUsage() so that if the system isDan Liew
2014-04-24Have configure check for presense of mallinfo for the newly addedDan Liew
2014-04-24Fix handling of memory usage in KLEE.Martin Nowack
2014-04-24Add missing newline at end of file to silence a clang warning.Dan Liew
2014-04-24Merge pull request #112 from hpalikareva/domain-range-extraDan Liew
2014-04-24Asserting that update lists have non-NULL roots within ReadExpr objects (updateHristina Palikareva
2014-04-23Fixing linking order if metaSMT is used: linking rt after z3 to avoid undefin...Hristina Palikareva
2014-04-16Removing a few more hard-coded values for domains and ranges of Array objectsHristina Palikareva
2014-04-16Merge pull request #111 from s-falke/no_uclibcDan Liew
2014-04-16Merge pull request #110 from pcc/domain-rangeDan Liew
2014-04-16Fixed compilation error if uClibc is not used.Stephan Falke
2014-04-15Associate a domain and range with each arrayPeter Collingbourne
2014-04-15Merge pull request #104 from MartinNowack/llvm_34MartinNowack
2014-04-15Fix handling of path name creation.Martin Nowack
2014-04-14Fix compilation under LLVM2.9. SmallString in this old version doesDan Liew
2014-04-14fix TOCTOU and simplify output directory creationFrank Busse
2014-04-14Fix mistake in StatsTracker. It should be reporting process ID butDan Liew
2014-04-14Replace sys::Process::GetCurrentUserId() with getuid() because itDan Liew
2014-04-14Do not add SimplifyLibCallsPass for LLVM 3.4 and newer becauseDan Liew
2014-04-14Tidy up code by using LLVM's V2 path API only and removing usesDan Liew
2014-04-14Add missing include file for LLVM 3.4Martin Nowack
2014-04-14Fix test case to support new llvm-litMartin Nowack
2014-04-14Update to new lit configuration to support changes in LLVM3.4Martin Nowack
2014-04-14Use SmallString and llvm::sys::path/fs API of LLVM 3.4 becauseMartin Nowack
2014-04-04Merge pull request #108 from pcc/ppDan Liew