* Added support for doing shifts by helper functions
[fw/sdcc] / src / SDCCsymt.c
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-18 johanknolbetter type check for type-def's
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-03 johanknolShort is 16bits by default now
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-25 johanknola saver error report
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolnext step towards advanged type checking
2001-06-13 johanknolnext step towards 16bits short
2001-06-13 johanknolNext step in 16 bits short
2001-06-13 johanknolThat should never have been comitted.
2001-06-12 johanknolthe next step in advanced type checking
2001-06-11 johanknolsome fixes
2001-06-11 johanknolFixed my "unsigned vs unsigned char" error
2001-06-09 jbessFix access violation on struct declaration and add...
2001-06-06 johanknolfixed the better type check
2001-06-05 johanknola better type check
2001-05-30 kvigorAdd _naked modifier
2001-05-14 michaelhFixed bugs involving static variables in z80 port;...
2001-04-06 johanknolfixed the undefined static in reentrant functions
2001-03-29 johanknol--stack-auto and --int-long-reent related things
2001-03-29 johanknolfixed the first parameter push of --int-long-reent
2001-03-29 johanknolremoved some obsolete switches
2001-03-24 johanknolfixed a --stack-auto without --int-long-reent bug
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
2001-03-16 johanknolextern void (*p)(void);
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-05 sandeepif register class & storage class then storage class
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-26 sandeepFixed bitfield initialization in code space
2001-02-25 sandeepfixed parms->ArgSym bug & type system bug
2001-02-18 sandeepFixed 3 bugs
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-01-25 kvigorarray parameters should default to generic pointers
2001-01-24 kvigorfix bogus 'argument type' error with array function...
2001-01-22 kmhfixed the storage class checking
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-14 sandeepDon't propagate the "register" class for structure...
2000-11-14 sandeepmore on bitfields
2000-11-14 sandeepmore bitfield related fixes
2000-11-13 sandeepFixed some BITFIELD related problems
2000-11-04 stevewilliams Add support for the --disable-boehm-gc flag for system...
2000-10-21 sandeepFixed a parameter declaration regression
2000-10-07 sandeepfixuptypes fixed
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-18 kvigorAllow optimizer to replace params/locals in far space...
2000-09-10 sandeepoptions.model specific fixes
2000-09-09 sandeep1) added some debug dumping
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-20 michaelhSplit out yyerror.
2000-08-19 michaelhAdded alternate lexer
2000-08-19 johanknolSince Kevin decided to treat reentrant functions implic...
2000-08-18 kvigorFix library build error introduced in last commit
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...
2000-08-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-17 michaelh* Changed banked for nonbanked
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-25 sandeepadded "banked" for z80 port
2000-06-24 michaelhAdded but disabled hack for using regparms on specific...
2000-03-20 sandeepMore AVR stuff
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-05 sandeepInfrastructure stuff for AVR
2000-02-22 sandeepconversion fromto float needs only one parm
2000-02-22 michaelhLots.
2000-02-17 michaelhAdded support for the gb, touched some files in testing...
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-08 sandeep1) SDCC_(target) new preprocessor define added
2000-02-06 sandeepFixed several problems
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision