* src/SDCCsymt.c (sclsFromPtr),
[fw/sdcc] / ChangeLog
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:
2003-07-23 jesuscChanged "Insufficient DRAM memory" to "Insufficient...
2003-07-21 epetrichFixed bug #759087
2003-07-20 epetrichfixed bug #771358
2003-07-19 bernhardheldsrc/pic16/glue.c: minor cleanup by Vangelis
2003-07-19 friefsrc/mcs51/gen.c(genGenPointerGet/Set): removed writing...
2003-07-19 frief* device/lib/_gptrput.c: saved a few bytes
2003-07-19 friefdevice/lib/_gptrget.c: saving some cycles in generic...
2003-07-19 friefdevice/include/regc515c.h: fixed #758477
2003-07-18 epetrichFixed bug 772726
2003-07-17 jesuscz80 library paths may contain '.' now
2003-07-17 sdcc-builderdevice/lib/Makefile.in: bad fix, reverted to 1.43
2003-07-16 bernhardhelddevice/lib/Makefile.in: added missing z80 object files
2003-07-14 bernhardheld* src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and...
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-13 jesuscadded option --no-std-crt0 for the z80 and gbz80 ports
2003-07-13 jesuscCleaned up a litle the z80 and gbz80 ports
2003-07-06 jesuscSupport for files created with the sdcc librarian
2003-07-03 jesuscproperly handle extensions in function afile
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-27 kvigorMore support for DS80C400
2003-06-25 bernhardheld* src/mcs51/gen.c (gencjneshort): fixed bug #760345
2003-06-20 jesuscIf a procedure is the last on the list, make sure its...
2003-06-19 borutrfixed Z80 port again: missing -k library paths in linke...
2003-06-19 borutrfixed Z80 port - crt0.o: cannot open.
2003-06-19 bernhardheld* support/Util/MySystem.c (merge_command): revert bad fix
2003-06-18 jesuscdescribed option --use-stderr in sdccman.lyx
2003-06-18 borutrfixed some warnings, introduced with changes made 15...
2003-06-18 jesuscAdded option --use-stdout
2003-06-18 bernhardheld* support/Util/MySystem.c (merge_command): quick fix...
2003-06-15 borutr* support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defin...
2003-06-11 bernhardheld* src/pic16/ralloc.c: fix warnings
2003-06-11 bernhardheld* src/pic16/ralloc.c: fix warnings
2003-06-11 sdattaloApplied patch from Vangelis Rokas <vrokas@otenet.gr...
2003-06-09 jesuscAdded option --vc
2003-06-07 jesuscadded: _atof.c
2003-06-04 bernhardheld* doc/sdccman.lyx: updated to Lyx 1.3
2003-06-03 bernhardheldsrc/SDCCpeeph.c: separate peepRules2pCode() for pic16...
2003-06-02 friefcvs revision keywords, passing pdf information in latex...
2003-06-02 bernhardheldsrc/SDCCmain.c (tempfileandname): added check for missi...
2003-05-30 bernhardheld* src/pic/device.c: added 16F819, patch by "David I...
next