int=32 but short=16
[fw/sdcc] / src / SDCCval.c
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