More strcpy() strcat() sprintf() squashing
[fw/sdcc] / src / SDCCpeeph.c
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-18 friefadded peephole conditions testing for same arguments
2003-01-19 bernhardheld../m
2002-03-14 sdattalodattalo - Disabled code dependent on ports that have...
2002-02-08 johanknolfixed bug #513218 ~ as suggested
2002-01-19 pjsAdded --xram-movc option
2001-12-18 sandeepadded functions flat24bitModeAndPortDS390 & portIsDS390...
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-05-30 johanknolcomment out preprocessor directives in inline asm
2001-05-14 johanknolSmall peephole fix
2001-03-20 johanknolIncreased internal buffer for large function and variab...
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
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2000-09-21 kvigorAdd labelRefCount constraint for peephole rules.
2000-09-07 mschmittFixed
2000-02-11 sandeepCosmetic change in peeph.c
2000-02-10 kvigorSome new peephole optimizations, primarily for 24 bit...
2000-02-10 michaelhRight.
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision