* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / SDCCpeeph.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-02-20 friefnew keyword "labelRefCountChange" which allows peephole...
2004-12-09 maartenbrock* device/include/sdcc-lib.h: inserted LGPL, added includes
2004-12-02 epetrich* src/SDCCpeeph.c (callFuncByName): support combined...
2004-11-28 friefadded peephole conditional labelJTInRange. For now...
2004-08-31 epetrich* src/SDCCpeeph.c (labelIsReturnOnly): support hc08...
2004-06-08 epetrich* src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
2004-04-24 epetrich* src/SDCCpeeph.c (replaceRule): support empty replacem...
2004-02-29 epetrich* src/SDCCpeeph.h,
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-01 epetrich* src/SDCCpeeph.c (labelInRange): fixed bug #814558
2003-09-01 epetrich* src/SDCCpeeph.c (notVolatile, notVolatileVariable...
2003-08-22 epetrichPeephole optimizer speed up
2003-08-22 epetrichTry to make the peephole optimizer smarter by maintaining
2003-06-27 kvigorMore support for DS80C400
2003-06-03 bernhardheldsrc/SDCCpeeph.c: separate peepRules2pCode() for pic16...
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-04-07 pjsAdded okToRemoveSLOC conditional test to peephole optim...
2003-04-06 pjsAdded peephole to replace LJMP to RET with just a RET...
2003-03-27 pjsAccurate byte measurement for pcDistance (peephole...
2003-03-12 kvigorFix peephole rule condition functions properly; add...
2003-03-11 kvigoroperandsNotEqualX peephole test functions were never...
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