Changed Safe_calloc to use 2 arguements to mimic teh standard calloc function
[fw/sdcc] / src / SDCCicode.c
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-01-26 kvigorvarious ds390 code generator improvements, including...
2001-01-25 kvigorShift integer promotion behavior is controlled by ...
2001-01-25 kvigorAdd support for ANSI integer promotion rules
2001-01-24 kvigorpromote operands to shift operations to int
2001-01-04 jtvolpeMS VC6 Port
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-20 kvigorclean up garbage in last checkin
2000-11-20 kvigorwiden array indices to int type before doing other...
2000-11-11 sandeepsome -xstack related stuff
2000-09-30 sandeepwhen adding to pointer, cast right side to int if
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-30 sandeepFixed array derefs
2000-09-18 kvigorAllow optimizer to replace params/locals in far space...
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...
2000-06-14 sandeepfixed dereferencing bugs
2000-05-20 sandeepfixed the array bug
2000-04-18 michaelh* Added sfr space
2000-03-20 sandeepMore AVR stuff
2000-03-19 sandeeplots of progress in AVR
2000-03-14 sandeepFixed address of array
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-03-06 sandeepmore array stuff
2000-03-06 sandeep1) fixed one more array deref problem
2000-03-05 michaelhBlah. Pre 2.92.
2000-03-04 sandeep1) cse.c don't replace when not symop
2000-02-29 kvigorFix double pointer bug
2000-02-28 kvigorMake &array[const] compile
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-25 sandeeppointer op problem.. with array if structures
2000-02-24 sandeepsome more pointer stuff fixed array of pointers
2000-02-24 sandeeptakes care of the parm bytes problem
2000-02-22 michaelhLots.
2000-02-19 michaelh* Added iCodeSE patch
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-07 sandeepsome more parmBytes problem stack not adjusted
2000-02-06 sandeepFixed several problems
2000-02-06 michaelhFixed Sandeep's typos :)
2000-02-05 sandeepinfrastucture for reducing spills
2000-02-01 sandeepfixed two problems
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelhMore shifting. Remove SDCCralloc.h, made all in mcs51...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision