fw/sdcc
2004-12-26 borutr* sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372...
2004-12-25 pjsOpps, update build so printf_tiny is actually part...
2004-12-25 pjsAdded printf_tiny (minimal but useful printing in only...
2004-12-24 maartenbrock* src/pic16/pcode.c: declaring variables other than...
2004-12-22 vrokas* applied a previous patch from Raphael Neider that...
2004-12-21 vrokas* src/pic16/gen.c (pic16_aopGet): applied fix from...
2004-12-20 vrokas* src/SDCCast.c (gatherAutoInit): allow pic16 to emit...
2004-12-19 maartenbrock* src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs...
2004-12-09 maartenbrock* device/include/sdcc-lib.h: inserted LGPL, added includes
2004-12-07 epetrich* src/SDCCloop.c (basicInduction, loopInduction): fixed...
2004-12-05 vrokas* applied patch from bug-report #1076292,
2004-12-04 frief* src/mcs51/peeph.def: added 261.a,b (16 bit rotate...
2004-12-04 friefadded 261.a,b (16 bit rotate) by Stas Sergeev <stsp...
2004-12-04 friefadded (ds390 skips some test cases)
2004-12-04 epetrich* src/z80/gen.c (genLeftShift, genRightShift): fixed...
2004-12-02 slade_richPIC14 port - Fixed a problem where banksel was not...
2004-12-02 slade_richFixed a problem where banksel was not being inserted.
2004-12-02 epetrich* src/SDCCpeeph.c (callFuncByName): support combined...
2004-12-02 friefsrc/mcs51/peeph.def: fixed bug #1076940
2004-12-02 frieffixed bug #1076940
2004-12-02 slade_richAdded a header file for PIC16F877 device.
2004-12-02 slade_richAdded a header file for PIC16F877 device.
2004-11-28 friefcorrected date in Changelog
2004-11-28 friefAdding support for replacing ljmps with sjmps in jumptables
2004-11-28 friefadded peephole conditional labelJTInRange. For now...
2004-11-28 friefadapted constants for switch table generation
2004-11-26 maartenbrock* device/lib/printf_large.c (calculate_digit): removed...
2004-11-26 maartenbrock* device/lib/printf_large.c (_print_format): fixed...
2004-11-25 vrokas* src/pic16/pcode.c: fixed bug which may produce error...
2004-11-25 vrokas2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2004-11-24 vrokas* src/pic16/device.h,
2004-11-24 vrokasLarge cummulative patch for pic16 port.
2004-11-23 epetrich* src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDa...
2004-11-20 epetrich* src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed...
2004-11-19 frief* device/lib/_gptrget.c (_gptrget),
2004-11-19 frief_naked allows to use ret instead of sjmp to ret
2004-11-19 friefadded peepholes 3.d-g and 177.g,h provided by anonymous...
2004-11-18 maartenbrock* .version: bumped version to 2.4.7
2004-11-18 epetrich* support/regression/ports/ucz80/spec.mk: use include...
2004-11-14 maartenbrock* src/mcs51/gen.c (toBoolean): fixed bug 1065458
2004-11-12 epetrich* src/z80/gen.c (genFunction, genEndFunction): avoided...
2004-11-11 maartenbrock* src/SDCCmain.c (linkEdit): don't suppress crt0 if...
2004-11-09 slade_richPIC14 - Added support to generate code for struct bit...
2004-11-09 slade_richAdded support to generate code for struct bit fields.
2004-11-06 maartenbrock* Added support/regression/tests/bug1057979.c
2004-11-06 maartenbrock* as/xa51/xa_version.h,
2004-11-05 vrokas* initial revision, PIC16 C Library headers
2004-11-05 vrokas* initial import, various character functions
2004-11-04 maartenbrock* device/examples/ds390/ow390/ad26.h,
2004-11-04 vrokas2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2004-10-30 vrokas* doc/sdccman.lyx: updated SDCC version,
2004-10-26 slade_richPIC ports - fixed inefficient code produced when compil...
2004-10-26 slade_richfixed inefficient code for compiling complimented bit.
2004-10-26 slade_richtidied it up a little.
2004-10-25 friefsrc/mcs51/peeph.def: disabled 259.a,b for removing...
2004-10-25 friefremoved 259.a,b. See comment at peephole 259.a
2004-10-25 mhelmling single step withou run, disassemble of
2004-10-22 epetrich* src/SDCCast.c (reverseParms): fixed bug #1040577...
2004-10-22 friefPeephole 256.c,d zeroing data from accumulator after...
2004-10-22 friefzeroing data from acculator after jnz comparison
2004-10-22 frief* device/lib/ser_ir_cts_rts.c: integer promotion caused...
2004-10-22 friefadded 259.a,b for removing redundant ret
2004-10-22 friefadded option -t for rsync, (this has little effect...
2004-10-22 friefinteger promotion caused a call to the non-reentrant...
2004-10-22 epetrich* src/SDCCast.h (struct ast),
2004-10-20 borutr* support/scripts/sdcc.nsi: added include/pic16/*.h...
2004-10-20 vrokas* device/lib/pic16/libsdcc/Makefile: added lregs direct...
2004-10-20 epetrich* src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-10-17 borutr* support/scripts/sdcc.nsi: cross compiling of WIN32...
2004-10-16 vrokas2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2004-10-15 mhelmlingcheck now pop stack result
2004-10-13 slade_richPIC14 - modifications.
2004-10-13 slade_richincreased count on regUsedinRange to prevent unnecessar...
2004-10-13 slade_richremoved VC warning.
2004-10-13 slade_richchanged comment.
2004-10-12 vrokas* device/lib/pic16/libsdcc/gptr/gptrput[234].c: an...
2004-10-12 vrokas* device/lib/pic16/libsdcc/gptr/gptrput[234].c: an...
2004-10-12 drdanifix of need_config bug
2004-10-12 slade_richPIC14 : Applied a code patch supplied by Paul Ashmore...
2004-10-12 slade_richApplied a code patch supplied by Paul Ashmore in commen...
2004-10-10 vrokas* in genGenPointerSet forgot to use postdec1
2004-10-10 vrokas* minor corrections between previous commit
2004-10-10 vrokas* src/pic16/device.c (pic16_dump_gsection,
2004-10-10 vrokas* src/pic16/device.c (pic16_dump_gsection,
2004-10-06 vrokas* device/lib/pic16/libsdcc/Makefile.rules: fixed bug...
2004-10-05 maartenbrock* src/port.h: made reset_regparms prototype void parame...
2004-10-05 vrokas* device/lib/pic16/libsdcc/gptr/gptr*.c: added return...
2004-10-03 vrokas* device/include/pic16/math.h, stdarg.h, stdio.h, stdli...
2004-10-03 vrokas* device/include/pic16/stdio.h,
2004-10-03 vrokas* device/lib/Makefile.in (target port-specific-objects...
2004-10-01 vrokas* device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile...
2004-10-01 vrokas* device/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW
2004-10-01 vrokas* .version: bumped version number to 2.4.5
2004-10-01 vrokas* device/include/pic16/sdcc-lib.h: NEW,
2004-10-01 vrokasdevice/include/asm/pic16/features.h: NEW
2004-09-27 mhelmlinga new function for startup (_main)
2004-09-24 mhelmling*** empty log message ***
2004-09-24 mhelmlingset PC if a symbol at pc reg is set
2004-09-24 mhelmlingaddapt new syntax of s51
next