-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update monadification and MR solver to work with the SpecM monad #1806
Commits on Dec 5, 2022
-
Updated MR solver to work with SpecM instead of CompM
Eddy Westbrook committedDec 5, 2022 Configuration menu - View commit details
-
Copy full SHA for a8194fd - Browse repository at this point
Copy the full SHA a8194fdView commit details
Commits on Dec 6, 2022
-
got some of the MR solver unit tests working
Eddy Westbrook committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 11bc867 - Browse repository at this point
Copy the full SHA 11bc867View commit details -
changed mrFreshCallVars to normalize the frame argument
Eddy Westbrook committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 3b28cc1 - Browse repository at this point
Copy the full SHA 3b28cc1View commit details -
fixed a bug in mrFreshCallVars where uvars were not getting properly …
…abstracted out of callS body definitions
Eddy Westbrook committedDec 6, 2022 Configuration menu - View commit details
-
Copy full SHA for ffd5b18 - Browse repository at this point
Copy the full SHA ffd5b18View commit details
Commits on Dec 7, 2022
-
changed CompFuns to keep around their event types and fun stacks
Eddy Westbrook committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 409888e - Browse repository at this point
Copy the full SHA 409888eView commit details -
Eddy Westbrook committed
Dec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 1804e0f - Browse repository at this point
Copy the full SHA 1804e0fView commit details -
started updating linked_list_mr_solver.saw
Eddy Westbrook committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for c3350ec - Browse repository at this point
Copy the full SHA c3350ecView commit details -
updated the core algorithm of the monadifier to use SpecM
Eddy Westbrook committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 9c63042 - Browse repository at this point
Copy the full SHA 9c63042View commit details -
fixed mrFreshCallVars to normalize the defs term; fixed a small print…
…ing bug
Eddy Westbrook committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for b17a83e - Browse repository at this point
Copy the full SHA b17a83eView commit details -
updated the noErrors spec in linked_list_mr_solver.saw
Eddy Westbrook committedDec 7, 2022 Configuration menu - View commit details
-
Copy full SHA for f9c9486 - Browse repository at this point
Copy the full SHA f9c9486View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1280328 - Browse repository at this point
Copy the full SHA 1280328View commit details -
un-comment a line that was accidentally commented by a previous commit
Eddy Westbrook committedDec 8, 2022 Configuration menu - View commit details
-
Copy full SHA for d72e04b - Browse repository at this point
Copy the full SHA d72e04bView commit details -
fixed mrReplaceCallsWithTerms to use term lifting when it recurses in…
…to a variable binding
Eddy Westbrook committedDec 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 1e1b7e1 - Browse repository at this point
Copy the full SHA 1e1b7e1View commit details -
Merge branch 'heapster-itree' into heapster-itree-mr-solver-alt
Eddy Westbrook committedDec 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 5041302 - Browse repository at this point
Copy the full SHA 5041302View commit details
Commits on Dec 10, 2022
-
updated the monadified versions of the cryptol primitives to use SpecM
Eddy Westbrook committedDec 10, 2022 Configuration menu - View commit details
-
Copy full SHA for c82e5e3 - Browse repository at this point
Copy the full SHA c82e5e3View commit details
Commits on Dec 12, 2022
-
fixed some small bugs in CryptolM.sawcore
Eddy Westbrook committedDec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 19296d2 - Browse repository at this point
Copy the full SHA 19296d2View commit details -
Eddy Westbrook committed
Dec 12, 2022 Configuration menu - View commit details
-
Copy full SHA for c58bf45 - Browse repository at this point
Copy the full SHA c58bf45View commit details
Commits on Dec 13, 2022
-
fixed fixMacro to push the new frame onto the function stack when rec…
…ursing inside the function bodies
Eddy Westbrook committedDec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 98927cf - Browse repository at this point
Copy the full SHA 98927cfView commit details -
fixed the fixMacro to wrk, I think...
Eddy Westbrook committedDec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 8b284e3 - Browse repository at this point
Copy the full SHA 8b284e3View commit details -
changed mrFreshVar to abstract over the current uvar context; added s…
…upport to normComp for normalizing multiArgFixS
Eddy Westbrook committedDec 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 87bff2e - Browse repository at this point
Copy the full SHA 87bff2eView commit details
Commits on Dec 14, 2022
-
updated the normalizer in SMT.hs to work with SpecM types
Eddy Westbrook committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 9b168f3 - Browse repository at this point
Copy the full SHA 9b168f3View commit details -
Merge branch 'master' into heapster-itree-mr-solver-alt
Eddy Westbrook committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for c3e7d6c - Browse repository at this point
Copy the full SHA c3e7d6cView commit details
Commits on Jan 19, 2023
-
Merge branch 'master' into heapster-itree-mr-solver-alt
Eddy Westbrook committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 738897b - Browse repository at this point
Copy the full SHA 738897bView commit details
Commits on Jan 25, 2023
-
Merge branch 'master' into heapster-itree-mr-solver-alt
Eddy Westbrook committedJan 25, 2023 Configuration menu - View commit details
-
Copy full SHA for f74a65d - Browse repository at this point
Copy the full SHA f74a65dView commit details -
updated some of the monadification tests to work with SpecM
Eddy Westbrook committedJan 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 0fe52c5 - Browse repository at this point
Copy the full SHA 0fe52c5View commit details -
commented out tests involving monadifying quantifiers, which don't qu…
…ite work yet
Eddy Westbrook committedJan 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 9045407 - Browse repository at this point
Copy the full SHA 9045407View commit details -
changed the set_monadification command to allow for monadifications t…
…hat are polymorphic over the event type and fun stack params
Eddy Westbrook committedJan 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 1e16b60 - Browse repository at this point
Copy the full SHA 1e16b60View commit details -
updated the monadification tests to succeed with the new SpecM monad
Eddy Westbrook committedJan 25, 2023 Configuration menu - View commit details
-
Copy full SHA for ef7c47c - Browse repository at this point
Copy the full SHA ef7c47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5bc52 - Browse repository at this point
Copy the full SHA 2a5bc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603420f - Browse repository at this point
Copy the full SHA 603420fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9fd58 - Browse repository at this point
Copy the full SHA cc9fd58View commit details