* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / src /
2009-04-27 borutr* fixed GCC 4.4.0 mingw compilation:
2009-04-10 tecodev* src/pic/gen.c: fixed warning and style
2009-04-10 tecodev* device/lib/pic/libsdcc/fs2ulong.c, device/lib/pic...
2009-04-06 frief* src/mcs51/peeph.def: disabled rule 270, fixing bug...
2009-04-04 spthImproved caching of pointers and division
2009-04-03 spthEnabled use of hl as inter-i-code temporary
2009-04-03 spthReenabled peephole 0t
2009-04-03 spthFixed bugs #2728224, #2728218
2009-03-23 borutr* src/SDCCval.c, src/SDCCmain.c, device/include/limits.h,
2009-03-12 borutr* src/z80/peep.c: #2652979: --debug crashes sdcc
2009-03-12 frief* src/SDCCglue.c, support/regression/tests/bug2655200.c:
2009-03-10 borutr* src/mcs51/gen.c, src/z80/gen.c, src/hc08/gen.c, src...
2009-03-10 tecodev* src/pic16/pcode.c (LinkFlow): fix invalid cast from...
2009-03-01 borutr* src/z80/peep.c: fixed bug #2648964: --i-code-in-asm...
2009-03-01 MaartenBrock* src/mcs51/ralloc.c (spillThis, spilSomething): fixed...
2009-02-28 tecodev* src/regression/configword.c: apply patch from #2488150
2009-02-28 tecodev* src/regression/compare10.c,
2009-02-10 tecodev* src/pic16/gen.c (pic16_freeAsmop): avoid NULL pointer...
2009-02-09 tecodev* src/pic16/pcode.c (assignToSameBank): add force argum...
2009-01-26 tecodev* src/pic16/ralloc.c (packForPush): disabled to fix...
2009-01-25 tecodev* src/pic16/main.c (_pic16_linkEdit): prepend -L paths...
2009-01-08 MaartenBrock* src/SDCCast.c (decorateType RETURN): use RESULT_TYPE_...
2009-01-04 spthImplemented RFE #2485684
2009-01-04 spthPartially implemented RFE #2471534 and some other minor...
2009-01-04 borutr* src/z80/peep.c: fixed msvc warning C4047:
2009-01-04 spthRFE #2484693 and peephole improvements
2009-01-01 borutr* as/link/asxxxx_config.h.in:
2008-12-30 spthminor addition improvement
2008-12-30 tecodev* as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link...
2008-12-29 spthMinor peephole improvement
2008-12-29 tecodev* src/pic/pcode.c (insertBankSel, FixRegisterBanking...
2008-12-28 MaartenBrock* src/mcs51/peeph.def (177.e): replaced notVolatile...
2008-12-27 spthz80 library cleanup
2008-12-26 spthImplemented RFE #1914254
2008-12-25 spthImplemented RFE #1899189
2008-12-25 spthMinor peephole improvements
2008-12-20 tecodev* debugger/mcs51/break.c, debugger/mcs51/cmd.c,
2008-12-06 tecodev* src/pic16/glue.c (pic16_printIvalBitFields): prevent
2008-11-25 tecodev* device/include/pic16/pic16devices.txt,
2008-11-24 tecodev* device/lib/pic16/configure.ac,
2008-11-24 tecodev* src/pic16/main.c (_pic16_finaliseOptions): do not...
2008-11-15 borutr(printIvalChar) - removed internal error: it is trigger...
2008-11-15 borutr* support/regression/tests/bitfields.c:
2008-11-15 borutr* src/pic16/glue.c, src/SDCC.y, src/SDCCast.c, src...
2008-11-10 tecodev* device/lib/pic16/libdev/mkmk.sh: obey pics.all
2008-11-06 borutr* src/SDCCmain.c: #fixed bug 2224960: sdcc -MM no worki...
2008-11-01 tecodev* device/include/pic16/adc.h,
2008-10-05 tecodev* device/include/pic16/stdio.h,
2008-10-05 MaartenBrock* src/ds390/main.c (_ds390_genInitStartup): added
2008-09-20 borutr* src/pic16/glue.c:
2008-09-16 MaartenBrock* device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_...
2008-09-15 tecodev* src/pic16/device.c (pic16_dump_usection): force udata...
2008-09-14 tecodev* src/pic16/gen.c, src/pic16/ralloc.c: use
2008-09-07 MaartenBrock* src/z80/gen.c (genCmpGt, genCmpLt): fixed bug 2094505
2008-09-07 borutr* src/SDCCglue.c, src/SDCCast.c:
2008-09-07 MaartenBrock* as/z80/aslist.c (lstsym): changed old K&R to ANSI
2008-09-01 tecodev* src/pic16/gen.c (pic16_derefPtr): handle CPOINTERs...
2008-08-31 tecodev* src/pic16/gen.c (genAssign): removed useless compiler...
2008-08-31 borutr* src/SDCCsymt.c, src/SDCCglue.c,
2008-08-24 tecodev* device/lib/pic16/configure, device/lib/pic16/configur...
2008-08-24 borutr* src/SDCC.y: applied patch
2008-08-23 borutr* src/pic16/gen.c: applied patch
2008-08-22 borutr* device/lib/pic16/configure, device/lib/pic16/configur...
2008-08-15 spthMinor peephole improvement
2008-08-15 tecodev* src/pic/*.[ch]: removed dead/replaced code, no functi...
2008-08-15 tecodev* src/z80/gen.c (_vemit2): suppress compiler warning
2008-08-14 spthFixed #2051348
2008-08-10 tecodev* device/lib/pic16/**: build pic16 library using autoto...
2008-08-10 tecodev* src/pic/pcode.c (ReuseReg): do not overlay the regist...
2008-08-08 tecodev* src/pic16/genarith.c (genAddLit): fix structure acces...
2008-08-08 tecodev* src/pic/pcoderegs.c,
2008-08-07 borutr* src/SDCCval.c, src/SDCCmain.c, src/SDCC.lex,
2008-08-04 tecodev* doc/sdccman.lyx,
2008-08-03 spthAdded two peepholes that simplify conditional jumps
2008-07-30 borutr* src\pic16\device.c, src\pic16\glue.c, src\pic16\pcode.c:
2008-07-29 borutr* src/pic16/gen.c: applied patches :
2008-07-13 spthFixed typo in comment
2008-07-12 spthZ80 peephole improvements - Implemented RFE #1919415...
2008-07-12 spthseparate Z80 from GBZ80 peepholes
2008-06-04 MaartenBrock* .version,
2008-06-04 MaartenBrock* src/mcs51/gen.c (genNearPointerGet, genNearPointerSet...
2008-05-29 MaartenBrock* src/SDCCast.c (createIvalType, createIvalStruct,...
2008-05-20 MaartenBrock* device/include/float.h: added __INFINITY
2008-05-19 spthSupport nested parenthesis in peephole function argumen...
2008-05-19 tecodev* src/pic16/gen.c (pic16_emitpLabel,pic16_emitpLabelFORCE):
2008-05-19 tecodev* src/regression/empty.c: suppress warning
2008-05-18 borutr* support/Utils/dbuf_string.[ch]: added dbuf_chomp(),
2008-05-16 MaartenBrock* as/hc08/clean.mk,
2008-05-15 MaartenBrock* src/SDCC.lex (check_type),
2008-05-13 MaartenBrock* src/SDCCast.c (fixupInline, createFunction): save...
2008-05-07 MaartenBrock* as/mcs51/asdata.c,
2008-05-05 borutr* support/regression/Makefile.in,
2008-05-01 tecodev* src/pic16/device.h: removed unused field PIC16_device...
2008-04-29 tecodev* src/pic16/devices.inc,
2008-04-29 tecodev* device/include/pic16/{pic18f2480.h, pic18f2580.h...
2008-04-23 MaartenBrock* src/SDCCglue.c (printIvalType, printIvalBitFields...
2008-04-20 MaartenBrock* src/z80/peep.c,
2008-04-20 spthUse werror in src/z80/peep.c
2008-04-19 spthImplemented RFE #1880202 for Z80.
2008-04-19 spthImplemented generic part of RFE #1880202
next