Applied patch #2762516
[fw/sdcc] / src / avr / ralloc.c
2008-03-04 MaartenBrock* src/*/ralloc.c: removed IS_OP_RUONLY macro
2005-03-20 epetrich* src/port.h (struct PORT),
2005-02-26 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-09-23 epetrich* src/SDCCicode.h,
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2003-11-23 kflittner fixed bug #845089
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2001-12-19 johanknolfixed bug #494721
2001-11-09 sandeepsome more progress
2001-10-22 johanknolFunction attribute migration.
2001-09-09 sandeepsome minor improvements
2001-08-27 sandeepSome more improvements on AVR
2001-08-19 sandeepFixed pointer post increment problem
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-05-24 johanknolcreate/append dump files on a per session base
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-26 jtvolpeCleaning up compiler warnings under MS VC6
2001-04-22 sandeepmore enhancements for avr & some bug fixes
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-02-22 sandeepmultiply fixup
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-11 sandeepsome -xstack related stuff
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-10-08 sandeepIntermediate commit for AVR
2000-10-08 sandeepYet another intermediate commit
2000-10-07 sandeepAnother intermediate commit for AVR
2000-09-30 sandeepAVR Intermediate commit
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-09 sandeep1) added some debug dumping
2000-06-24 sandeepforgot to make the change for AVR
2000-03-20 sandeepmore on AVR
2000-03-20 sandeepMore AVR stuff
2000-03-19 sandeeplots of progress in AVR
2000-03-18 sandeepmaking progress with AVR
2000-03-04 sandeepinitial version just copied them from mcs51 directory