fixed bug #502858
[fw/sdcc] / src / SDCCast.c
2002-01-13 johanknolfixed bug #502858
2002-01-13 johanknolfixed bug #402254
2002-01-02 bernhardheld* src/SDCCast.c: fix #498138 by Johan
2001-12-29 sandeepcan reverse a loop even if function call is present...
2001-12-24 sandeepFixed a bug in dumptree
2001-12-24 johanknoloops
2001-12-24 johanknolsome small fixes
2001-12-24 johanknolthe real constExprTree()
2001-12-24 sandeepmade one more function "static"
2001-12-23 johanknolfixed the remainder of bug #485513
2001-12-21 johanknolremoved a useless experiment
2001-12-21 sandeepIndented some comments .
2001-12-20 sandeepMade some functions "static" for better optimizations...
2001-12-18 sandeep1) Port decides whether to handle GPOINTER unqualified...
2001-12-16 johanknolmissing files for "added seperate segments for initiali...
2001-12-09 kmhadded missing storage class adjustment
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-25 sandeepDonot reverse parameters for "builtin" functions
2001-11-21 sandeepadded __typeof extention will return type of a variable...
2001-11-19 johanknolFixed bug #483124
2001-11-18 sandeepImplementaion of builtin functions
2001-11-16 johanknolsmall improvement of --dumptree readabilety
2001-11-14 sandeepDiscovered pointer type for & operation could be incorr...
2001-11-13 johanknolall excess initializers (that I can think of) are catch...
2001-11-12 johanknolMore excess initializer warnings. Global scalar and...
2001-11-12 johanknolfixed bug #478037
2001-11-11 johanknolfixed bug #479725
2001-11-11 johanknolparameters of internal c support functions are extern
2001-11-09 johanknolsome prelimanary floating point fixes
2001-11-04 sandeepFixed bug-478036 : (struct array passed as argument)
2001-11-04 johanknolmore function pointer parameter issues
2001-11-02 johanknolsome small improvements for dumptree
2001-11-02 johanknolfixed bug #477397
2001-11-01 johanknolsome small dumptree enhancements
2001-10-31 johanknolfixed bug #476632
2001-10-30 johanknolvoid * is allowed
2001-10-30 johanknolfixed bug #476281
2001-10-30 johanknolfixed bug #475821
2001-10-29 johanknolfixed bug #475852
2001-10-29 johanknolfixed an array to pointer bug
2001-10-27 sandeepAdded new option --dumptree . This will dump the front...
2001-10-27 johanknolfixed a sprintf() bug, only visible in the ds390 port
2001-10-24 johanknolCleaned it up a little
2001-10-23 johanknolfixed bug #443366
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.
next