Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCicode.h
2008-10-05 MaartenBrock* src/ds390/main.c (_ds390_genInitStartup): added
2007-08-29 MaartenBrock* src/ds390/gen.c (genFarPointerSet),
2007-07-13 MaartenBrock* src/SDCCcse.c (replaceAllSymBySym): renamed siaddr...
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-06-29 bernhardheld* src/SDCCicode.h: removed buggy semicolon in unused...
2006-01-17 bernhardheld* src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPr...
2005-10-27 maartenbrock* src/mcs51/gen.c (getTempRegs): return 0 if not enough...
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-03-06 maartenbrock* src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from...
2004-11-18 maartenbrock* .version: bumped version to 2.4.7
2004-09-23 epetrich* src/SDCCicode.h,
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-04-23 epetrich* src/SDCCicode.h,
2004-01-01 bernhardheldMany signedness and type propagation fixes
2003-12-20 epetrich* src/SDCCast.h,
2003-11-20 epetrichUpdated headers I neglected to commit yesterday.
2003-04-08 johanknolThis shows the registers in use in --i-code-in-asm...
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2002-01-30 sandeepchanges made to handle multiple sends & receives
2002-01-18 johanknolxa51 updates
2002-01-06 johanknolframe work for xa51 (not enabled yet)
2001-11-19 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Created and...
2001-11-18 sandeepImplementaion of builtin functions
2001-11-10 sandeepAdded eBBlockNum to iCode .. now we know which basic...
2001-11-09 sandeepAdded helper Macro SYM_SPIL_LOC
2001-11-08 sandeepAdded another pattern to scan for post increment
2001-11-05 sandeepadded macro IS_CAST_ICODE
2001-11-05 johanknolmore function pointer issues
2001-10-22 johanknolFunction attribute migration.
2001-10-01 johanknolToo much opposition against these range checks. It...
2001-09-15 johanknola possible fix for bug #460662 part 2
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-19 sandeepFixed pointer post increment problem
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-13 jbessFix array bug < foo[foo[3]+2]=10>
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-01-28 michaelhMerge of the izt changes.
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-11 sandeepsome -xstack related stuff
2000-10-10 kvigorGet Borland C++ build working yet again
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-02-05 sandeepinfrastucture for reducing spills
2000-01-17 michaelhInitial revision