allow compile of small large model
[fw/sdcc] / src / ds390 / ralloc.c
2001-08-28 kbongersallow compile of small large model
2001-08-19 sandeepfixed pointer post increment problem
2001-08-04 johanknol"fixed" bug 447547
2001-08-01 johanknolfixed bug #444971
2001-07-30 johanknolfinal fix for bug 444507
2001-07-17 johanknolremove a bad fix
2001-07-16 johanknoltemporary fix for bug #441448
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-13 johanknolnext step towards advanged type checking
2001-05-24 johanknolcreate/append dump files on a per session base
2001-05-20 johanknoli guess my mind was somewhere else ...
2001-05-14 johanknolfixed the
2001-05-04 kvigormore precise noOverLap
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);...