Added
[fw/sdcc] / ChangeLog
index 30689c39be123274c89d442947afb32ae59e2726..62817d17361668e5e235c1e691d9d0df30b6b9be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2002-03-01  Michael Hope  <michaelh@vroom>
+
+       * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
+
+       * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
+
+2002-03-01    <johan@FRIJA>
+
+       * src/SDCCglue.c (printIvalPtr): fixed bug #524211
+
+       * src/SDCCast.c (decorateType): fixed bug #524209
+
+       * src/SDCCval.c (valNot): fixed bug #524195
+
+2002-02-26    <johan@balder>
+
+       * src/xa51/gen.c: fixed a warning
+
+       * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
+
+       * src/SDCCast.c (decorateType): fixed bug #522534
+
+2002-02-23    <johan@balder>
+
+       * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
+
+2002-02-22    <johan@balder>
+
+       * src/SDCCast.c: fixed bug #514865
+
+       * src/SDCCy.c ("SDCC.y"): fixed bug #516625
+
+2002-02-21  Sandeep Dutta  <sandeep@ddi.com>
+
+       * sdcc/src/SDCCloop.c:
+       Previous fix was not good. basic blocks that have "break" or "return" are
+       not really partof a loop , but live ranges used in these blocks should
+       be live thru the entire loop, so set partOfLoop but don't add them to
+       loop region
+
 2002-02-21    <johan@FRIJA>
 
        * src/SDCCcse.c: fixed bug #514308