* src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
[fw/sdcc] / src /
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-13 kflittner * src/ds390/gen.c (genCall): fixed a double use of...
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 jesuscMoved declaration to begining of function so to compile...
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 vrokas2004-01-11 Vangelis Rokas <vrokas@otenet.gr>
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 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 epetrich* src/SDCCsymt.c (processFuncArgs): fixed superflous...
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 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-02 vrokas* src/SDCClrange.c: fixed bug 869095 that caused segfault
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 frief(genPlus): added special handling for 256 byte aligned...
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-13 friefmade clearing of memory the default. There is an enviro...
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-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-05 epetrichApplied z80 i/o port patch from Peter Townson and fixed...
2003-12-03 epetrich* src/SDCCsymt.c (addSymChain, compareTypeExact): fixed...
2003-12-01 epetrich* sim/ucsim/hc08.src/inst.cc,
2003-11-28 frief(genMultOneByte): help peephole 105
2003-11-28 friefadded peephole 186.e for char indexed integer array...
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 frief(genPlus): generate shortcut for adding a literal which...
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 friefstarted fixing bug #737001 (SDCC not clearing uninitial...
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...
2003-11-08 frieffixed bug #838385. Thanks to Josef Pavlik for finding...
2003-11-07 epetrich* src/SDCC.y: fixed bug #837365
2003-11-06 epetrich* device/lib/hc08/Makefile: need to clean .rel not...
2003-11-06 epetrich* src/port.h,
2003-11-04 epetrich* src/SDCCcse.c (ifxOptimize),
2003-11-02 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" again bug #833605
2003-11-01 frief_mcs51_genXINIT: xdata initialization is 13 bytes...
2003-10-31 kflittner* src/SDCCcse.c (updateSpillLocation): fixed bug #808027
2003-10-31 bernhardheldsrc/SDCCast.c (decorateType): fixed bug #832664
2003-10-31 bernhardheldsrc/SDCCmain.c (linkEdit): "fixed" bug #833605
2003-10-31 borutrsdcc now understands both formats:
2003-10-30 epetrichFixed a number of problems revealed by bug #827883.
2003-10-28 kflittnerReplaced the liverange code.
2003-10-28 epetrich* as/hc08/asm.h,
2003-10-23 epetrich* src/z80/ralloc.c (joinPushes): Fixed bug #828742
2003-10-23 epetrich* src/SDCCmain.c,
2003-10-22 epetrichExtended the semantics of the critical keyword to include
next