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
/
Module
/
KModule.cpp
Age
Commit message (
Expand
)
Author
2017-02-28
convert iterators using static_cast
Jiri Slaby
2017-02-25
llvm: stop using global context
Jiri Slaby
2016-09-16
Avoid internalization of non-standard entry point (i.e. not the main function...
Andrea Mattavelli
2015-12-17
Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...
Martin Nowack
2014-09-15
Removed inlineChecks() function which was just dead code.
Dan Liew
2014-09-14
[LLVM3.5] Update for more random headers moving around.
Daniel Dunbar
2014-09-14
[LLVM3.5] Update for CallSite.h move into IR/.
Daniel Dunbar
2014-09-14
[LLVM3.5] Don't try to use DEBUG macro without DEBUG_TYPE.
Daniel Dunbar
2014-09-13
Add KLEE specific DEBUG macros.
Daniel Dunbar
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-04-14
Tidy up code by using LLVM's V2 path API only and removing uses
Dan Liew
2014-04-14
Use SmallString and llvm::sys::path/fs API of LLVM 3.4 because
Martin Nowack
2014-01-17
Make KLEE fail in case main function is missing
Martin Nowack
2013-12-19
Optimize inlineChecks function
Martin Nowack
2013-12-19
Allow to specify KLEE-internal functions
Martin Nowack
2013-12-06
Remove stoppoint references
Martin Nowack
2013-12-06
Deprecate LLVM 2.8 and lower
Martin Nowack
2013-12-05
Free used constants if not used anymore
Martin Nowack
2013-10-29
Merge pull request #26 from delcypher/fix_divide_by_zero
Paul
2013-09-21
Merge pull request #17 from MartinNowack/LLVM33
Cristian Cadar
2013-09-02
Implemented runtime check for overshift (controllable with --check-overshift
Dan Liew
2013-09-02
Fixed bug where divide by zero bugs would only be detected once in a program
Dan Liew
2013-09-02
Fixed unused static function warning for forceImport
Martin Nowack
2013-08-28
Fixed warning about unused variable
Martin Nowack
2013-08-27
Port to LLVM 3.3
Martin Nowack
2012-10-08
Make the changes in r165394 be conditional on post LLVM 3.1 changes.
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2011-07-20
Updates for LLVM 3.0. Based on changes by arrowdodger, thanks!
Peter Collingbourne
2011-07-20
Deprecate LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR in favour of
Peter Collingbourne
2011-04-23
Patch by arrowdodger (http://keeda.stanford.edu/pipermail/klee-dev/2011-April...
Cristian Cadar
2010-08-05
Store CallInst and InvokeInst operands in a fixed order: function, arg0, arg1...
Peter Collingbourne
2010-07-08
Add support for InsertValue and ExtractValue instructions
Peter Collingbourne
2010-03-14
Update for 2.7.
Daniel Dunbar
2009-10-25
Update source to build against LLVM 2.6
Daniel Dunbar
2009-09-21
Don't try to evaluate MDNode operands.
Daniel Dunbar
2009-09-01
Update for LLVM ostream changes.
Daniel Dunbar
2009-08-17
Update for LLVM API change.
Daniel Dunbar
2009-08-01
Rename intrinsic library to libkleeRuntimeInstrinsic, for consistency.
Daniel Dunbar
2009-07-25
(llvm up) Update for llvm::Value getName() change.
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar