History log of /seL4-l4v-10.1.1/l4v/tools/autocorres/tests/examples/quicksort.c
Revision Date Author Comments
# 58efe080 01-Apr-2017 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

autocorres: support 64-bit platforms

* Consistently use the c-parser 'addr' type alias for pointer values.
* Include word abstraction and polish for 64-bit integral types.
* Include all current c-parser platforms in release packaging scripts.

More work is required to properly abstract AutoCorres tests across
architectures. The tests currently pass for both ARM and X64. However,
in a number of tests, we exploit the coincidences that 'int' is the same
size on both platforms (32 bits), and that 'long' is the same as the
pointer size on each platform (32 bits and 64 bits, respectively).


# 2a03e81d 14-Jul-2014 Gerwin Klein <gerwin.klein@nicta.com.au>

Import release snapshot.