* sim/ucsim/configure.in,
[fw/sdcc] / src / SDCCicode.c
2004-03-06 bernhardheld* sim/ucsim/configure.in,
2004-02-26 bernhardheld* src/SDCCicode.c (operandOperation): fixed EQ_OP bug...
2004-02-13 bernhardheld* src/SDCCicode.c (usualBinaryConversions): removed...
2004-02-11 bernhardheld* device/lib/_modsint.c,
2004-02-09 epetrich* src/SDCCsymt.h,
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 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-19 bernhardheld* src/SDCCicode.c (geniCodeArray): applied patch from...
2004-01-18 bernhardheld* src/SDCCval.c (cheapestVal): added missing checks
2004-01-11 bernhardheld* src/SDCCicode.c (operandOperation): fixed bug #874819
2004-01-06 bernhardheld* src/SDCCast.c (decorateType),
2004-01-01 bernhardheldMany signedness and type propagation fixes
2003-12-20 epetrich* src/SDCCast.h,
2003-12-13 epetrich* src/SDCCicode.c (geniCodeAdd),
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-11-14 epetrich* src/SDCCicode.c (geniCodeAddressOf): fixed part of...
2003-11-06 epetrich* src/port.h,
2003-10-28 epetrich* as/hc08/asm.h,
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-19 epetrich* src/SDCCicode.c (geniCodePreInc, geniCodePreDec,...
2003-10-05 bernhardheld* src/SDCCicode.c,
2003-10-03 epetrich* src/z80/gen.h,
2003-10-01 epetrich* src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch...
2003-09-27 epetrich* src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-09-09 epetrich* src/SDCCicode.c (geniCodeLogic): fixed bug #797572
2003-09-05 bernhardheldsrc/SDCCicode.c (ast2iCode): fixed differences in iCode...
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-08-06 bernhardheld* src/SDCCval.c (cheapestVal): changed behaviour to...
2003-08-05 bernhardheld* src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_...
2003-07-31 bernhardheld3. fix, this time for Alpha; ULONG has 64 bits there...
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-24 bernhardheldsrc/SDCCicode.c (operandOperation): fixed problem with...
2003-07-24 bernhardheldfix display of 0xffffffff
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-04-08 johanknoldisabled the fix for bug #604575
2003-04-08 johanknolfixed bug #604575
2003-04-05 johanknolfixed a warning about the new enum ASTTYPE
2003-03-22 johanknolwe don't need this anymore
2003-03-22 johanknolfixed bug #698231
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-15 johanknolRemoved a warning
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-13 johanknolhack up const and volatile modifiers in type chains...
2003-03-08 johanknolThis makes the dump files more readable
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-01-30 johanknolthis will signal an inter error, speeds up bug tracing
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-06 johanknolfixed array add
2002-07-26 kvigor"fix" bug 585128
2002-03-03 johanknolfixed a warning
2002-03-03 johanknolfixed bug #524685
2002-03-02 johanknolfixed bug #524691
2002-03-02 johanknolfixed the literal shift bug exposed by bug #524685...
2002-02-13 johanknolxa51, work in progress
2002-02-08 johanknolfixed bug #514236
2002-01-30 sandeepchanges made to handle multiple sends & receives
2002-01-18 johanknoloops
2002-01-18 johanknolxa51 updates
2002-01-06 johanknolframe work for xa51 (not enabled yet)
2001-12-14 johanknolremove the bad fix for bug #485514
2001-12-09 johanknolfixed bug #485514
2001-11-28 michaelhCleaned up warnings
2001-11-23 johanknoltemporary disabled checkConstantRange, left a warning...
2001-11-19 johanknolFixed bug #483124
2001-11-19 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Created and...
2001-11-18 sandeepImplementaion of builtin functions
2001-11-18 sandeepFixed BUG #482929 - defs , uses & clashes should be...
2001-11-11 johanknolfixed bug #479725
2001-11-10 sandeepCosmetics -- prints ruonly flag in printOperand
2001-11-10 sandeepdon't understand why all bit operations operands need...
2001-11-09 johanknolsome prelimanary floating point fixes
2001-11-05 johanknolmore function pointer issues
2001-11-04 johanknolmore function pointer parameter issues
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-29 johanknolfixed an array to pointer bug
2001-10-28 sandeepAssignment to structure member incorrect
2001-10-27 sandeepFix for bug #469649 . When we make a register equivalen...
2001-10-26 johanknoltemporary "fixed" bug #469649, more too come...
2001-10-26 johanknolfixed bug #474222
2001-10-22 johanknolFunction attribute migration.
2001-10-21 johanknolsmall fix
2001-10-16 johanknolfixed bug #436360 part 1 and 3
2001-10-16 johanknolfound a better fix in SDCCcse.c:1.53
2001-10-16 johanknolfixed regression bug, although it doesn't fix the regre...
2001-10-15 johanknol%lf doesn't recognize 0x1234
2001-10-11 johanknola ppc endian fix
2001-10-08 johanknolfixed bug #467893
2001-10-07 johanknoltoo much overhead, and the ?: misbehaved
next