fw/sdcc
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 pjsChanged _xdata, _near, etc and removed _generic from...
2001-09-09 johanknolOne big shot, to finally solve the pointer "whatever...
2001-09-09 sandeepimproved code generation for RLC & RRC
2001-09-09 bernhardheld* support/regression/Makefile: inter-port-clean adjuste...
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 johanknola more specific message
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 johanknolfixed bug #459459
2001-09-07 johanknolOnly delete a symbol when it is a symbol
2001-09-06 johanknolbernhard noticed: "()" equals to "(void)"
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 johanknolHmmm, this is nice...
2001-09-05 johanknolfixed bug #458099/2
2001-09-04 pjspragma noinduction broke memcpy on mcs51 large model...
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 michaelh * link/z80/aslink.h: Fixed path for PATH_MAX
2001-09-03 michaelhAdded build to the install target
2001-09-03 michaelhFixed up initalisation of size
2001-09-03 michaelh * src/z80/gen.c (fetchLitPair): Changed so that it...
2001-09-02 johanknolsome minor --stack-auto improvements
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 kbongersadd test prog
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 kbongersadd DS390F
2001-09-01 kbongersmake CC=sdcc
2001-09-01 kbongersfix up simple example
2001-09-01 kbongersadd start of flat24 support
2001-09-01 michaelh * support/regression/ports/host/spec.mk: Update...
2001-09-01 kbongersadd simple asm example
2001-09-01 sandeepupdateSpillocation did not check for nosupdate flag...
2001-09-01 johanknolthe --stack-auto crash fix wasn't so useless after...
2001-09-01 johanknolremove some warnings
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 pjsOnly build each library if configure listed it in ports...
2001-08-30 kbongersadd ds390 processor
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 bernhardheld * sim/ucsim/configure: little improvement of Cygwin...
2001-08-30 bernhardheldaccept everything as symbol name in rel-files, bug...
2001-08-30 bernhardheldsmall changes for mcs51
2001-08-30 bernhardheldinclude <sys/types.h> to define fd_set automated build
2001-08-30 bernhardheldlittle improvement of Cygwin-detection
2001-08-30 michaelh * link/z80/aslink.h: Fixed long file name support...
2001-08-28 bernhardheldno shared lib under Cygwin
2001-08-28 johanknolfixed bug #455597
2001-08-28 johanknolconstant strings should be in codespace
2001-08-28 kbongersallow compile of small large model
2001-08-28 michaelhAdded tests from Scott's PIC tests
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 bernhardheldIncreased buffer size for regression tests:
2001-08-26 bernhardheld* Change from GPL to LGPL
2001-08-26 bernhardheldChange from GPL to LGPL
2001-08-26 sandeepFixed regression
2001-08-26 michaelhAdded support for gsinit packing.
2001-08-25 sandeepfix for bug-453196
2001-08-25 pjschange printf_fast to LGPL
2001-08-25 michaelhAdded simple static array init test
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-24 johanknolpartial fix for bug 436868
2001-08-23 johanknolremoved a useless fix
2001-08-23 bernhardheldadd mcs51-port
2001-08-23 bernhardheldadd mcs51-port
2001-08-22 johanknolfixed bug 449137/453886
2001-08-21 johanknolThis _could_ be a fix for the everlasting --stack-auto...
2001-08-21 johanknolloop reversal works for int and long too
2001-08-21 johanknolfixed bug #451453
2001-08-21 johanknolfixed bug #453370
2001-08-21 pjsFix compiler warnings, extra tokens at end of #endif...
2001-08-20 michaelhAdded simple assertions to help bug tracking
2001-08-20 michaelhTurned off dumpall
2001-08-20 michaelhAdded tests for switch statement and the z80 loop induc...
2001-08-19 sandeepfixed pointer post increment problem
2001-08-19 sandeepFixed pointer post increment problem
next