Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCloop.c
2008-03-30 MaartenBrock* src/SDCCloop.c (loopInvariants): applied fix for...
2008-02-13 borutr* src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src...
2006-01-17 bernhardheld* src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPr...
2005-07-23 epetrich* src/SDCCloop.c (loopInvariants): fixed bug #1234048
2005-03-20 epetrich* src/port.h (struct PORT),
2004-12-09 maartenbrock* device/include/sdcc-lib.h: inserted LGPL, added includes
2004-12-07 epetrich* src/SDCCloop.c (basicInduction, loopInduction): fixed...
2004-08-03 maartenbrock* src/SDCCloop.c (loopInvariants): fixed bug 983545...
2004-05-18 epetrich* src/hc08/main.c (_hc08_genAssemblerEnd),
2004-03-14 epetrich* src/SDCCloop.c (basicInduction): fixed bug with loop...
2003-11-21 kflittner * src/SDCCloop.c (newInduction): fixed bug #845630
2003-10-30 epetrichFixed a number of problems revealed by bug #827883.
2003-10-28 kflittnerReplaced the liverange code.
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-04-05 johanknolfollowup for the bug #460088 fix
2003-04-04 johanknolUndid the fix for bug #519584
2003-03-27 johanknollet's try again ;-)
2003-03-25 johanknolThis should fix some, if not all, of the live range...
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-12 johanknolmore LRH debugging junk
2003-03-10 bernhardheldsrc/SDCCloop.c (mergeRegions): an evil beast is dead
2003-03-07 johanknolSee Changelog 1.204
2003-02-26 johanknolbefore Bernhard, the watch dog, starts complaining...
2003-02-26 johanknolLRH commit, only to sync with other developers
2003-02-25 johanknolsome more debugging junk, i'll remove it later
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2002-02-21 sandeepPrevious fix was not good. basic blocks that have ...
2002-02-20 sandeepFixed BUG #519583. If a conditional block ended in...
2001-10-31 johanknolfixed bug #476678
2001-10-27 sandeepFix for bug 474411: Two loops can share the same lastBl...
2001-10-12 johanknolA better but still temporary fix for bug #467035
2001-10-10 johanknolfixed a loop optimation bug
2001-10-07 johanknoldon't unconditionally cast to unsigned long
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-06 johanknolStupid temporary fix for bug #467035 (throws a warning...
2001-08-25 sandeepfix for bug-453196
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-03-25 johanknolFixed the incorrect caching of pointer reference in...
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2000-10-14 sandeepfixed a loop invariant bug
2000-05-21 sandeepsome optimizations (eg. selective strength reduction)
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision