* sim/ucsim/configure.in,
[fw/sdcc] / src / SDCCast.c
2004-03-06 bernhardheld* sim/ucsim/configure.in,
2004-02-26 bernhardheld* src/Makefile.in (dep): include SLIBOBJS in dependency...
2004-02-23 bernhardheldThis should not have been commited
2004-02-23 bernhardheldsrc/SDCCast.c (decorateType): fixed bug #902362
2004-02-11 bernhardheld* device/lib/_modsint.c,
2004-02-09 epetrich* src/SDCCsymt.h,
2004-02-08 epetrich* src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2004-02-07 epetrich* support/Util/SDCCerr.h,
2004-02-06 epetrich* src/SDCCast.c (decorateType),
2004-02-04 epetrich* src/SDCCicode.c (geniCodeParms),
2004-01-31 bernhardheld* src/SDCCast.c (processParams): added new type flow...
2004-01-27 bernhardheld* src/SDCCast.c (addCast): added more promotion fixes
2004-01-27 bernhardheldFixed promotion, it should be done on AST level:
2004-01-25 bernhardheld* src/SDCCast.c: added an additional type flow in decor...
2004-01-20 epetrich* src/hc08/ralloc.c (rematStr): fixed bug #879282
2004-01-12 bernhardheld* src/SDCCast.c (decorateType): fixed bug introduced...
2004-01-12 bernhardheld* src/SDCCast.c (decorateType): replacing 'ul > 0'...
2004-01-11 bernhardheld* src/SDCCast.c (decorateType): fixed char foo (unsigne...
2004-01-10 epetrich* src/SDCCast.c (decorateType): fixed bug #874046
2004-01-06 bernhardheld* src/SDCCast.c (decorateType),
2004-01-05 bernhardheld* src/SDCCast.c (decorateType): fixed bug #870781
2004-01-01 bernhardheldMany signedness and type propagation fixes
2003-12-20 epetrich* src/SDCCast.h,
2003-12-19 epetrich* support/Util/SDCCerr.c,
2003-12-18 epetrich* src/SDCCast.c (createIvalCharPtr),
2003-12-18 epetrich* support/Util/SDCCerr.h,
2003-12-13 epetrich* src/SDCCicode.c (geniCodeAdd),
2003-12-12 epetrich* src/ds390/main.c (PORT tininative_port): fixed bug...
2003-11-27 epetrich* src/SDCClrange.c (findNextUseSym, rlivePoint): fixed...
2003-11-26 epetrich* src/SDCCast.c (decorateType): disabled a transformati...
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-11-11 epetrich* src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
2003-11-09 epetrich* support/regression/fwk/lib/testfwk.c: printn is recur...
2003-11-06 epetrich* src/port.h,
2003-10-31 bernhardheldsrc/SDCCast.c (decorateType): fixed bug #832664
2003-10-30 epetrichFixed a number of problems revealed by bug #827883.
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-19 epetrich* src/SDCCicode.c (geniCodePreInc, geniCodePreDec,...
2003-10-10 bernhardheld* src/SDCCast.c (decorateType): added extended constant...
2003-09-14 epetrich* src/SDCCsymt.c (sclsFromPtr),
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-09-05 epetrich* src/SDCCast.c (isConformingBody): fixed loop reversal bug
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-05 bernhardheld* src/SDCCast.c (decorateType): fixed gcc3.3 warning
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-05-20 bernhardheldApplied patch from bug 737905 (renamed yylineo to mylineno)
2003-04-05 johanknolfixed a warning about the new enum ASTTYPE
2003-04-04 johanknolfixed bug #715076
2003-04-03 johanknolmissing return values is a warning now
2003-04-02 johanknolfixed the function type in --dumptree
2003-03-26 johanknola better fix for "if ( -v < 3)"
2003-03-23 bernhardheldsrc/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-20 johanknolAn sfr/sbit can have an "at #" AND an initializer
2003-03-17 johanknolCleaned up some more mess. Everything should be the...
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-16 johanknolundid the hackup of const and volatile, the problem...
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-13 johanknolhack up const and volatile modifiers in type chains...
2003-03-07 johanknolSee Changelog 1.204
2003-02-26 johanknolmade the dumptree a little more readable
2003-02-24 johanknolfixed bug#680076
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-01 johanknolfixed Karl's "2 | (1<<8)"
2003-01-26 johanknolSee Changelog 1.163
2003-01-26 johanknol* src/SDCCglue.c: reverted back to 1.124
2003-01-25 johanknolA better fix for bug#661910
2003-01-24 johanknolan ival doesn't always has a storage class anymore
2003-01-24 johanknolfixed bug #458099 (again, but now better)
2003-01-24 johanknolfixed bug #661910
2003-01-07 johanknolfixed bug#600035
2003-01-05 johanknolSmall fix for implicit integral promotion
2003-01-04 johanknolfinalized the implicit integer promotion
2003-01-02 johanknolpreliminary fix for shift and implicit cast
2002-12-30 johanknolundid the integral promotion fix for now
2002-12-29 johanknolpromote operand instead of result for +-*
2002-12-28 johanknolfixed the implicit integral promotion as in
2002-08-07 borutr- solved MSC error in function decorateType()
2002-07-18 bernhardheldfixed access to array of structures
2002-03-16 sandeepFixed left shift. Will promote the left side of a left...
2002-03-03 johanknolChangelog:1.102 I hate to repeat myself ...
2002-03-03 johanknolfixed the << promotion for ops
2002-03-02 johanknolfixed bug#524708
2002-03-01 johanknolfixed bug #524209
2002-02-26 johanknolfixed bug #522534
2002-02-22 johanknolfixed bug #514865
2002-02-08 johanknolfixed bug #514236
2002-01-30 sandeepadded option parms-in-bank1
2002-01-26 bernhardheldsrc/SDCCast.c (funcOfType): fix usage of double --float...
2002-01-17 johanknolfixed bug #504479
2002-01-13 johanknolfixed bug #502858
2002-01-13 johanknolfixed bug #402254
2002-01-02 bernhardheld* src/SDCCast.c: fix #498138 by Johan
2001-12-29 sandeepcan reverse a loop even if function call is present...
2001-12-24 sandeepFixed a bug in dumptree
2001-12-24 johanknoloops
2001-12-24 johanknolsome small fixes
2001-12-24 johanknolthe real constExprTree()
2001-12-24 sandeepmade one more function "static"
next