History log of /seL4-l4v-master/l4v/tools/asmrefine/GraphLang.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.


# 708a6279 16-Dec-2019 Edward Pierzchalski <ed.pierzchalski@data61.csiro.au>

asmrefine: arch split CFunDump files

Now that asmrefine targets several arches, it's useful to separate out
any intermediate artefacts by L4V_ARCH. For instance, this lets us use
the same directory to test two arches at once.


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

asmrefine: update to Isabelle2019; reduce warnings


# 75b38be0 26-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: new AsmRefine session + test


# 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>")


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


# 796887d9 11-Jul-2017 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

Removes all trailing whitespaces


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


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

Isabelle2016-1: update references to renamed constants and facts


# 8e7c55c1 11-Jul-2016 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Handling of AsmStmt in c-parser, more tests.

The C-parser contains a full parser for __asm__ syntax but
up until now hasn't done anything with it. Instead we export
some semantics. It's unspecified exactly what these semantics
are but they are parametrised with the __asm__ semantics that
went in to them, so the translation validation has something
to reason about.

Tweak modifies proofs as a result, and add some more test files.


# 10ac0545 04-Feb-2016 Matthew Brecknell <Matthew.Brecknell@nicta.com.au>

Isabelle2016: SimplExportAndRefine updated for RC3


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

Repair SimplExport/GraphRefine.


# 5f4a25b0 28-Jul-2015 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Improve guard handling in GraphRefine.

Needed for recent changes to how global validity assertions are
generated.


# 4211cd2b 15-Jul-2015 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Progress on upgrading GraphRefine.

Needed to handle new concepts being exported from Simpl.


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

WIP on WCET annotations.


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

asmrefine: 2015 udpate


# 17826f9b 18-Apr-2015 Gerwin Klein <gerwin.klein@nicta.com.au>

more Isabelle2015 update; AInvs up to (excluding) Syscall_AI

also includes some global replacements


# dac89a46 12-Mar-2015 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Adjustments in GraphLang to support CDSL.


# 923bfec5 22-Sep-2014 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Update graph-refine for StaticFun change, bugfix.


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

Fix asmrefine stuff for 2014 branch.


# 1af1d2b6 08-Aug-2014 Gerwin Klein <gerwin.klein@nicta.com.au>

some of the global Isabelle2014 renames

option_case -> case_option
sum_case -> case_sum
prod_case -> case_prod
Option.set -> set_option
Option.map -> map_option
option_rel -> rel_option
list_all2_def -> list_all2_iff
map.simps -> list.map
tl.simps -> list.sel(2-3)
the.simps -> option.sel


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

Import release snapshot.