Age | Commit message (Expand) | Author |
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 |
2009-09-05 | Applied patch submitted by Pongsin Poosankam that fixes a bug in the | Cristian Cadar |
2009-09-01 | Update for LLVM ostream changes. | Daniel Dunbar |
2009-08-24 | Applied the patch submitted by Robby Cochran that fixes an arithmetic overflo... | Cristian Cadar |
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 | Print allocation info for adjacent objects in out-of-bounds message. | Daniel Dunbar |
2009-08-01 | Implement va_arg handling for x86_64. | Daniel Dunbar |
2009-08-01 | KLEE64: Fix initialization of ctype_ externals. | Daniel Dunbar |
2009-08-01 | Add Expr::dump | Daniel Dunbar |