Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCClrange.c
2008-02-20 MaartenBrock* src/SDCClrange.c (findPrevUse): fixed bug 1888147
2006-06-29 bernhardheld* src/SDCCicode.h: removed buggy semicolon in unused...
2006-06-13 MaartenBrock* src/SDCClrange.c (findPrevUse): fixed bug 1294475
2005-12-28 bernhardheld* src/mcs51/gen.c (gen51Code): show final register...
2004-12-20 vrokas* src/SDCCast.c (gatherAutoInit): allow pic16 to emit...
2004-08-12 epetrich* src/SDCClrange.c (findPrevUse): fixed bug #1007371
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-08-02 maartenbrock* src/SDCClrange.c (rlivePoint): fixed bug 988568,...
2004-06-21 epetrich* src/SDCClrange.c (findNextUseSym): fixed a live range...
2004-06-21 epetrich* src/SDCClrange.c (computeClash): fixed bug #971834
2004-02-16 epetrich* src/SDCClrange.c (rlivePoint): live range of SEND...
2004-01-02 vrokas* src/SDCClrange.c: fixed bug 869095 that caused segfault
2003-11-27 epetrich* src/SDCClrange.c (findNextUseSym, rlivePoint): fixed...
2003-11-23 kflittner fixed bug #845089
2003-11-19 epetrich* src/SDCCcse.c (algebraicOpts): fixed bug #773153
2003-10-28 kflittnerReplaced the liverange code.
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-07 bernhardheld* src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
2003-10-05 bernhardheld* src/SDCCloop.c (assignmentsToSym, loopInduction)...
2003-10-03 bernhardheldApplied liferange patch from Klaus Flittner <klaus_flit...
2003-03-27 johanknollet's try again ;-)
2003-03-25 johanknolThis should fix some, if not all, of the live range...
2003-01-26 johanknolSee Changelog 1.163
2002-03-02 sandeepfunctions "alldefsoutofrange" and "notusedinblock"...
2002-01-07 johanknolfixed bug #498971
2001-12-18 sandeep1) don't mark a liverange as Live across a functioncall...
2001-11-15 sandeepAdded option --all-callee-saves will force all functions
2001-11-13 johanknolprevent push/pop-s for SEND registers
2001-11-10 sandeepAdded iCodeSeqhTab - hashTable maintained with ic->seq
2001-11-10 sandeepFixed the range computation for SEND iCode
2001-11-09 sandeepmoved back NULLING of spil location. generated horrble...
2001-11-09 sandeepAdded function computeClash - also moved NULLING out...
2001-10-27 sandeepFix for bug 474411: Two loops can share the same lastBl...
2001-10-26 johanknolfixed bug #474411/474687
2001-09-23 sandeepFixed bug-463702
2001-02-14 johanknolBeautified (indented) compiler source tree
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-11 sandeepsome -xstack related stuff
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-06-27 sandeepfixed a live range computing bug
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-04 sandeep1) cse.c don't replace when not symop
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision