fw/sdcc
2004-01-20 epetrich* src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec...
2004-01-19 bernhardheld* src/SDCCicode.c (geniCodeArray): applied patch from...
2004-01-18 bernhardheld* src/SDCCval.c (cheapestVal): added missing checks
2004-01-16 kflittner * src/ds390/gen.c (aopOp3): fixed the assignment of...
2004-01-16 vrokas2004-01-16 Vangelis Rokas <vrokas@otenet.gr>
2004-01-15 epetrich* device/include/mc68hc908jb8.h: Register defs for...
2004-01-13 vrokas2004-01-14 Vangelis Rokas <vrokas@otenet.gr>
2004-01-13 kflittner * src/ds390/gen.c (genCall): fixed a double use of...
2004-01-13 vrokasremoved from automatic compilation model-pic16
2004-01-13 bernhardheld* configure,
2004-01-13 epetrich* src/z80/main.c (_parseOptions): fixed the portmode...
2004-01-13 epetrich* device/include/z180.h,
2004-01-13 epetrich* src/hc08/main.c (_hc08_genAssemblerPreamble): fixed...
2004-01-13 jesuscAdded ChangeLog to project
2004-01-13 jesuscMoved declaration to begining of function so to compile...
2004-01-12 vrokasmodified to install the pic16 headers
2004-01-12 vrokas2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
2004-01-12 vrokasupdated target port-specific-objects-pic16
2004-01-12 vrokasupdated to compile in pic16/
2004-01-12 vrokas2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
2004-01-12 vrokasSDCC pic16 port device library initial version
2004-01-12 kflittner * src/ds390/gen.c (operandsEqu): fixed a little typo...
2004-01-12 bernhardheld* src/SDCCast.c (decorateType): fixed bug introduced...
2004-01-12 borutrupper case pragmas are deprecated
2004-01-12 bernhardheld* src/SDCCast.c (decorateType): replacing 'ul > 0'...
2004-01-11 bernhardheld* src/SDCCast.c (decorateType): fixed char foo (unsigne...
2004-01-11 bernhardheld* src/SDCCicode.c (operandOperation): fixed bug #874819
2004-01-11 friefdoc/sdccman.lyx: Moved and added some sections, small...
2004-01-11 friefMoved and added some sections, small changes all over.
2004-01-11 vrokas2004-01-11 Vangelis Rokas <vrokas@otenet.gr>
2004-01-11 friefsrc/mcs51/peephole.def: added peepholes 177.c,d (redund...
2004-01-11 friefadded peepholes 177.c,d (redundant moves) and peephole...
2004-01-10 borutrfixed #872250: -l command line defined library files...
2004-01-10 epetrich* src/SDCCast.c (decorateType): fixed bug #874046
2004-01-09 borutrremove previous installation
2004-01-09 borutr* support/scripts/sdcc.nsi: remove previous installation
2004-01-09 friefsrc/SDCCglue.c (createInterruptVect): don't append...
2004-01-09 frieffixed typo
2004-01-09 frief(createInterruptVect): don't append 7(5) padding bytes...
2004-01-09 epetrich* src/mcs51/gen.c (genFunction, genEndFunction, genRece...
2004-01-09 epetrich* src/ds390/main.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2004-01-07 borutr* support/scripts/sdcc.ico: craeted
2004-01-07 borutrcreated
2004-01-07 borutr* support/scripts/sdcc.nsi: update PATH
2004-01-07 borutrupdate PATH
2004-01-07 sdcc-builder* doc/Makefile: fix install
2004-01-07 sdcc-builder* device/include/Makefile.in: fix install
2004-01-07 epetrich* src/SDCCsymt.c (processFuncArgs): fixed superflous...
2004-01-06 jesuscFixed gcc warnings, and added help about -Y option
2004-01-06 bernhardheld* src/SDCCast.c (decorateType),
2004-01-06 bernhardheld* src/SDCCval.c (valShift): changed from 16 to 32 bit...
2004-01-06 jesuscAdded genutils.c to project
2004-01-06 jesuscstack must be after data when option -Y is not used...
2004-01-06 epetrichA python script to validate compiler diagnostic message...
2004-01-06 epetrich* src/SDCC.y (enum_specifier, enumerator_list, opt_assi...
2004-01-06 vrokas2004-01-06 Vangelis Rokas <vrokas@otenet.gr>
2004-01-05 bernhardheld* src/SDCCast.c (decorateType): fixed bug #870781
2004-01-05 bernhardheld* src/ds390/gen.c (genRightShift): fixed bug #870788
2004-01-05 bernhardheld* sdcc.spec: updated
2004-01-05 vrokas2004-01-06 Vangelis Rokas <vrokas@otenet.gr>
2004-01-05 vrokas2004-01-05 Vangelis Rokas <vrokas@otenet.gr>
2004-01-05 borutrupdated for NSIS 2 RC1; use LZMA comression
2004-01-04 jesuscLinker places variables in unused register banks. ...
2004-01-02 vrokas* src/SDCClrange.c: fixed bug 869095 that caused segfault
2004-01-02 bernhardheld* doc/sdccman.lyx: updated documentation for sdcdb...
2004-01-01 bernhardheld* debugger/mcs51/sdcdb.c (parseCmdLine): added -k for...
2004-01-01 bernhardheldsrc/SDCCmain.c (main): applied patch #866468
2004-01-01 bernhardheldMany signedness and type propagation fixes
2004-01-01 epetrich* src/SDCCsymt.h,
2003-12-31 epetrich* src/SDCC.y (struct_or_union_specifier),
2003-12-29 epetrich* src/SDCCglobl.h: Support for redefining a typedef...
2003-12-28 epetrich* src/SDCC.y (external_definition, type_specifier2...
2003-12-22 friefsrc/mcs51/gen.c (genPlus): added special handling for...
2003-12-22 frief(genPlus): added special handling for 256 byte aligned...
2003-12-20 epetrich* device/lib/ds390/tinibios.c (CpuSpeed): suppress...
2003-12-20 epetrich* src/SDCCast.h,
2003-12-19 epetrich* support/Util/SDCCerr.c,
2003-12-18 epetrich* src/SDCCast.c (createIvalCharPtr),
2003-12-18 epetrich* support/Util/SDCCerr.h,
2003-12-16 epetrich* src/SDCCval.c (valPlus, valMinus, valShift): fixed...
2003-12-16 epetrich(committed on Frieder's behalf)
2003-12-15 borutrsupport/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
2003-12-14 epetrich* support/makebin/makebin.c: put output in binary mode
2003-12-13 frief* src/mcs51/main.c: fixed bug #737001 for the mcs51...
2003-12-13 frief* src/mcs51/main.c: fixed bug #737001 for the mcs51...
2003-12-13 friefmade clearing of memory the default. There is an enviro...
2003-12-13 friefsrc/mcs51/peephole.def, src/ds390/peephole.def: using...
2003-12-13 friefusing the atomic test and clear instruction jbc. Allows...
2003-12-13 friefusing the atomic test and clear instruction jbc. Allows...
2003-12-13 epetrich* src/SDCCicode.c (geniCodeAdd),
2003-12-12 epetrich* src/ds390/main.c (PORT tininative_port): fixed bug...
2003-12-12 epetrich* src/ds390/main.c (PORT tininative_port): fixed bug...
2003-12-11 frief(src/mcs51/main.c_mcs51_genRAMCLEAR): using r0 instead...
2003-12-11 frief(_mcs51_genRAMCLEAR): using r0 instead of r1/r2. Appare...
2003-12-11 epetrich* src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a tempor...
2003-12-10 epetrich* src/SDCCdebug.c (outputDebugSymbols, outputDebugStack...
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-12-08 frief--portmode=180 instead of z180. The syntax around the...
2003-12-05 friefPeter Townson's z80 in/out, more to bit/sbit/idata...
next