cleaned up the mess I left behind
[fw/sdcc] / src / SDCCloop.c
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