-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Heapster: improved bitvector and automation support (#1792)
* Heapster: Support negating bitvector permission expressions This adds the necessary tweaks to `heapster-saw` to support parsing and typechecking permission expressions of the form `-b`, which represents the 2's complement negation of the bitvector `b`. Fixes #1780. * added castVecS * fixed the translation of the SImpl_LLVMArrayEmpty rule to produce a well-typed term * changed implication prover for field permissions so that a field can be proved by a block that could contain its offset, rather that requiring it to definitely contain its offset * add maybe automation to SpecMExtra Co-authored-by: Eddy Westbrook <[email protected]> Co-authored-by: Matthew Yacavone <[email protected]>
- Loading branch information
1 parent
b4ecd82
commit 7a6c8e1
Showing
12 changed files
with
271 additions
and
233 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
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 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 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
Oops, something went wrong.