History log of /seL4-l4v-master/l4v/tools/asmrefine/GraphProof.thy
Revision Date Author Comments
# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# 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


# 6cda8f50 09-Mar-2017 Thomas Sewell <Thomas.Sewell@data61.csiro.au>

Update GraphProof, slightly bitrotted.

This isn't part of any official proof at the moment, but it's a
notable next step, and I'm starting to write it up for my PhD.


# b44959a1 02-Feb-2016 Rafal Kolanski <rafal.kolanski@nicta.com.au>

CRefine: fix simp loop in Invoke_C

Also make use of prod.collapse & prod_eq_iff, dropping old versions.


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

Adjustments in GraphLang to support CDSL.


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