History log of /seL4-l4v-10.1.1/HOL4/examples/dev/sw/CFG.sml
Revision Date Author Comments
# 8d83067c 21-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove TABs from examples


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


# 5d66b4e6 22-Nov-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

Modification related to function calls. funCall was modified to get nested function calls working. As a result, mechReasoning had to be adapted to keep track of the modified parts of the stack. Additionally, function inlining at the IR level was implemented for non recursive functions.


# 85894e52 01-Sep-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

The semantics of the CMP and TST operations are modified to be closer to ARM assembler. This allows the usage of new conditions which allow to compile the binary operations <=+, <+, >=+ and >+ now. Additionally the WELL_FORMED predicate of IL was strengthened.


# 7482b0d5 22-Aug-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

modification of one_std to ensure, that in multiplication instructions like "mul Rx Ry Rz" different registers are assigned to Rx and Ry


# 51e1d75e 17-Aug-2006 Guodong Li <ligd@cs.utah.edu>

*** empty log message ***


# 99f8d570 01-Jun-2006 Guodong Li <ligd@cs.utah.edu>

*** empty log message ***


# b9703878 21-Dec-2005 Konrad Slind <konrad.slind@gmail.com>

*** empty log message ***