more fixes for the constant values
[fw/sdcc] / src / SDCCsymt.h
2001-10-11 johanknolmore fixes for the constant values
2001-10-04 johanknolfixed bug #467142
2001-09-16 kbongers__rlrr array lacking extern
2001-09-08 johanknola CPOINTER can be used as a function
2001-09-04 johanknolfix for the first part of bug #458099
2001-08-19 sandeepFixed pointer post increment problem
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-25 johanknola saver error report
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolNext step in 16 bits short
2001-06-12 johanknolthe next step in advanced type checking
2001-06-11 johanknolsome fixes
2001-06-06 johanknolfixed the better type check
2001-06-05 johanknola better type check
2001-05-30 kvigorAdd _naked modifier
2001-05-29 kvigorfix bug 223659
2001-04-22 sandeepsome enhancement
2001-03-16 johanknolextern void (*p)(void);
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-18 sandeepFixed 3 bugs
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-01-25 kvigorAdd support for ANSI integer promotion rules
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-08-20 michaelhSplit out yyerror.
2000-08-01 michaelhPre 2.95-2
2000-07-19 kmhfixed problem with big arrays
2000-07-17 michaelh* Changed banked for nonbanked
2000-06-25 sandeepadded "banked" for z80 port
2000-05-21 michaelhMerged gbdk-294 branch
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-03-05 sandeepInfrastructure stuff for AVR
2000-02-22 michaelhLots.
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-09 sandeepwork on avr port start by defining the new
2000-02-07 sandeepsome more parmBytes problem stack not adjusted
2000-02-06 sandeepFixed several problems
2000-01-17 michaelhInitial revision