Age | Commit message (Expand) | Author |
2019-10-31 | support compilation against LLVM 9.0 | Julian Büning |
2018-10-26 | llvm5: handle getOrInsertFunction terminator | Jiri Slaby |
2018-10-24 | ShiftChecker: Instrument shift instructions only once | Martin Nowack |
2018-10-24 | ShiftChecker: Avoid unneeded checks | Martin Nowack |
2018-10-24 | ShiftCheck: Use llvm::Builder instead of Inst::Create* | Martin Nowack |
2018-10-24 | DivCheck do not instrument multiple times | Martin Nowack |
2018-10-24 | DivCheck Skip unneeded checks | Martin Nowack |
2018-10-24 | Use llvm::Builder for DivCheck instrumentation | Martin Nowack |
2017-07-23 | Remove support for LLVM < 3.4 | Martin Nowack |
2017-06-15 | llvm: get rid of static_casts from iterators | Jiri Slaby |
2017-02-28 | convert iterators using static_cast | Jiri Slaby |
2017-02-25 | llvm: stop using global context | Jiri Slaby |
2014-09-14 | [LLVM3.5] Update for CallSite.h move into IR/. | Daniel Dunbar |
2014-05-29 | Remove #include <iostream> to avoid static constructors | Martin Nowack |
2013-12-19 | Remove old algorithm for acquiring debug info. Since LLVM 2.7, | Dan Liew |
2013-12-19 | Replicate debug information from checked instructions to checker call. | Martin Nowack |
2013-12-06 | Deprecate LLVM 2.8 and lower | Martin Nowack |
2013-10-29 | Merge pull request #26 from delcypher/fix_divide_by_zero | Paul |
2013-09-02 | Implemented runtime check for overshift (controllable with --check-overshift | Dan Liew |
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 | Deprecate LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR in favour of | Peter Collingbourne |
2010-03-14 | Update for 2.7. | Daniel Dunbar |
2009-08-17 | Update for LLVM API change. | Daniel Dunbar |
2009-05-21 | Initial KLEE checkin. | Daniel Dunbar |