History log of /seL4-l4v-master/l4v/tools/asmrefine/CommonOps.thy
Revision Date Author Comments
# a45adef6 31-Oct-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

all: remove theory import path references

In Isabelle2020, when isabelle jedit is started without a session
context, e.g. `isabelle jedit -l ASpec`, theory imports with path
references cause the isabelle process to hang.

Since sessions now declare directories, Isabelle can find those files
without path reference and we therefore remove all such path references
from import statements. With this, `jedit` and `build` should work with
and without explicit session context as before.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# c1747628 17-Dec-2019 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

asmrefine: Add support for 64-bit architectures.


# b4242a3a 25-Nov-2019 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

asmrefine: arch-split for machine word size.

Arch-split memory operations used when translating graph-lang.


# c0a2d54c 26-May-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

asmrefine: update to Isabelle2019; reduce warnings


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


# 04574484 07-Aug-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

asmrefine: revert simplification of ghost_assertions

The previous simplfication broke SimplExportAndRefine.


# 971c6782 09-Mar-2017 Thomas Sewell <Thomas.Sewell@data61.csiro.au>

Support extra specs, ctzl, clzl in SimplExport.

This patch permits the user to supply additional specs for functions
whose bodies were not imported (DONT_TRANSLATE or not present in parsed
C source). Those specs are exported by SimplExport.

The existing apparatus can import builtin functions like ctzl/clzl in C
sources by admitting them without bodies (DONT_TRANSLATE) and giving
them axiomatic Hoare triples (FNSPEC).

Translation validation then requires export of useful semantics. The user
can supply a made-up body, and show that it is a refinement of the body
that the parser created (derived from the FNSPEC and MODIFIES clauses).
The body must export out the graph language correctly. For ctzl/clzl etc
this is easy.


# ce748b75 22-Jun-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64: create arch-specific CKernel


# df404257 02-Dec-2015 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Repair SimplExport/GraphRefine.


# ca439188 21-May-2015 Thomas Sewell <Thomas.Sewell@nicta.com.au>

WIP on WCET annotations.


# 665a3c15 30-Sep-2014 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Restore global valid assertions in graph refine.

The global-object pointer validity assertion is now created at
export time, and the graph refine mechanism now proves them. It
seems they were forgotten about once again in adjusting the globals
logic.


# 4c7ef803 03-Sep-2014 Thomas Sewell <Thomas.Sewell@nicta.com.au>

SEL4GraphRefine now completed.

These final changes complete the SEL4GraphRefine process. Some
cleanup remains to be done, especially in SEL4GlobalsSwap, but the
process is now mature and working, and the testing code
in SEL4GraphRefine can be discarded.

Success depends on seL4 commit 97d6bc96d54f1f0beafb25033b03b57ba54a5113
which is compatible with crefine and will be included in the repo
manifest immediately.


# 2a03e81d 14-Jul-2014 Gerwin Klein <gerwin.klein@nicta.com.au>

Import release snapshot.