History log of /seL4-l4v-10.1.1/HOL4/examples/dev/sw/funCall.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!


# 4a065242 13-Dec-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

some small bug fixes and some cleaning up


# 60f702e0 27-Nov-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

Some more changes to get more function calls working.


# 276788ac 25-Nov-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

Additional bug fixes concerned with function calls. However, still not all function calls compile.


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


# 2c3cc694 10-Nov-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

The representation of memory and access to memory was changed. Now memory is a map of 30 bit words to 32 bit words. Also the addressing of memory was changed to use just the upper 30 bit of the base register.


# 9d9c7a77 30-Aug-2006 Thomas Tuerk <Thomas.Tuerk@cl.cam.ac.uk>

Merge between the portation to the new word-library / changes of IL and the new version checked in as TAR-file


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

*** empty log message ***