This should fix some, if not all, of the live range problems
[fw/sdcc] / src / SDCClrange.c
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