* sim/ucsim/configure.in,
[fw/sdcc] / src / SDCCval.c
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
2001-05-20 johanknolchanges inline asm buffers from static to dynamic size
2001-05-20 johanknolremoved a warning
2001-05-20 jtvolpeTypo fix
2001-05-20 jtvolpeFixed hex/octal escape sequences in character and strin...
2001-05-19 johanknolfix for new oct and hex escapes
2001-05-19 johanknolfixed the octal and hex escape sequences
2001-04-20 jtvolpeFixed unary minus on unsigned expressions
2001-03-03 sandeep Fixed initializer problem & added debug printing routine
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-04-29 sandeepFixed some more intialization things
2000-03-20 sandeepMore AVR stuff
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-05 michaelhBlah. Pre 2.92.
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision