aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/steptest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Catch-up merge from custom/cet/main to master.Richard Brooksby2013-05-241-0/+2
* Make mps_arena_step suitable for purpose: arenastep now calls tracestartcolle...Gareth Rees2013-03-081-0/+3
* Improve the usability of the test suite:Gareth Rees2013-03-071-5/+4
* Eliminating type puns on scan states, location dependencies, and allocation p...Richard Brooksby2012-09-071-3/+3
* Fixing warnings revealed by xcode (clang).Richard Brooksby2012-08-111-1/+1
* Minor fixups to printing and scanning formats to build cleanly on freebsd.Richard Brooksby2012-07-301-1/+2
* Corrected misaligned code.David Lovemore2012-06-181-1/+1
* Use rnd_addr() where appropriate instead of rnd()David Lovemore2012-05-211-5/+1
* Using mps_word_const instead of ull for proper fixes to constantsDavid Lovemore2012-05-171-2/+1
* Temporary fixes for 64-bit windows buildDavid Lovemore2012-05-171-3/+8
* Fixed up long constants and shifts that needed to be cast to correct type.David Lovemore2012-05-031-1/+1
* Fixing up occurences of "unsigned long" in the main mps and test code so that...Richard Brooksby2012-04-231-6/+6
* Fixing printf(var) to printf("%s", var) to suppress warnings (and improve code).Richard Brooksby2012-03-261-2/+2
* Second cut at opportunism.Nick Barnes2003-01-031-7/+6
* Here is one cut at opportunistically collecting the world. it's not very good.Nick Barnes2003-01-031-1/+8
* Time_since will almost always be zero.Nick Barnes2002-07-041-6/+5
* Track total time.Nick Barnes2002-07-041-2/+9
* Improve clock calibration so it does a better job on low-granularity clocks.Nick Barnes2002-07-041-4/+7
* Better timing test for amc.Nick Barnes2002-07-041-166/+387
* Eliminating "impl" type tags and replacing them with uri-style file references.Richard Brooksby2002-06-071-2/+2
* Adding forward reference to licenses from copyright notices.Richard Brooksby2002-06-061-1/+1
* Adding licenses to source code files.Richard Brooksby2002-06-061-0/+42
* Mps_arena_step() on masters.Nick Barnes2002-05-241-0/+276