Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCpeeph.c
2008-10-05 MaartenBrock* src/ds390/main.c (_ds390_genInitStartup): added
2008-05-19 spthSupport nested parenthesis in peephole function argumen...
2008-04-19 spthImplemented generic part of RFE #1880202
2008-03-17 spthCommented function parameters
2008-02-19 MaartenBrock* src/SDCCpeeph.c (operandBaseName): added check for @Ri
2007-10-29 MaartenBrock* src/SDCCpeeph.c (notVolatileVariable): extra check...
2007-10-29 MaartenBrock* src/ds390/peeph.def: replaced 24bitModeAndPortDS390 by
2007-07-27 jesuscsrc/SDCCglobl.h, src/SDCCpeeph.c, src/mcs51/main.c...
2007-05-11 MaartenBrock* src/SDCCpeeph.c (labelIsUncondJump): ignore identical...
2007-05-08 MaartenBrock* src/ds390/gen.c (emitcode): don't change properties...
2007-05-05 MaartenBrock* src/port.h: added TARGET_MCS51_LIKE
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-12-30 bernhardheld* src/SDCCpeeph.c (deadMove),
2006-12-26 bernhardheld* src/SDCCpeeph.c: made labelHashEntry global, made...
2006-04-06 maartenbrock* src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2006-04-05 maartenbrock* src/SDCCpeeph.c (initPeepHole): implemented RFE 14601...
2006-03-29 maartenbrock* src/SDCCpeeph.c (operandsLiteral): new, added,
2005-12-07 maartenbrock* device/lib/Makefile.in: fixed to enable port-specific...
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