Skip to content

Tags: mit-plv/bedrock2

Tags

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/checkout from 3 to 4 (#375)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.7

Toggle v0.0.7's commit message
sketch wp_read_RDH

v0.0.6

Toggle v0.0.6's commit message
deref: alias of load which does not keep changes to symbolic state

made while finding the memory being loaded, ie changes such as
splitting arrays and their corresponding lists and casting from
one separation logic predicate to another

v0.0.5

Toggle v0.0.5's commit message
List.upto needs to be pushed down, ie called again

on result of first simplification:

eg if len l1 = i
  (l1 ++ l2)[:i] --> l1[:i] --> l1

Actually makes insertion_sort work less well, because
it allows          ((_ ++ [|_|]) ++ _)[:_]
to be turned into  (_ ++ _ :: _)[:_]
and putting the discard boundary at a cons is not yet supported

v0.0.4

Toggle v0.0.4's commit message
use vm_compute instead of Ltac to check instruction bounds

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`make bedrock2_install` now installs examples (#281)

We also have `bedrock2_install_{ex,noex}` targets now.

v0.0.2

Toggle v0.0.2's commit message
finish frame rule proof

2022-08-CoqWorkshop-014-LtacProf

Toggle 2022-08-CoqWorkshop-014-LtacProf's commit message

Verified

This tag was signed with the committer’s verified signature.
JasonGross Jason Gross
Tag for Coq Workshop 2022 Superlinear Slowness presentation, LtacProf…

… output, optimized loop proof, no early subst

2022-08-CoqWorkshop-013-LtacProf

Toggle 2022-08-CoqWorkshop-013-LtacProf's commit message

Verified

This tag was signed with the committer’s verified signature.
JasonGross Jason Gross
Tag for Coq Workshop 2022 Superlinear Slowness presentation, LtacProf…

… output, optimized loop proof, again

2022-08-CoqWorkshop-012-LtacProf

Toggle 2022-08-CoqWorkshop-012-LtacProf's commit message

Verified

This tag was signed with the committer’s verified signature.
JasonGross Jason Gross
Tag for Coq Workshop 2022 Superlinear Slowness presentation, LtacProf…

… output, optimized loop proof