* src/SDCCpeeph.c (replaceRule): support empty replacement peephole
[fw/sdcc] / src / SDCCopt.c
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