History log of /seL4-l4v-10.1.1/l4v/proof/crefine/X64/Refine_C.thy
Revision Date Author Comments
# 6b9d9d24 09-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: new "op x" syntax; now is "(x)"

(result of "isabelle update_op -m <dir>")


# 011e0845 09-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: new comment syntax

(result of "isabelle update_comments <dirs>")


# b5cdf470 13-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

globally use session-qualified imports; add Lib session

Session-qualified imports will be required for Isabelle2018 and help clarify
the structure of sessions in the build tree.

This commit mainly adds a new set of sessions for lib/, including a Lib
session that includes most theories in lib/ and a few separate sessions for
parts that have dependencies beyond CParser or are separate AFP sessions.
The group "lib" collects all lib/ sessions.

As a consequence, other theories should use lib/ theories by session name,
not by path, which in turns means spec and proof sessions should also refer
to each other by session name, not path, to avoid duplicate theory errors in
theory merges later.


# c3900139 21-Apr-2018 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64 crefine: prove several lemmas in Retype_C

To prove that retyping a TCB establishes the state relation for TCBs,
it is necessary to prove that the C FPU null state is always equal to
the Haskell FPU null state. This commit therefore includes some
machinery for maintaining the state relation for the FPU null state,
and repairs many proofs.


# dc2069ab 31-Mar-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

x64 crefine: Refine_C sorry free


# 1a29b76e 31-Mar-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

x64 crefine: close Arch_finaliseInterrupt sorry


# 0a6a028a 10-Mar-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

crefine x64: Refine_C sorried


# 06d9ff78 09-Mar-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

x64 crefine: ADT_C sorried, Init_C added


# 569abcff 17-Jan-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

x64 crefine: add Syscall_C to Refine_C for testing


# 72b1edaf 02-Oct-2017 Joel Beeren <joel.beeren@data61.csiro.au>

x64: crefine: add CSpace_C to Refine_C for regression testing


# c93ed2e6 21-Sep-2017 Joel Beeren <joel.beeren@nicta.com.au>

x64: crefine: add TcbAcc_C to Refine_C for testing


# 15076ecd 18-Sep-2017 Joel Beeren <joel.beeren@nicta.com.au>

x64 crefine: adjust Refine_C to also use PSpace_C for testing


# 7c54fc69 13-Sep-2017 Joel Beeren <joel.beeren@nicta.com.au>

x64: change Refine_C to point to TcbQueue_C for regression testing


# 38715758 30-Jul-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64: add crefine stubs to keep theory_imports happy