fix overlapping sloc problem
[fw/sdcc] / src / ds390 / ralloc.c
2001-05-04 kvigorfix overlapping sloc problem
2001-05-02 sandeepFixed a bug in packForpush wasn't extending the
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-27 johanknolsmall fixes
2001-04-27 johanknolRemoved some more ds390 leftovers in mcs51
2001-04-20 jtvolpeFixed mixed signed/unsigned compare
2001-04-10 johanknolDon't skip iTemp's if there is a function call in between
2001-04-07 johanknolfixed the multiple assignement bug with one in far...
2001-03-26 johanknolremoved a warning
2001-03-21 johanknolfixed the:
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...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-30 kvigorfix segfault on casting int to pointer
2000-10-18 kvigordisable packRegsForOneuse until I can make it safe
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-09-30 johanknolcleaning; moved all extern's from .c to .h files for...
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-10 sandeepfixed some option.model specific stuff
2000-09-09 sandeep1) added some debug dumping
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...