Age | Commit message (Expand) | Author |
2011-06-09 | Patch from Martin Nowack for LLVM 2.9 | Cristian Cadar |
2011-05-25 | Name symbolic arrays using the 3rd argument to klee_make_symbolic, | Peter Collingbourne |
2011-05-18 | Add ConstantStruct support to Executor::evalConstant | Peter Collingbourne |
2011-05-18 | Maintain an equivalence set during comparison operations | Peter Collingbourne |
2011-05-18 | Support for arbitrary sized types in ConstantExpr::fromMemory | Peter Collingbourne |
2011-04-23 | Transformed the assert() checking for overlapping objects into a call | Cristian Cadar |
2011-04-23 | Patch by arrowdodger (http://keeda.stanford.edu/pipermail/klee-dev/2011-April... | Cristian Cadar |
2011-03-30 | Fixed bug in WeightedRandomSearcher (CoveringNew). Patch by David | Cristian Cadar |
2011-03-30 | Fixed some typos. | Cristian Cadar |
2011-03-30 | Bug fix in STPBuilder. Patch submitted by David Ramos, thanks! | Cristian Cadar |
2010-11-14 | On LLVM 2.9+, use TargetLowering::ExpandInlineAsm to expand asm code | Peter Collingbourne |
2010-10-22 | Disable loop index split pass for LLVM 2.9+ | Peter Collingbourne |
2010-09-30 | Add missing include to make sure version macros are present. | Daniel Dunbar |
2010-09-30 | Spell versioning macros correctly. | Daniel Dunbar |
2010-09-30 | Update for spurious LLVM API changes. | Daniel Dunbar |
2010-09-30 | Update for LLVM API changes, patch by nobled, in PR8232. | Daniel Dunbar |
2010-08-05 | Store CallInst and InvokeInst operands in a fixed order: function, arg0, arg1... | Peter Collingbourne |
2010-08-05 | Have getDirectCallTarget use CallSite | Peter Collingbourne |
2010-08-05 | Use CallSite in StatsTracker::computeReachableUncovered | Peter Collingbourne |
2010-07-15 | Update to match new 2.8 CallInst getOperand API. | Daniel Dunbar |
2010-07-15 | Reduce variable shadowing. | Daniel Dunbar |
2010-07-15 | Fix a -Wbool-conversion warning. | Daniel Dunbar |
2010-07-15 | Fix some -Wmismatched-tags warnings. | Daniel Dunbar |
2010-07-15 | Remove stray semicolons in class definitions. | Daniel Dunbar |
2010-07-14 | Add option to use an external version of STP | Peter Collingbourne |
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-24 | Remove llvm.dbg.value intrinsic new to LLVM 2.7 | Peter Collingbourne |
2010-06-24 | Handle ConstantAggregateZero constants | Peter Collingbourne |
2010-06-24 | Use LLVM's TargetData::getTypeSizeInBits to determine type bitwidth instead o... | Peter Collingbourne |
2010-06-24 | Implement klee_stack_trace function | Peter Collingbourne |
2010-06-24 | Added ExecutionState::dumpStack function for inspecting the status of the stack | Peter Collingbourne |
2010-05-24 | Removed unused use-query-log option, patch submitted by Peter Collingbourne. | Cristian Cadar |
2010-05-02 | Fix a Wformat warning. | Daniel Dunbar |
2010-05-02 | Add missing include of Config.h, which was causing LLVM version checks to be | Daniel Dunbar |
2010-05-02 | Fix some const cast warnings. | Daniel Dunbar |
2010-04-26 | Applied patch submitted by Peter Collingbourne: "Some parts of the | Cristian Cadar |
2010-04-22 | Added --stp-optimize-divides flag. Patch submitted by Peter | Cristian Cadar |
2010-04-22 | Applied patch submitted by Peter Collingbourne: "If either of these | Cristian Cadar |
2010-04-05 | Add long double support, patch by David Ramos. | Daniel Dunbar |
2010-04-05 | Make sure to include config.h, for llvm version check. | Daniel Dunbar |
2010-04-05 | STP: Switch build to using LLVM style Makefiles. | Daniel Dunbar |
2010-04-05 | Update for LLVM API change. | Daniel Dunbar |
2010-03-14 | Update for 2.7. | Daniel Dunbar |
2010-03-14 | Kill off ExecutionTrace stuff, it is too messy. | Daniel Dunbar |
2010-02-25 | Applied patch submitted by Justin Lebar to fix compilation error w/ | Cristian Cadar |
2010-02-09 | Fix PR6211, the comparison was created with the wrong width. Patch by Stefan | Daniel Dunbar |
2009-10-25 | Update source to build against LLVM 2.6 | Daniel Dunbar |
2009-09-21 | Improve skipping of debug intrinsics, we can't evaluate MDNode operands. | Daniel Dunbar |
2009-09-21 | Don't try to evaluate MDNode operands. | Daniel Dunbar |