History log of /seL4-l4v-master/l4v/tools/asmrefine/FieldAccessors.thy
Revision Date Author Comments
# 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.


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

asmrefine: add field offset rewrite rules.

Currently unused, but these are useful for debugging proofs in SEAR
about struct access updates.


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


# 41d4aa4f 25-Oct-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

Isabelle2016-1: update references to renamed constants and facts


# bd928d17 17-Aug-2015 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Try to avoid emitting const-globals via memory.

Sometimes it's simpler to access an unknown field of a const
global by just computing the offset from its symbol in memory
and assuming the relevant words are in the .rodata section. But
for known fields, it's easier to just figure out what the
constant value is. This complicates the proof slightly, since
it has to guess which case it is in.


# a9bebcfe 21-May-2015 Gerwin Klein <gerwin.klein@nicta.com.au>

asmrefine: 2015 udpate


# aacaf3c8 09-Sep-2014 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Fix asmrefine stuff for 2014 branch.


# 0346fb20 26-Aug-2014 Thomas Sewell <Thomas.Sewell@nicta.com.au>

SIMPL->Graph proofs largely working.


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

Import release snapshot.