Fully symbolic memory, multiplex entry points, fair searcher#176
Merged
misonijnik merged 13 commits intomainfrom Apr 1, 2024
Merged
Fully symbolic memory, multiplex entry points, fair searcher#176misonijnik merged 13 commits intomainfrom
misonijnik merged 13 commits intomainfrom
Conversation
4870aaa to
bf2d4ed
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #176 +/- ##
==========================================
+ Coverage 69.81% 69.93% +0.11%
==========================================
Files 225 229 +4
Lines 31256 32535 +1279
Branches 6897 7127 +230
==========================================
+ Hits 21822 22753 +931
- Misses 6848 7123 +275
- Partials 2586 2659 +73
|
4c8b53c to
198ff04
Compare
198ff04 to
047a857
Compare
49f3aec to
11c301b
Compare
S1eGa
requested changes
Mar 20, 2024
| #define KLEE_KTEST_H | ||
|
|
||
| #include <stddef.h> | ||
| #include <stdint.h> |
Collaborator
There was a problem hiding this comment.
For C++ better:
#include <cstddef>
#include <cstdint>
| std::vector<std::vector<std::pair<std::string, unsigned>>> namesByModule; | ||
| for (const auto &mod : modules2) { | ||
| llvm::CallGraph cg(*mod); | ||
| std::vector<std::pair<std::string, unsigned>> names; |
Collaborator
There was a problem hiding this comment.
May be use reserve and shrink_to_fit after for vectors and sets?
7364a3c to
6ee6fb6
Compare
…der PointerExpr [fix] Simplify `basePointer`, `PointerExpr` simplification needs rethinkink
[feat] Use 'immer' data structures [feat] Add `UseImmerStructures` [feat] Add `FixedSizeStorageAdapter`
6ee6fb6 to
8d4dbee
Compare
S1eGa
approved these changes
Apr 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.