Cleaned up warnings
[fw/sdcc] / src / SDCCicode.c
2001-11-28 michaelhCleaned up warnings
2001-11-23 johanknoltemporary disabled checkConstantRange, left a warning...
2001-11-19 johanknolFixed bug #483124
2001-11-19 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Created and...
2001-11-18 sandeepImplementaion of builtin functions
2001-11-18 sandeepFixed BUG #482929 - defs , uses & clashes should be...
2001-11-11 johanknolfixed bug #479725
2001-11-10 sandeepCosmetics -- prints ruonly flag in printOperand
2001-11-10 sandeepdon't understand why all bit operations operands need...
2001-11-09 johanknolsome prelimanary floating point fixes
2001-11-05 johanknolmore function pointer issues
2001-11-04 johanknolmore function pointer parameter issues
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-29 johanknolfixed an array to pointer bug
2001-10-28 sandeepAssignment to structure member incorrect
2001-10-27 sandeepFix for bug #469649 . When we make a register equivalen...
2001-10-26 johanknoltemporary "fixed" bug #469649, more too come...
2001-10-26 johanknolfixed bug #474222
2001-10-22 johanknolFunction attribute migration.
2001-10-21 johanknolsmall fix
2001-10-16 johanknolfixed bug #436360 part 1 and 3
2001-10-16 johanknolfound a better fix in SDCCcse.c:1.53
2001-10-16 johanknolfixed regression bug, although it doesn't fix the regre...
2001-10-15 johanknol%lf doesn't recognize 0x1234
2001-10-11 johanknola ppc endian fix
2001-10-08 johanknolfixed bug #467893
2001-10-07 johanknoltoo much overhead, and the ?: misbehaved
2001-10-07 johanknoldon't unconditionally cast to unsigned long
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-04 johanknolfixed a compiler crash
2001-10-01 johanknolfixed the "void (*i)(void) = f" case
2001-10-01 johanknolToo much opposition against these range checks. It...
2001-10-01 johanknolfixed bug #466587
2001-09-30 johanknolfixed bug #466026
2001-09-27 johanknolmore pointer issues
2001-09-26 johanknolpointer issues
2001-09-25 johanknolanother small improvement ;(
2001-09-25 johanknolsmall improvements :(
2001-09-25 johanknola better constant to type check
2001-09-23 johanknolfixed bug #456966
2001-09-16 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-15 johanknola possible fix for bug #460662 part 2
2001-09-12 johanknola better version of array initializers
2001-09-08 johanknola CPOINTER can be used as a function
2001-09-07 johanknolfixed bug #456235
2001-09-07 johanknolDon't call a function, unless it's a function
2001-09-02 johanknolfixed bug #457718
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-19 sandeepFixed pointer post increment problem
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-31 johanknolsmall fix for constant range check
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolNext step in 16 bits short
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-14 johanknolfixed the
2001-05-14 sandeepFixed a bug in operandOperation, should not uncoditiona...
2001-05-13 jbessFix array bug < foo[foo[3]+2]=10>
2001-05-13 johanknolremoved options.ANSIint
2001-05-11 johanknolfixed the foo[foo[5]+5]=10 bug
2001-04-24 johanknoleverything * 1 = everything
2001-04-13 johanknolDon't set supportRtn for inline code.
2001-03-22 johanknolRemoved _float.h and all references to it
2001-03-06 jbessWorkaround ds390 array/ptr size calculation
2001-03-06 kmhPCALL workaround
2001-03-05 jbessCleaning index ptr/array size optimization
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-05 sandeepAdded routine PICC - short for piCodeCChain
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-22 sandeepMultiply related changes
2001-02-21 johanknolfixed: 100*200=32, only for the ds390 port right now
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-07 jbessOptimizing array/ptr index calulation. Fix inc/dec...
2001-02-07 jbessOptimizing array/ptr index calculation. Fix inc/dec...
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
next