History log of /seL4-l4v-10.1.1/l4v/proof/crefine/X64/Invoke_C.thy
Revision Date Author Comments
# c4dc578b 17-Sep-2018 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

Fix up proofs after word lemma moves


# d7574020 20-Sep-2018 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

Remove pure word lemmas from proof/*

Removes redundant lemmas after moving them up to Word_Lib.


# 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.


# 26b218e4 13-Jun-2018 Michael Sproul <michael.sproul@data61.csiro.au>

x64: crefine: clear sorries for decode PT/PD/PDPT


# 4fedfb5e 06-May-2018 Michael Sproul <michael.sproul@data61.csiro.au>

x64: crefine: clear remaining sorry in Interrupt_C (VER-879)


# 49678503 04-Apr-2018 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64: clear wordFromMessageInfo_spec sorry in VSpace_C


# 7a3e1e73 10-Apr-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

x64 crefine: Invoke_C sorry free


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

x64 crefine: remaining Invoke_C sorries are C bugs


# bec409b9 30-Mar-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

x64 crefine: removed 5 sorries in Invoke_C


# 42ad2cba 18-Mar-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

x64 CRefine: more update for C-parser change to avoid complex call lvals (JIRA VER-881)

Also completes some Ipc_C proofs that were blocked by the C-parser problem.


# bcac2c84 01-Feb-2018 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64: clear some sorry proofs from CSpace_C

Also update some Haskell and abstract specs relating to IO ports.


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

x64 crefine: update or sorry broken proofs up to Syscall_C


# daaeed46 21-Nov-2017 Joel Beeren <joel.beeren@data61.csiro.au>

x64: crefine: added Invoke_C