* sdcc.spec: updated
[fw/sdcc] / src /
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
2003-10-19 borutrfixed bug #825944 - defined yytext_ptr to make it compi...
2003-10-19 epetrich* src/SDCCicode.c (geniCodePreInc, geniCodePreDec,...
2003-10-18 bernhardheldsrc/SDCCval.c (valMinus): fixed bug #826041
2003-10-15 jesuscFixed VC6 error
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-15 epetrichInitial import
2003-10-14 epetrich* src/z80/gen.c: fixed bug revealed by ast_constant_fol...
2003-10-12 bernhardheldcosmetic: fixed identation of genCpl()
2003-10-12 bernhardheldsrc/mcs51/gen.c (genCpl): fixed bug sf.net/mailarchive...
2003-10-10 bernhardheld* src/SDCCast.c (decorateType): added extended constant...
2003-10-09 epetrichRemoved the hc08 port references
2003-10-09 epetrich* src/SDCCmain.c (setParseWithComma): fixed bug #816685
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-07 borutrremoved definition of unused variables save_optimize...
2003-10-07 bernhardheld* src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
2003-10-07 borutruse dbuf for "_asm" definitions; my_unput() replaced...
2003-10-05 bernhardheld* src/SDCCicode.c,
2003-10-05 bernhardheld* src/SDCCloop.c (assignmentsToSym, loopInduction)...
2003-10-05 borutrFixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC...
2003-10-03 bernhardheldApplied liferange patch from Klaus Flittner <klaus_flit...
2003-10-03 epetrich* src/z80/gen.h,
2003-10-02 epetrich* src/z80/gen.c (genRet): fixed bug #524753
2003-10-01 epetrich* src/SDCCpeeph.c (labelInRange): fixed bug #814558
2003-10-01 epetrich* src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch...
2003-09-30 bernhardheldsrc/SDCCcse.c: fixed part of bug #814548
2003-09-28 borutrrewrite of printILine() to use temporary file instaed...
2003-09-28 borutrcommented out declaration of int rewinds
2003-09-27 epetrich* src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
2003-09-26 epetrich* src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
2003-09-21 epetrich* src/z80/gen.c (setupToPreserveCarry): Fixed bug ...
2003-09-21 epetrich* src/mcs51/ralloc.c (fillGaps),
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-18 epetrich* src/SDCCsymt.c (structElemType): fixed bug #808291...
next