about summary refs log tree commit diff homepage
path: root/lib/Core
AgeCommit message (Expand)Author
2011-09-02Update location of TargetSelect.h and TargetRegistry.h for LLVM 3.0+Peter Collingbourne
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-20Updates for LLVM 3.0. Based on changes by arrowdodger, thanks!Peter Collingbourne
2011-07-20Deprecate LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR in favour ofPeter Collingbourne
2011-05-25Name symbolic arrays using the 3rd argument to klee_make_symbolic,Peter Collingbourne
2011-05-18Add ConstantStruct support to Executor::evalConstantPeter Collingbourne
2011-04-23Transformed the assert() checking for overlapping objects into a callCristian Cadar
2011-04-23Patch by arrowdodger (http://keeda.stanford.edu/pipermail/klee-dev/2011-April...Cristian Cadar
2011-03-30Fixed bug in WeightedRandomSearcher (CoveringNew). Patch by DavidCristian Cadar
2011-03-30Fixed some typos.Cristian Cadar
2010-08-05Store CallInst and InvokeInst operands in a fixed order: function, arg0, arg1...Peter Collingbourne
2010-08-05Have getDirectCallTarget use CallSitePeter Collingbourne
2010-08-05Use CallSite in StatsTracker::computeReachableUncoveredPeter Collingbourne
2010-07-15Reduce variable shadowing.Daniel Dunbar
2010-07-15Fix some -Wmismatched-tags warnings.Daniel Dunbar
2010-07-15Remove stray semicolons in class definitions.Daniel Dunbar
2010-07-08Add support for InsertValue and ExtractValue instructionsPeter Collingbourne
2010-06-28Applied Stefan Bucur's patch fromCristian Cadar
2010-06-24Handle ConstantAggregateZero constantsPeter Collingbourne
2010-06-24Use LLVM's TargetData::getTypeSizeInBits to determine type bitwidth instead o...Peter Collingbourne
2010-06-24Implement klee_stack_trace functionPeter Collingbourne
2010-06-24Added ExecutionState::dumpStack function for inspecting the status of the stackPeter Collingbourne
2010-05-24Removed unused use-query-log option, patch submitted by Peter Collingbourne.Cristian Cadar
2010-05-02Fix a Wformat warning.Daniel Dunbar
2010-05-02Fix some const cast warnings.Daniel Dunbar
2010-04-26Applied patch submitted by Peter Collingbourne: "Some parts of theCristian Cadar
2010-04-22Added --stp-optimize-divides flag. Patch submitted by PeterCristian Cadar
2010-04-22Applied patch submitted by Peter Collingbourne: "If either of theseCristian Cadar
2010-04-05Add long double support, patch by David Ramos.Daniel Dunbar
2010-03-14Update for 2.7.Daniel Dunbar
2010-03-14Kill off ExecutionTrace stuff, it is too messy.Daniel Dunbar
2010-02-25Applied patch submitted by Justin Lebar to fix compilation error w/Cristian Cadar
2010-02-09Fix PR6211, the comparison was created with the wrong width. Patch by StefanDaniel Dunbar
2009-09-21Improve skipping of debug intrinsics, we can't evaluate MDNode operands.Daniel Dunbar
2009-09-01Update for LLVM ostream changes.Daniel 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-02Print allocation info for adjacent objects in out-of-bounds message.Daniel Dunbar
2009-08-01Implement va_arg handling for x86_64.Daniel Dunbar
2009-08-01KLEE64: Fix initialization of ctype_ externals.Daniel Dunbar
2009-08-01When generating external function stubs, access the arguments in terms of theDaniel Dunbar
2009-07-29Multiply for alloca & malloca instructions may need to coerce index expressionDaniel Dunbar
2009-07-28Add missing va_end and null check.Daniel Dunbar
2009-07-28KLEE64: Fix a type conversion problem with calls to klee_make_symbolic; thereDaniel Dunbar
2009-07-28KLEE64: When binding GetElementPtr constants, do evaluation in pointer width ofDaniel Dunbar
2009-07-28KLEE64: Regardless of the target, offsets in the memory subsystem are 32-bits. IDaniel Dunbar
2009-07-28KLEE64: GetElementPtr constants should be evaluated in the target pointer width.Daniel Dunbar
2009-07-28KLEE64: Fix some totally bogus printing code, which was reusing a va_listDaniel Dunbar
2009-07-28Move Machine constants into Context object, initialized based on the targetDaniel Dunbar