Fixed up missing globl
[fw/sdcc] / src / SDCCloop.c
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