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
Age
Commit message (
Expand
)
Author
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-05-16
Changed StaticDestructor.cpp to use uclibc and disable optimizations explicitly.
Cristian Cadar
2014-05-13
Merge pull request #131 from haneefmubarak/patch-1
Cristian Cadar
2014-05-12
Update and rename README.txt to README.md
Haneef Mubarak
2014-05-12
Merge pull request #124 from pcc/sort
Dan Liew
2014-05-11
Fix the logic in ExprSMTLIBPrinter::getSort
Peter Collingbourne
2014-04-24
Merge pull request #122 from hpalikareva/metasmt-array-order
Dan Liew
2014-04-24
Fixed order of domain and range in array creation in MetaSMTBuilder.
Hristina Palikareva
2014-04-24
Merge pull request #121 from hpalikareva/domain-range-metasmt
Dan Liew
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
Merge pull request #120 from hpalikareva/order-link-libs
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
Have configure check for presense of mallinfo for the newly added
Dan Liew
2014-04-24
Fix handling of memory usage in KLEE.
Martin Nowack
2014-04-24
Add missing newline at end of file to silence a clang warning.
Dan Liew
2014-04-24
Merge pull request #112 from hpalikareva/domain-range-extra
Dan Liew
2014-04-24
Asserting that update lists have non-NULL roots within ReadExpr objects (update
Hristina Palikareva
2014-04-23
Fixing linking order if metaSMT is used: linking rt after z3 to avoid undefin...
Hristina Palikareva
2014-04-16
Removing a few more hard-coded values for domains and ranges of Array objects
Hristina Palikareva
2014-04-16
Merge pull request #111 from s-falke/no_uclibc
Dan Liew
2014-04-16
Merge pull request #110 from pcc/domain-range
Dan Liew
2014-04-16
Fixed compilation error if uClibc is not used.
Stephan Falke
2014-04-15
Associate a domain and range with each array
Peter Collingbourne
2014-04-15
Merge pull request #104 from MartinNowack/llvm_34
MartinNowack
2014-04-15
Fix handling of path name creation.
Martin Nowack
2014-04-14
Fix compilation under LLVM2.9. SmallString in this old version does
Dan Liew
2014-04-14
fix TOCTOU and simplify output directory creation
Frank Busse
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
Fix test case to support new llvm-lit
Martin Nowack
2014-04-14
Update to new lit configuration to support changes in LLVM3.4
Martin Nowack
2014-04-14
Use SmallString and llvm::sys::path/fs API of LLVM 3.4 because
Martin Nowack
2014-04-04
Merge pull request #108 from pcc/pp
Dan Liew
2014-04-04
Add the ability to control whether the pretty printer uses line breaks
Peter Collingbourne
2014-04-03
Merge pull request #106 from pcc/smtlib-printer
Dan Liew
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 DumpStatesOnHalt.c to make sure there is always more than one instru...
Cristian Cadar
2014-02-24
Improved help message for make-concrete-symbolic and fixed some typos.
Cristian Cadar
2014-02-24
Fixed AliasFunction.c and AliasFunctionExit.c to work also when optimizations...
Cristian Cadar
2014-02-14
Merge pull request #64 from delcypher/overshift-fix
Dan Liew
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
[next]