fixed the gencmp setting of supportRtn
[fw/sdcc] / src / mcs51 / ralloc.c
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-09 johanknoltemporary fix for op '<' being forwarded to support...
2001-04-07 johanknolfixed the multiple assignement bug with one in far...
2001-03-29 johanknol--stack-auto and --int-long-reent related things
2001-03-26 johanknolremoved a warning
2001-03-26 sandeeplocal variables and parameters will NOT be assigned...
2001-03-21 johanknolfixed the:
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-05 sandeepBUG in packForPush
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-04 jtvolpeNew Memory Allocation functions
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-30 kvigorfix segfault on casting int to pointer
2000-11-13 sandeepFixed BITFIELD problems
2000-11-11 sandeepsome -xstack related stuff
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-11 sandeepmissed a spot where ronly can be set
2000-09-10 sandeepfixed some option.model specific stuff
2000-09-09 sandeep1) added some debug dumping
2000-06-24 sandeepfixed a register allocation bug
2000-05-21 sandeepsome optimizations (eg. selective strength reduction)
2000-03-23 sandeepmore remat problems fixed.
2000-03-18 sandeepmaking progress with AVR
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-08 sandeepregister allocator should not do block spil if defined...
2000-03-05 sandeepInfrastructure stuff for AVR
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-25 sandeepwas generating bad code for situations like
2000-02-16 kvigorflat 24: mung fReturnSize before packing registers...
2000-02-11 kvigorMisc flat 24 stack handling fixes
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-01 sandeepMinor bug fixes
2000-02-01 sandeepfixed two problems
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-28 sandeepRemove icodes from the iCodeHashTable when
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 michaelhRemoved some generated files, added Makefile.common...