History log of /seL4-l4v-10.1.1/HOL4/examples/dev/sw2/test/compileDefine
Revision Date Author Comments
# 7b73c8d7 16-Jul-2010 Konrad Slind <konrad.slind@gmail.com>

src/num/theories/SingleStep.{sig,sml} is gone. The
defininitions of Cases, Cases_on, Induct, Induct_on,
CASE_TAC (and co.) are now in basicProof/BasicProvers.
completeInduct_on and measureInduct_on are now in
numLib. recInduct is now in src/tfl/Induction.sml.
All these are collected in bossLib, so the changes
should be invisible to ordinary users.

SingleStep.*.doc has been changed accordingly.

BasicProvers.NORM_TAC should now automatically perform
all case splits (from if-then-else expressions as
well as case expression) arising anywhere in the goal.


# 87145652 10-Oct-2007 Konrad Slind <konrad.slind@gmail.com>

Trivial changes to regAlloc. Still working on
getting end-to-end compiler to work.


# 0b95e158 07-Sep-2007 Konrad Slind <konrad.slind@gmail.com>

Added compileDefine, which deals with some ARM peculiarities,
such as small immediate constants, and also tries
to get functions into the particular form needed
by Magnus' backend.