-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1171 from GaloisInc/crux-0.8-forward-port
Forward-port Crux 0.8 changes to `master` branch
- Loading branch information
Showing
34 changed files
with
194 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 0.1 -- 2024-02-05 | ||
|
||
* Initial version. Split off from `crucible-syntax`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# next | ||
# 0.1 -- 2024-02-05 | ||
|
||
* TODO: Describe API changes here | ||
* Change `SomeOverride`, as well as related functions in | ||
`Lang.Crucible.Go.Overrides`, to use a `TypedOverride`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# next | ||
# 0.2 -- 2024-02-05 | ||
|
||
* TODO: Describe API changes here | ||
* Change `jvmOverride_def` in `Lang.Crucible.JVM.Overrides` to use a | ||
`TypedOverride`. |
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,3 @@ | ||
# 0.1 -- 2024-02-05 | ||
|
||
* Initial version. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 0.1 -- 2024-02-05 | ||
|
||
* Initial version. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Cabal-version: 2.2 | ||
Name: crucible-llvm | ||
Version: 0.5 | ||
Version: 0.6.0.99 | ||
Author: Galois Inc. | ||
Copyright: (c) Galois, Inc 2014-2022 | ||
Maintainer: rdockins@galois.com | ||
Maintainer: [email protected], [email protected], langston@galois.com | ||
License: BSD-3-Clause | ||
License-file: LICENSE | ||
Build-type: Simple | ||
|
@@ -14,14 +14,19 @@ Description: | |
for Crucible-based simulation and verification of LLVM-compiled applications. | ||
extra-source-files: CHANGELOG.md, README.md | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/GaloisInc/crucible | ||
subdir: crucible-llvm | ||
|
||
common bldflags | ||
ghc-options: -Wall | ||
-Werror=incomplete-patterns | ||
-Werror=missing-methods | ||
-Werror=overlapping-patterns | ||
-Wpartial-fields | ||
-Wincomplete-uni-patterns | ||
ghc-prof-options: -O2 -fprof-auto-top | ||
ghc-prof-options: -O2 -fprof-auto-exported | ||
default-language: Haskell2010 | ||
|
||
|
||
|
@@ -39,7 +44,7 @@ library | |
extra, | ||
lens, | ||
itanium-abi >= 0.1.1.1 && < 0.2, | ||
llvm-pretty >= 0.8 && < 0.12, | ||
llvm-pretty >= 0.12 && < 0.13, | ||
mtl, | ||
parameterized-utils >= 2.1.5 && < 2.2, | ||
pretty, | ||
|
Oops, something went wrong.