Created
[fw/sdcc] / src /
2001-09-29 sandeepminor improvement to register allocator in --stack10bit...
2001-09-29 johanknolfixed bug #466029
2001-09-28 johanknolThat did soften the pain but didn't cure the illness.
2001-09-27 kbongersadjust for mach os-x support
2001-09-27 johanknolThat wasn't a good idea
2001-09-27 johanknolmore pointer issues
2001-09-26 johanknolpointer issues
2001-09-26 michaelh * configure.in: Fixed up so that ucsim is only configu...
2001-09-25 bernhardheld"Fix" of compiler crash
2001-09-25 johanknolanother small improvement ;(
2001-09-25 johanknolsmall improvements :(
2001-09-25 johanknola better constant to type check
2001-09-25 johanknola better constant to type check
2001-09-25 michaelhMinor changes to fix up path seperators.
2001-09-24 johanknola better fix for bug #456966
2001-09-24 johanknolThat wasn't such a good idea
2001-09-23 michaelhTurned off debugging messages
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-23 johanknolNow --lesspedantic kills EVELYN the modified DOG
2001-09-23 johanknolfixed bug #456966
2001-09-23 johanknolfixed bug #456966
2001-09-23 johanknolThis isn't needed anymore because of SDCCast.c:1.82
2001-09-23 johanknolfixed bug #463839
2001-09-23 sandeepFixed bug-463702
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-18 johanknolfixed bug #462479
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 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-16 johanknolfixed bug #436360 part 2, a better type check for funct...
2001-09-16 johanknolfixed bug #436360 part 1
2001-09-16 kbongers__rlrr array lacking extern
2001-09-15 johanknola possible fix for bug #460662 part 2
2001-09-15 johanknolA skeleton for a regression fix.
2001-09-15 johanknolfixed bug #460662 part 1
2001-09-14 johanknolNow only the native_memcpy_cs2xs() is missing
2001-09-14 kbongersallow for APPLE MACH compilation
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-11 johanknolfixed bug #460010
2001-09-11 michaelh * support/regression/tests/bug-460444.c: Added test...
2001-09-10 johanknolfixed bug #460198
2001-09-10 johanknolfixed the mergeSpec() warning and did some cosmetics
2001-09-10 johanknolcosmetic
2001-09-09 michaelh * src/pic/ralloc.c (debugLogRegType): Removed some...
2001-09-09 sandeepFixed a regression
2001-09-09 sandeepsome minor improvements
2001-09-09 sandeepfixed up hasInc function, was missing some opputunities
2001-09-09 sandeepSome more progress.
2001-09-09 sandeepFixed loopreversal bug.
2001-09-09 johanknolOne big shot, to finally solve the pointer "whatever...
2001-09-09 sandeepimproved code generation for RLC & RRC
2001-09-09 johanknolthis shouldn't have been in cvs
2001-09-09 michaelh * support/regression/tests/fetchoverlap.c: Added new...
2001-09-08 johanknola better fix for bug #436344
2001-09-08 johanknolundid my latest fix for bug #436344
2001-09-08 johanknola CPOINTER can be used as a function
2001-09-07 johanknolfixed bug #456235
2001-09-07 johanknolbug fix #458744 is confirmed
2001-09-07 johanknolALWAYS walk the tree for UPOINTERS
2001-09-07 johanknolDon't call a function, unless it's a function
2001-09-07 johanknolOnly delete a symbol when it is a symbol
2001-09-06 johanknolBernhard mentioned that "()" equals "(void)"
2001-09-06 johanknolmaybe a fix for bug #458744
2001-09-05 johanknolfixed bug #458177, global vars are always .global
2001-09-05 johanknolprevent a warning
2001-09-05 johanknolfixed bug #458099/2
2001-09-04 johanknolfix for the first part of bug #458099
2001-09-04 johanknolbug #458311
2001-09-04 johanknolcomit of the fix as mentioned in bug #458311
2001-09-03 michaelhFixed up initalisation of size
2001-09-03 michaelh * src/z80/gen.c (fetchLitPair): Changed so that it...
2001-09-02 johanknolfixed bug #457718
2001-09-02 kbongersadd JAMIN ds390 testing switch
2001-09-02 kbongerstraces for AP and dptr1 use
2001-09-02 michaelhStopped a couple of warnings.
2001-09-02 michaelh * src/z80/gen.c: Fixed up generator to pass the regres...
2001-09-01 sandeepupdateSpillocation did not check for nosupdate flag...
2001-09-01 johanknolthe --stack-auto crash fix wasn't so useless after...
2001-08-31 pjsAdded peepholes 223 to 231 to mcs51 port.
2001-08-31 michaelhFixed up support for the gbz80 such that it will at...
2001-08-31 michaelh * src/z80/gen.c (genPlus): Changed bad long add for...
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-30 kvigorFix initialization of arrays of char *
2001-08-30 anoncvs_rymovsnprintf is not standard
2001-08-30 michaelh * link/z80/aslink.h: Fixed long file name support...
2001-08-28 johanknolfixed bug #455597
2001-08-28 kbongersallow compile of small large model
2001-08-27 kvigorFix old array initialization support
2001-08-27 michaelhOptimised mul, added asm string functions
2001-08-27 sandeepSome more improvements on AVR
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-08-26 sandeepFixed regression
next