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-09-12
[tests] Set --output-dir on all test runs, in support of running tests in par...
Daniel Dunbar
2014-09-12
[tests] Update ConcreteTest to use --output-dir.
Daniel Dunbar
2014-09-12
Add a README for the Concrete tests.
Daniel Dunbar
2014-09-12
Fix up ConstantExpr to be deterministic with 64-bit addresses.
Daniel Dunbar
2014-09-12
Add support for testing Concrete tests via lit.
Daniel Dunbar
2014-09-12
Fix up Concrete Makefile to not remove outputs, so tests can run in parallel.
Daniel Dunbar
2014-09-12
Rewrite ConcreteTest.py to only run one test at a time.
Daniel Dunbar
2014-09-12
Update Concrete test Makefile for LLVM changes.
Daniel Dunbar
2014-09-12
Update testingUtils to use printf(), putchar() isn't a known external functio...
Daniel Dunbar
2014-09-12
Update FloatingPointOps concrete test case for LLVM changes.
Daniel Dunbar
2014-09-12
XFAIL LargeReturnTypes.cpp on Darwin, it depends indirectly on using libstdcxx.
Daniel Dunbar
2014-09-12
When building against libc++ (vs libstdcxx), use standard unordered_{map,set}...
Daniel Dunbar
2014-09-12
Regenerate configure.
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-09-12
Do not require <sys/capability.h>, which is Linux specific.
Daniel Dunbar
2014-09-12
Regenerate configure with sanctioned autoconf version.
Daniel Dunbar
2014-09-12
Revert "Patch by Dan Liew: "Improved AutoRegen script so that it supports new...
Daniel Dunbar
2014-07-21
Merge pull request #113 from antiAgainst/klee-stats
Cristian Cadar
2014-07-18
Refactor klee-stats and add simple line chart drawing functionality.
Lei Zhang
2014-07-10
Merge pull request #137 from MartinNowack/fix_cxx_standard
Cristian Cadar
2014-07-09
Fix to avoid warning message taking address of main
Martin Nowack
2014-07-04
Merge pull request #133 from delcypher/fix_empty_error_report
Cristian Cadar
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-30
Merge pull request #117 from MartinNowack/llvm_raw_ostream
MartinNowack
2014-05-30
Fix ExprTest under LLVM 2.9
Martin Nowack
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-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-12
Add SimplifyExpressions command line option
ahorn
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
[next]