Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCopt.c
2008-09-16 MaartenBrock* device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_...
2008-02-13 borutr* src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src...
2007-09-17 borutr* src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglu...
2006-09-05 MaartenBrock* src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by...
2006-04-22 MaartenBrock* as/asx8051.dsp: added mcs51/strcmpi.h
2005-12-28 bernhardheld* src/mcs51/gen.c (gen51Code): show final register...
2005-10-27 tecodev* .version: changed version to 2.5.4
2005-09-23 tecodev* configure.in, configure: have device/lib/pic configured
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-08-23 bernhardheld* src/SDCCopt.c (convertToFcall): fixed modulus with...
2005-08-10 tecodev* src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied...
2005-04-12 maartenbrock* device/include/malloc.h: removed redundant __reentran...
2005-03-20 epetrich* src/port.h (struct PORT),
2005-03-09 tecodev* src/SDCCopt.c (killDeadCode): fixed bug #1156016
2005-01-23 tecodev* src/SDCCopt.c (killDeadCode): restored original behaviour
2005-01-22 tecodev* src/SDCCopt.c (killDeadCode): checking for right...
2005-01-22 tecodev* src/SDCCopt.c (killDeadCode): do not throw iCodes...
2004-12-09 maartenbrock* device/include/sdcc-lib.h: inserted LGPL, added includes
2004-05-21 epetrich* src/SDCCopt.c (killDeadCode): fixed bug #907733
2004-05-19 epetrich* src/SDCCast.c (isConformingBody): fixed bug #949967
2004-05-14 epetrich* src/SDCCsymt.h: added IS_AUTO(symbol) test macro
2004-05-14 epetrich* src/SDCCsymt.h: added IS_AUTO(symbol) test macro
2004-04-24 epetrich* src/SDCCpeeph.c (replaceRule): support empty replacem...
2004-04-13 epetrich* src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocT...
2004-01-29 epetrich* src/z80/gen.c (genMult): handle single byte result...
2004-01-11 vrokas2004-01-11 Vangelis Rokas <vrokas@otenet.gr>
2003-12-20 epetrich* src/SDCCast.h,
2003-12-18 epetrich* support/Util/SDCCerr.h,
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-11-26 epetrich* src/SDCCast.c (decorateType): disabled a transformati...
2003-11-19 epetrich* src/SDCCcse.c (algebraicOpts): fixed bug #773153
2003-11-14 epetrich* src/SDCCicode.c (geniCodeAddressOf): fixed part of...
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-03 epetrich* src/z80/gen.h,
2003-09-17 epetrich* src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast)...
2003-06-27 kvigorMore support for DS80C400
2003-04-18 kvigoroptimization: replace modulo by a power of two with...
2003-04-17 johanknolNo need for that anymore
2003-04-06 johanknolI must have been braindead
2003-04-05 johanknolsorry about that :)
2003-04-05 johanknolfixed bug #460088
2003-04-03 johanknolanother missing return value fix
2003-04-03 johanknolcheck the sorted bb list for missing returns
2003-04-03 johanknolnew #pragma LESS_PEDANTIC
2003-04-03 johanknolmissing return values is a warning now
2003-04-02 johanknoldetect missing return values
2003-02-08 bernhardheld* src/SDCCsymt.c (initCSupport): fix compile warning...
2002-01-30 sandeepfixed for multiple sends & receives
2001-10-22 johanknolFunction attribute migration.
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-07 michaelh * support/Util/NewAlloc.c (freeTrace): Changed free...
2001-08-09 michaelhChanged z80 to use loop induction. Updated libs to...
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-25 johanknolfixed the --<whatever>-reent stack restoration
2001-05-24 johanknolcreate/append dumpfiles on a per session base
2001-02-14 johanknolBeautified (indented) compiler source tree
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-10-14 kvigorEnable unused parameter fix
2000-10-13 kvigorfix unused parameter receive bug (fix ifdef'd out right...
2000-09-10 sandeepoptions.model specific fixes
2000-06-14 sandeepfixed dereferencing bugs
2000-02-22 michaelhLots.
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision