Pre making the rgbds branch
[fw/sdcc] / src / mcs51 /
2000-03-26 michaelh* Added z80 blurb.
2000-03-23 sandeepmore remat problems fixed.
2000-03-23 sandeepFixed remat bug
2000-03-20 sandeepMore AVR stuff
2000-03-18 sandeepmaking progress with AVR
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-09 kvigor10 bit stack mode: just a few more tweaks...
2000-03-09 kvigor10 bit stack mode: handle DPTR2 in ISRs
2000-03-09 kvigor10 bit stack mode: almost working...
2000-03-09 kvigorWhoops! Minor garbage in previous checkin
2000-03-09 kvigor10 bit stack mode: work in progress
2000-03-08 kvigorFirst pass at 10 bit stack mode for DS80C390
2000-03-08 sandeepregister allocator should not do block spil if defined...
2000-03-06 sandeep1) fixed complement problem
2000-03-06 sandeep1) fixed one more array deref problem
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-25 sandeepwas generating bad code for situations like
2000-02-22 sandeepfixed bug for bit complement
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-14 kvigorLeft some debugs turned on in previous commit
2000-02-14 kvigorMinor optimization for 8051 tail increment/decrement
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-11 kvigorMisc flat 24 stack handling fixes
2000-02-10 kvigorSome new peephole optimizations, primarily for 24 bit...
2000-02-10 michaelhRight.
2000-02-10 kvigor24 bit flat mode: handle generic pointer arithmetic
2000-02-09 kvigor24 bit flat mode: get call via function pointer working
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-04 michaelhChanged it so each target can have their own command...
2000-02-01 sandeepMinor bug fixes
2000-02-01 sandeepfixed two problems
2000-01-31 drdaniInclude file for Makefile with clean target
2000-01-31 drdaniFix clean
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-28 sandeepRemove icodes from the iCodeHashTable when
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-18 sandeepfixed bug in packForPush ..
2000-01-17 michaelhAdded z80 port (links, may not work). mcs51 still...
2000-01-17 michaelhRemoved some generated files, added Makefile.common...