Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCval.c
2009-03-23 borutr* src/SDCCval.c, src/SDCCmain.c, device/include/limits.h,
2008-08-07 borutr* src/SDCCval.c, src/SDCCmain.c, src/SDCC.lex,
2008-05-29 MaartenBrock* src/SDCCast.c (createIvalType, createIvalStruct,...
2008-02-13 borutr* src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src...
2008-02-09 borutr* src/SDCCval.c, src/SDCCval.h:
2007-10-14 MaartenBrock* device/include/mcs51/p89lpc938.h: new, added, thanks...
2007-10-02 borutr* src/SDCCval.h: unified double2ul macro for all platforms
2007-09-18 borutr* src/SDCCval.c: fixed MSVC warning C4146: unary minus...
2007-09-17 borutr* src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglu...
2007-04-29 borutr* src/SDCCval.c: fixed bug
2007-03-10 borutr* src/SDCC.lex, src/SDCCutil.[ch], src/SDCCval:
2007-03-09 borutr* src/SDCC.lex, src/SDCCast.c. src/SDCCglobl.c, src...
2007-01-21 borutr* src/SDCCval.c: fixed bug introduced by me in rev...
2007-01-18 borutr* SDCClabel.c: fixed bug #1638651: wrong linenumber...
2007-01-18 borutr* support/Util/dbuf_string.c: removed (PTR) cast since...
2006-07-01 bernhardheld* as/hc08/lkaomf51.c (OutputName),
2006-06-04 bernhardheld* src/SDCCval.c (checkConstantRange): added
2006-05-11 epetrich* src/SDCCval.c (valNot): fix for regression test failure
2005-12-31 bernhardheld* src/SDCCval.c (cheapestVal): beautified
2005-12-31 bernhardheld* src/SDCCast.c (decorateType): fix promotion of unary...
2005-11-08 maartenbrock* src/SDCCval.c (valUnaryPM): fixed bug 1350699
2005-10-26 bernhardheld* src/SDCCval.c (constVal): fixed bug 1305065
2005-09-13 maartenbrock* src/SDCCval.c (constVal): updated truncation constants
2005-09-13 maartenbrock* src/SDCCval.c (constVal): fixed bug 730366
2005-08-23 maartenbrock* as/mcs51/aslink.h: completed lkrloc.c prototypes
2005-08-10 tecodev* src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied...
2004-09-15 bernhardheld* src/SDCCsymt.h: removed RESULT_CHECK
2004-08-12 epetrich* src/SDCCsymt.h,
2004-05-21 epetrich* src/SDCCopt.c (killDeadCode): fixed bug #907733
2004-05-17 epetrich* src/SDCCval.c (valForArray): applied Maarteen Brock...
2004-03-23 bernhardheld* src/SDCCast.c (resultTypePropagate, decorateType...
2004-03-06 bernhardheld* sim/ucsim/configure.in,
2004-02-26 bernhardheld* src/Makefile.in (dep): include SLIBOBJS in dependency...
2004-02-11 bernhardheld* device/lib/_modsint.c,
2004-02-09 epetrich* src/SDCCsymt.h,
2004-01-31 bernhardheld* src/SDCCast.c (processParams): added new type flow...
2004-01-25 bernhardheld* src/SDCCast.c: added an additional type flow in decor...
2004-01-18 bernhardheld* src/SDCCval.c (cheapestVal): added missing checks
2004-01-06 bernhardheld* src/SDCCast.c (decorateType),
2004-01-06 bernhardheld* src/SDCCval.c (valShift): changed from 16 to 32 bit...
2004-01-01 bernhardheldMany signedness and type propagation fixes
2003-12-16 epetrich* src/SDCCval.c (valPlus, valMinus, valShift): fixed...
2003-10-18 bernhardheldsrc/SDCCval.c (valMinus): fixed bug #826041
2003-10-10 bernhardheld* src/SDCCast.c (decorateType): added extended constant...
2003-10-05 bernhardheld* src/SDCCicode.c,
2003-09-18 bernhardheldsrc/SDCCval.c (valPlus, valMinus): fixed bug #808337
2003-09-13 bernhardheld* src/SDCCval.c (cheapestVal): reenabled to reduce...
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-08-14 jesuscMSVC gives an error if declaration is after statements
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-08-09 bernhardheldsrc/SDCCval.c (valMult): fixex overflow detection of...
2003-08-06 bernhardheld* src/SDCCval.c (cheapestVal): changed behaviour to...
2003-08-05 jesuscFixed some warnings in MSVC build.
2003-08-05 bernhardheld* src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_...
2003-05-20 bernhardheldApplied patch from bug 737905 (renamed yylineo to mylineno)
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-08 bernhardheldCosmetic fix, might help me debugging
2003-03-05 kvigorFix inconsistent handling of bit variables
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-04 johanknolfixed the initialized array of structures
2002-03-28 johanknolfixed bug #532436
2002-03-04 johanknolfixed
2002-03-03 johanknolchanged some warnings to errors when codegen is skipped
2002-03-02 johanknolfixed a void bug exposed by bug #524691
2002-03-01 johanknolfixed bug #524195
2002-01-16 johanknolfixed bug #464752
2001-11-23 johanknoltemporary disabled checkConstantRange, left a warning...
2001-11-23 johanknolfixed the "(int) = -0x81" problem
2001-11-10 sandeepSmall change in valCastLiteral. I think this is a BUG...
2001-11-09 johanknolsome prelimanary floating point fixes
2001-11-04 johanknola small fix for the floating point problem
2001-10-21 johanknolsome litteral long fixes, now 40000+40000 = 80000l...
2001-10-15 johanknol%lf doesn't recognize 0x1234
2001-10-15 johanknollet's be nice to cygwin and mingw
2001-10-13 michaelh * src/SDCCval.c (constVal): Fixed usage of 'L' modifie...
2001-10-12 johanknolAnother big endian fix
2001-10-11 johanknola ppc endian fix
2001-10-11 johanknolmore fixes for the constant values
2001-10-09 johanknolsolaris (ppc?) ignores 'L' for non-integers in the...
2001-10-09 johanknolint=32 but short=16
2001-10-08 johanknolfixed bug #468824
2001-10-08 johanknolfixed bug #468811
2001-10-07 johanknoldon't unconditionally cast to unsigned long
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-06 johanknolfixed valCastLiteral()
2001-10-05 johanknolmore efficient constant value operations
2001-10-03 johanknolconstVal() now returns the cheapest val as possible
2001-10-01 johanknolToo much opposition against these range checks. It...
2001-09-16 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-11 johanknolfixed bug #460010
2001-08-30 kvigorFix initialization of arrays of char *
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-21 johanknolfixed bug #453370
2001-07-25 johanknolDon't promote -3 to int either
2001-07-25 johanknolno need to promote 0xff00u to long
2001-06-04 johanknolConstants < 256 are char's, not short int's
next