Function attribute migration.
[fw/sdcc] / src / SDCCast.c
2001-10-22 johanknolFunction attribute migration.
2001-10-20 sandeepEarly optimization of '?' operator if value already...
2001-10-17 johanknolfixed bug #436360 part 2
2001-10-16 johanknolfixed bug #436360 part 1 and 3
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-04 johanknolfixed a compiler crash
2001-10-02 johanknolfixed the:
2001-09-27 johanknolThat wasn't a good idea
2001-09-26 johanknolpointer issues
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-23 johanknolfixed bug #463839
2001-09-20 johanknolfixed the recent bug that disabled the local structure...
2001-09-19 johanknolremoved a fruitless attempt, compareType() should take...
2001-09-18 johanknolprevent a compiler crash
2001-09-17 sandeep1) SDCCast.c - allow cast of ZERO to generic pointer...
2001-09-17 johanknolundid the fix for bug #455597, there has to be a better way
2001-09-16 sandeepFix for casting literals to generic pointer
2001-09-16 johanknolThese restriction were too strict, I have to think...
2001-09-16 johanknolfixed bug #436360 part 2, a better type check for funct...
2001-09-13 johanknolImproved version of the experimental new initializer
2001-09-12 johanknola better version of array initializers
2001-09-12 johanknolreversed src and dst
2001-09-11 johanknoloops, sorry
2001-09-11 johanknolA first attempt for more efficient initialisations
2001-09-10 johanknolfixed bug #460198
2001-09-09 sandeepFixed loopreversal bug.
2001-09-02 johanknolfixed bug #457718
2001-08-27 kvigorFix old array initialization support
2001-08-24 kvigor(optionally) push static array initialization down...
2001-07-30 johanknolfixed bug #443257
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-21 kvigorbug 435068: fix this code: d = (0 ? 4 : 8) + 1;
2001-06-19 johanknolwhile emitting maps, we are inInitMode
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-05-23 kvigorfix problem with ternary operator in varargs function...
2001-04-06 johanknolthrow an error for non-constant auto initializers
2001-03-05 sandeepif register class & storage class then storage class
2001-03-03 sandeep Fixed initializer problem & added debug printing routine
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-25 sandeepfixed parms->ArgSym bug & type system bug
2001-02-22 sandeepMultiply related changes
2001-02-20 sandeepFixed const pointer problem with arrays
2001-02-18 sdattaloResolved CVS merge conflicts. Re-added GcurMemap (for...
2001-02-18 sandeepFixed 3 bugs
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-13 jtvolpeCleanup warnings by adding explicit casts
2001-02-06 kvigorImproved testing for missing required parameters in...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-05 kvigorundo Johan's changes for the moment
2001-02-05 johanknoloops :)
2001-02-05 johanknolonce again, fixed "too few parameters" for function...
2001-02-05 kvigorCheck all params to varagrs functions.
2001-02-04 johanknolstrcpy needs strlen+1
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-30 kvigorI must be smoking crack; removed several debug printfs...
2001-01-30 kvigorforce aggregate arguments to varargs functions to gener...
2001-01-30 kvigorwhoops! disabled varargs parameter upcasting by mistake...
2001-01-29 kvigorFix Johan's latest finds
2001-01-26 kvigorupcast parameters to varargs functions to int or generi...
2001-01-26 kvigorfix on-demand integer promotion
2001-01-26 kvigoradd 'on demand' integer promotion
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-12-07 kvigorFix reverseLoop optimization; fix suggested by Jerome...
2000-11-13 sandeepFixed some BITFIELD related problems
2000-11-09 stevewilliams Type safe newAst, fixes various warnings.
2000-11-04 stevewilliams Add support for the --disable-boehm-gc flag for system...
2000-10-08 sandeepintermediate commit for AVR
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-08-19 michaelhAdded alternate lexer
2000-08-01 michaelhPre 2.95-2
2000-05-18 sandeepfixed (!(!(expr))) bug
2000-04-12 sandeepfixed initialisation problem for structure arrays
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-03-27 kmhparameter processing fixed
2000-03-20 sandeepMore AVR stuff
2000-03-13 sandeep1) fixed problem in global structure init
2000-03-06 sandeep1) fixed ~ operator problem
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-04 sandeepfixed loop reversing problem
2000-02-22 michaelhLots.
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-07 sandeepsome more parmBytes problem stack not adjusted
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-29 sandeepBug Fixes
2000-01-24 michaelhAdded initial stack direction support. Didnt convert...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision