* src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
[fw/sdcc] / ChangeLog
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 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-12 vrokas2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
2004-01-12 vrokas2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
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 vrokas2004-01-11 Vangelis Rokas <vrokas@otenet.gr>
2004-01-11 friefsrc/mcs51/peephole.def: added peepholes 177.c,d (redund...
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 borutr* support/scripts/sdcc.nsi: remove previous installation
2004-01-09 friefsrc/SDCCglue.c (createInterruptVect): don't append...
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 borutr* support/scripts/sdcc.nsi: update 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 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-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-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 friefsrc/mcs51/peephole.def, src/ds390/peephole.def: using...
2003-12-13 epetrich* src/SDCCicode.c (geniCodeAdd),
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 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-03 epetrich* src/SDCCsymt.c (addSymChain, compareTypeExact): fixed...
2003-12-01 epetrich* device/lib/hc08/_mullong.c: Removed extra #endif
2003-12-01 epetrich* sim/ucsim/hc08.src/inst.cc,
2003-11-28 friefsdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
2003-11-28 friefdevice/lib/_gptrget.c, device/lib/_gptrput.c: P2 not...
2003-11-27 epetrich* src/SDCClrange.c (findNextUseSym, rlivePoint): fixed...
2003-11-26 epetrich* src/SDCCast.c (decorateType): disabled a transformati...
2003-11-26 vrokas*** empty log message ***
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-11-25 epetrichFixed several common-sub-expression bugs (#772861,...
2003-11-23 kflittner fixed bug #845089
2003-11-21 kflittner * src/SDCCloop.c (newInduction): fixed bug #845630
2003-11-21 epetrich* src/SDCCsymt.c (compareTypesExact): disabled debuggin...
2003-11-20 epetrichUpdated headers I neglected to commit yesterday.
2003-11-19 epetrich* src/SDCCcse.c (algebraicOpts): fixed bug #773153
2003-11-15 friefsrc/mcs51/gen.c (genPlus): generate shortcut for adding...
2003-11-15 borutr* src/SDCCmain.c: fixed bug #841645: -MM command line...
2003-11-15 epetrich* src/SDCCcse.c (cseBBlock): fixed bug #527779
2003-11-14 epetrich* src/SDCCicode.c (geniCodeAddressOf): fixed part of...
2003-11-13 friefsrc/mcs51/main.c: started fixing bug #737001 (SDCC...
2003-11-12 epetrich* src/SDCCsymt.h,
2003-11-11 bernhardheld* src/SDCCmain.c (linkEdit): fix #834252
2003-11-11 epetrich* src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
2003-11-09 epetrich* support/regression/fwk/lib/testfwk.c: printn is recur...
next