-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit replaces the old LLVM's DSA with the newer sea-dsa: * Adds sea-dsa as a submodule * Switches from LLVM's DSA to sea-dsa * Uses sea-dsa's CompleteCallGraph pass to assist indirect call resolving * Renames MemCpyd to MemOpd * Handles the case where values don't have cells * Makes sure that singletons are not in allocated nodes Closes #549
- Loading branch information
Showing
113 changed files
with
326 additions
and
20,515 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "sea-dsa"] | ||
path = sea-dsa | ||
url = https://github.com/seahorn/sea-dsa.git | ||
branch = llvm-8.0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ addons: | |
- unzip | ||
- libz-dev | ||
- libedit-dev | ||
- libboost-all-dev | ||
|
||
cache: | ||
directories: | ||
|
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.