This makes the dump files more readable
[fw/sdcc] / src / SDCCicode.c
2003-03-08 johanknolThis makes the dump files more readable
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-01-30 johanknolthis will signal an inter error, speeds up bug tracing
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-06 johanknolfixed array add
2002-07-26 kvigor"fix" bug 585128
2002-03-03 johanknolfixed a warning
2002-03-03 johanknolfixed bug #524685
2002-03-02 johanknolfixed bug #524691
2002-03-02 johanknolfixed the literal shift bug exposed by bug #524685...
2002-02-13 johanknolxa51, work in progress
2002-02-08 johanknolfixed bug #514236
2002-01-30 sandeepchanges made to handle multiple sends & receives
2002-01-18 johanknoloops
2002-01-18 johanknolxa51 updates
2002-01-06 johanknolframe work for xa51 (not enabled yet)
2001-12-14 johanknolremove the bad fix for bug #485514
2001-12-09 johanknolfixed bug #485514
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 ...
next