Some hc08 related updates that I missed earlier
[fw/sdcc] / ChangeLog
2003-10-15 epetrichSome hc08 related updates that I missed earlier
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-14 epetrich* src/z80/gen.c: fixed bug revealed by ast_constant_fol...
2003-10-13 bernhardheld* device/lib/logf.c: "fixed" overlay bug
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 some unintended changes in my last commit
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 bernhardheldclean.mk: removed \'=\' in "-maxdepth=1"
2003-10-07 borutruse dbuf for "_asm" definitions; my_unput() replaced...
2003-10-05 bernhardheld* src/SDCCicode.c,
2003-10-05 bernhardheld* clean.mk: fixed removal of files in bin/CVS/
2003-10-05 bernhardheld* src/SDCCloop.c (assignmentsToSym, loopInduction)...
2003-10-05 borutrFixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC...
2003-10-04 friefdoc/sdccman.lyx: various additions and updates (interru...
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 borutr* src/asm.c: rewrite of printILine() to use temporary...
2003-09-27 epetrich* src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
2003-09-26 epetrich* src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
2003-09-23 jesuscOptimized memory allocation when processing libs
2003-09-21 epetrich* src/z80/gen.c (setupToPreserveCarry): Fixed bug ...
2003-09-21 epetrich* src/mcs51/ralloc.c (fillGaps),
2003-09-21 bernhardhelddevice/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
2003-09-21 bernhardhelddevice/lib/_fsmul.c: replaced (1<<31) by (1ul<<31)
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-19 jesuscFixed segfaults when fclosing a FILE* already closed.
2003-09-18 epetrich* src/SDCCsymt.c (structElemType): fixed bug #808291...
2003-09-18 bernhardheldsrc/SDCCval.c (valPlus, valMinus): fixed bug #808337
2003-09-17 jesuscGenerate correct file offsets for Unix/Linux and Window...
2003-09-17 epetrich* src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast)...
2003-09-17 epetrich* src/SDCCicode.c (cnvFromFloatCast, cnvToFloatCast...
2003-09-16 epetrich* src/mcs51/gen.c (genFunction, genEndFunction),
2003-09-15 bernhardheldFeature request 799831: added code to allow nesting...
2003-09-14 epetrich* src/SDCCsymt.c (sclsFromPtr),
2003-09-13 bernhardheld* src/SDCCval.c (cheapestVal): reenabled to reduce...
2003-09-13 epetrich* src/z80/gen.c (genXor): Fixed bug #805445
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-09-10 jesuscWhen checking for duplicated modules use absolute libra...
2003-09-09 epetrich* src/SDCCicode.c (geniCodeLogic): fixed bug #797572
2003-09-07 epetrich* device/include/string.h: added size_t typedef, changed
2003-09-07 epetrich* as/z80/asmain.c (main): fixed bug #801766
2003-09-06 epetrich* src/z80/gen.c (aopPut, spillPairReg): fixed bug ...
2003-09-05 bernhardheldsrc/SDCCicode.c (ast2iCode): fixed differences in iCode...
2003-09-05 epetrich* src/SDCCast.c (isConformingBody): fixed loop reversal bug
2003-09-04 vrokas* device.c, device.h, gen.c, gen.h, genarith.c, glue...
2003-09-04 bernhardhelddevice/lib/_mullong.c: replaced int by short for gcc
2003-09-01 epetrich* src/SDCCpeeph.c (notVolatile, notVolatileVariable...
2003-08-31 vrokas* src/pic16/main.c: _pic16_genIVT() corrected offsets...
2003-08-31 bernhardheld* device/lib/_mullong.c: fixed for "--model-large ...
2003-08-31 bernhardheld* src/mcs51/gen.c (freeAsmop): fixed off by one in...
2003-08-28 friefdoc/sdccman.lyx: reverted tables to those in cvs 1.64
2003-08-28 bernhardhelddevice/lib/_startup.c: quick & dirty fix for ds390...
2003-08-26 bernhardheldsrc/pic/glue.c (pic14printPublics): fix bitvars can...
2003-08-23 friefvarious additions and updates. Rearranged sections
2003-08-22 jesuscz80 and mcs51 linkers complaint if a public symbol...
2003-08-22 epetrichPeephole optimizer speed up
2003-08-22 epetrichTry to make the peephole optimizer smarter by maintaining
2003-08-20 epetrichfixed bug #741761
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-19 bernhardheldpic patches by Slade
2003-08-18 epetrich* src/z80/gen.c (isUnsplitable, fetchPairLog): fixed...
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-17 friefadded peepholes 180.x, moved peephole 180 to 181
2003-08-17 friefThe first rules relate to bitfields, the last speed up
2003-08-16 epetrichCleaned up genPackBits and genUnpackBits and added...
2003-08-16 epetrichFixed bug #748310 (pointer to function type mishandled...
2003-08-15 bernhardheldFixed bug #787649 by anonymous
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-08-12 epetrichGenerate warnings for useless declarations like "char...
2003-08-09 bernhardheldsrc/SDCCval.c (valMult): fixex overflow detection of...
2003-08-08 epetrichChanges to support big endian targets:
2003-08-07 epetrichsrc/z80/ralloc.c (joinPushes): made compatible with...
2003-08-06 bernhardheld* src/SDCCval.c (cheapestVal): changed behaviour to...
2003-08-05 bernhardheld* src/SDCCast.c (decorateType): fixed gcc3.3 warning
2003-08-05 bernhardheld* support/Util/SDCCerr.c: added warning "integer overfl...
2003-08-05 bernhardheld* src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-08-01 jesuscAdded support\librarian\Makefile
2003-08-01 jesuscCleaning up mess while trying to build librarian. ...
2003-07-31 jesuscAdding librarian to build
2003-07-31 bernhardheld3. fix, this time for Alpha; ULONG has 64 bits there...
2003-07-31 jesuscAdding sdcclib to the build.
2003-07-30 jesuscLinker complaints if linked modules have conflicting...
2003-07-28 jesuscGenerate a warning when a library file is not found.
2003-07-28 bernhardheldsrc/z80/mappings.i: fix _mul[us][int,long] entries
2003-07-27 jesuscDo not search for crt0.o when --nostdlib
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-24 jesuscAdded support for new library format. Old format suppo...
2003-07-24 bernhardheldsrc/SDCCicode.c (operandOperation): fixed problem with...
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
next