index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2014-09-14
[Core] Fix a bug in how source file names were written in .istats files.
Daniel Dunbar
2014-09-14
[Module] Try harder to associate each instruction with source level debug info.
Daniel Dunbar
2014-09-14
[Core] Remove support for "--use-asm-addresses".
Daniel Dunbar
2014-09-13
[Core] Fix implementation of FRem for LLVM 3.3+, which was wrong (caught by F...
Daniel Dunbar
2014-09-13
[Solver] Tune down the shared memory region size on Darwin.
Daniel Dunbar
2014-09-13
[Solver] Ensure shared memory allocation failures are reported as errors, not...
Daniel Dunbar
2014-09-13
Small edits to test the Travis CI trigger.
Cristian Cadar
2014-09-13
Add KLEE specific DEBUG macros.
Daniel Dunbar
2014-09-12
[Core] Fix some warnings in -Asserts builds.
Daniel Dunbar
2014-09-12
[Module] Fix handling of instructions without debug info.
Daniel Dunbar
2014-09-12
When building against libc++ (vs libstdcxx), use standard unordered_{map,set}...
Daniel Dunbar
2014-09-12
Tweak the workarounds for multiple definition of PACKAGE_* macros from config...
Daniel Dunbar
2014-09-12
Add support for getting memory usage on Darwin.
Daniel Dunbar
2014-09-12
Do not require mallinfo(), which is Linux specific.
Daniel Dunbar
2014-07-04
Fix regression reported by Michael Esser and Andrew Watson
Dan Liew
2014-06-06
Merge pull request #129 from ahorn/master
Cristian Cadar
2014-05-29
Use LLVM DEBUG macro instead of #if 0 or #if DEBUG
Martin Nowack
2014-05-29
Fix header
Martin Nowack
2014-05-29
Avoid non-explicit use of functions from std namespace in KLEE
Martin Nowack
2014-05-29
Remove #include <iostream> to avoid static constructors
Martin Nowack
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-05-19
Rename command line option for equality substitutions
ahorn
2014-05-12
Add SimplifyExpressions command line option
ahorn
2014-05-11
Fix the logic in ExprSMTLIBPrinter::getSort
Peter Collingbourne
2014-04-24
Fixed order of domain and range in array creation in MetaSMTBuilder.
Hristina Palikareva
2014-04-24
Fixed creation of arrays with variable domains and ranges in STPBuilder and M...
Hristina Palikareva
2014-04-24
Merge pull request #116 from MartinNowack/fix_malloc
Dan Liew
2014-04-24
Removed ununsed Executor field in WeightedRandomSearcher to silence
Dan Liew
2014-04-24
Remove unused pointer to STPSolver in STPSolverImpl to silence clang
Dan Liew
2014-04-24
Renamed GetTotalMemoryUsage to GetTotalMallocUsage
Martin Nowack
2014-04-24
Modify klee::util::GetTotalMemoryUsage() so that if the system is
Dan Liew
2014-04-24
Fix handling of memory usage in KLEE.
Martin Nowack
2014-04-24
Asserting that update lists have non-NULL roots within ReadExpr objects (update
Hristina Palikareva
2014-04-16
Removing a few more hard-coded values for domains and ranges of Array objects
Hristina Palikareva
2014-04-15
Associate a domain and range with each array
Peter Collingbourne
2014-04-14
Fix mistake in StatsTracker. It should be reporting process ID but
Dan Liew
2014-04-14
Replace sys::Process::GetCurrentUserId() with getuid() because it
Dan Liew
2014-04-14
Do not add SimplifyLibCallsPass for LLVM 3.4 and newer because
Dan Liew
2014-04-14
Tidy up code by using LLVM's V2 path API only and removing uses
Dan Liew
2014-04-14
Add missing include file for LLVM 3.4
Martin Nowack
2014-04-14
Use SmallString and llvm::sys::path/fs API of LLVM 3.4 because
Martin Nowack
2014-04-04
Add the ability to control whether the pretty printer uses line breaks
Peter Collingbourne
2014-04-02
Modify the SMT-LIB printer to declare arrays in a deterministic (alphabetical...
Peter Collingbourne
2014-03-09
Use clang-format to reformat SMT-LIB printer in LLVM style.
Peter Collingbourne
2014-02-24
Improved help message for make-concrete-symbolic and fixed some typos.
Cristian Cadar
2014-02-14
Explicitly get the width of the "shift" expression rather than assuming
Dan Liew
2014-02-14
Remove STPBuilder::getShiftBits() which is no longer used.
Dan Liew
2014-02-14
Fixed overshift of arithmetic right shift by constant so that it
Dan Liew
2014-02-14
Fixed overshift of arithmetic right shift by symbolic so that it overshifts
Dan Liew
2014-02-14
Fixed overshift of logical right shift by constant so that it
Dan Liew
[next]