* support/regression/tests/fetchoverlap.c: Added new test case.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 9 Sep 2001 01:47:13 +0000 (01:47 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 9 Sep 2001 01:47:13 +0000 (01:47 +0000)
commit272375bec00437e18d3e3912902b32d320c754c8
tree9f29cfdc51e8e4702886614d2e7bb049de47eeca
parentc4fa025bb163ca7cc4a89451e135a61b476a30f4
* support/regression/tests/fetchoverlap.c: Added new test case.

* support/regression/tests/bp.c: Added new test case.

* support/regression/tests/bug-448984.c: Added new test case.

* support/regression/tests/pow2shifts.c: Added new test case.

* src/z80/gen.c: Turned off the noise it normally generates for the release.
(genlshTwo): Fixed right shift for count > 8.

* src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1244 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/z80/gen.c
src/z80/ralloc.c
support/regression/tests/bp.c [new file with mode: 0644]
support/regression/tests/bug-448984.c [new file with mode: 0644]
support/regression/tests/fetchoverlap.c [new file with mode: 0644]
support/regression/tests/pow2shifts.c [new file with mode: 0644]
support/tests/dhrystone/Makefile