Sat, 27 Dec 2014 14:50:50 -0800 |
Michael Pavone |
Uncomment 68000 testcases
|
Mon, 03 Mar 2014 21:08:43 -0800 |
Michael Pavone |
Make some small changes in trans so that it is more likely to produce the same output as mustrans when given misbehaving programs. Add lea to testcases.txt. Improve the output of comparetest.py so that known issues can easily be separated from new ones.
|
Wed, 17 Jul 2013 00:17:42 -0700 |
Mike Pavone |
Add a bunch of 68K test cases for single operand instructions
|
Tue, 16 Jul 2013 23:16:38 -0700 |
Mike Pavone |
Add support for single operand instructions to 68K test generator
|
Mon, 13 May 2013 21:05:49 -0700 |
Mike Pavone |
Added more 68K test cases
|
Sun, 12 May 2013 01:34:29 -0700 |
Mike Pavone |
Fixed decoding of CHK destination
|
Sun, 21 Apr 2013 16:44:10 -0700 |
Mike Pavone |
Added test cases for divs/divu and added divide by zero handler to test generator
|
Sun, 21 Apr 2013 11:40:18 -0700 |
Mike Pavone |
Added testcases for move and roxl/roxr. Made some small improvements to test tools.
|
Sat, 20 Apr 2013 17:32:34 -0700 |
Mike Pavone |
Added testcases for muls, mulu, abcd and sbcd
|
Sat, 20 Apr 2013 15:14:47 -0700 |
Mike Pavone |
Add support for picking random numbers in a larger range in test generator. Add support for running a subset of tests in runner. Added testcases for bit and rotate instructions.
|
Sat, 20 Apr 2013 00:29:14 -0700 |
Mike Pavone |
Added testcases file. Some fixes to test generator for dealing with indexed mode with base and index reg the same. Added support for blastem headless mode in test runner.
|