(optionally) push static array initialization down to the ports code generator
[fw/sdcc] / src / mcs51 / main.c
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-03 johanknolShort is 16bits by default now
2001-05-30 kvigorAdd _naked modifier
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-29 johanknol--stack-auto and --int-long-reent related things
2001-03-29 johanknolremoved --noregparms because it is obsolete and caused...
2001-03-26 sandeeplocal variables and parameters will NOT be assigned...
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-24 kvigorAdd warning for using --model-flat24
2000-09-09 sandeep1) added some debug dumping
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-12 michaelhMerge out from the z80 far 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-08 michaelhMerged changes between gbdk-293 and main
2000-04-05 michaelh* All types of stuff to support different assemblers.
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-09 kvigor10 bit stack mode: almost working...
2000-03-08 kvigorFirst pass at 10 bit stack mode for DS80C390
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-02-22 michaelhLots.
2000-02-16 kvigorflat 24: mung fReturnSize before packing registers...
2000-02-16 michaelh* Added support for the gb.
2000-02-11 kvigorMisc flat 24 stack handling fixes
2000-02-10 michaelhRight.
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-04 michaelhChanged it so each target can have their own command...
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-24 michaelhAdded initial stack direction support. Didnt convert...
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelhMore shifting. Remove SDCCralloc.h, made all in mcs51...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhAdded z80 port (links, may not work). mcs51 still...