* Optimised many of the library functions
[fw/sdcc] / src / z80 / main.c
2001-08-08 michaelh* Optimised many of the library functions
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-14 michaelhMade linking support base areas and extra libraries...
2001-07-11 michaelhAdded link support in the simple case
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 johanknolShort is 16bits by default now
2001-07-01 johanknolJust to prevent a compiler crash
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-29 johanknolremoved --noregparms because it is obsolete and caused...
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-01-28 michaelhMerge of the izt changes.
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-10-01 sandeep /* added condition transformations */
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-17 michaelh* Changed banked for nonbanked
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-25 sandeepadded "banked" for z80 port
2000-06-24 michaelhAdded but disabled hack for using regparms on specific...
2000-05-21 michaelhMerged gbdk-294 branch
2000-05-07 sandeepAdded print Allocation info will print
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-18 michaelh* Added sfr space
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-04-06 michaelh* Fixed up multi bank support
2000-04-05 michaelhFor gbdk-2.94. Seems to work.
2000-04-05 michaelhMerged in multiple assemblers port.
2000-03-27 michaelhMade debugging optional.
2000-03-26 michaelh* Added z80 blurb.
2000-03-20 sandeepMore AVR stuff
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-05 michaelhBlah. Pre 2.92.
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-02-22 michaelhLots.
2000-02-16 michaelh* Added support for the gb.
2000-02-10 michaelhRight.
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-08 sandeepSpill-location updated incorrectly
2000-02-08 michaelh* Changed timing support to work directly of ConsoleZ80...
2000-02-06 michaelh* Improved the pop params code
2000-02-04 michaelhChanged it so each target can have their own command...
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhAdded z80 port (links, may not work). mcs51 still...