* Optimised many of the library functions
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 8 Aug 2001 03:22:14 +0000 (03:22 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 8 Aug 2001 03:22:14 +0000 (03:22 +0000)
commitf239a9f256f022ade8216daba928e817f2d5f528
treea440c8e3fa35bc22d0b229f5aea43371842d3667
parentb225ad4b7481128235e8868007618cf111985ade
* Optimised many of the library functions
* Added profiling support into the gb port
* Improved the peephole.
* Improved acc packing.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1131 4a8a32a2-be11-0410-ad9d-d568d2c75423
22 files changed:
device/include/asm/z80/features.h
device/lib/Makefile.in
device/lib/_memcpy.c
device/lib/_strcmp.c
device/lib/_strcpy.c
device/lib/z80/crt0.s
device/lib/z80/div.s
device/lib/z80/mul.s
device/lib/z80/shift.s
device/lib/z80/stubs.s
src/SDCCglobl.h
src/SDCCmain.c
src/z80/gen.c
src/z80/main.c
src/z80/mappings.i
src/z80/peeph-z80.def
src/z80/peeph.def
src/z80/ralloc.c
support/regression/ports/z80/spec.mk
support/regression/tests/muldiv.c
support/tests/dhrystone/Makefile
support/tests/dhrystone/dhry.c