History log of /seL4-l4v-master/HOL4/examples/machine-code/instruction-set-models/ppc/ppc_Lib.sml
Revision Date Author Comments
# 5fedd4a1 24-May-2020 Michael Norrish <michael.norrish@data61.csiro.au>

Fix some code broken by 486e96585e


# 4888f523 15-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove eqtype declaration for term type


# 7cbca4ef 31-Mar-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove 2 references to now-deleted TFL constants


# 314727fa 01-Mar-2010 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

Many minor changes.


# 4761143b 10-Aug-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed trailing whitespace from all .sml and .sig files.

This affects over 900 files and was done using emacs's delete-trailing-whitespace
function in batch mode. Building the system with Poly/ML and Moscow ML seems to
work, so I'm hoping these changes don't break anything. Please complain if
they do!


# 8c3fc760 09-Jun-2009 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

A general update. Now lisp_finalTheory produces assembly files
containing the verified LISP interpeteres (in machine code):

arm_eval.s
x86_eval.s
ppc_eval.s

Each of these have been successfully run on real hardware, for
each respective platform.

The proof scripts are likely to only work in the experimental
kernel, due to some unfortuante differences between the two
kernels. Some of these differences are exposed more frequently
now due to recent(ish) changes to the datatype package. Maybe
some of the changes made to the datatype package ought to be
reconsidered?


# 44a6db21 03-Apr-2009 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

Restructuring and simplification.


# 287c084e 21-Jan-2009 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

Updates requested by Lu Zhao.


# 7c197d42 07-Jan-2009 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

A new version of files previously in examples/mc-logic.
Eventually examples/mc-logic will be deleted.