* src/SDCCast.c (processParms): fixed bug #920866; decorateType() can return an optim...
[fw/sdcc] / src / ds390 /
2004-03-19 epetrich* src/mcs51/gen.c (genFunction): optimize RECEIVE in...
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-03-12 frief(_ds390_genAssemblerPreamble): cosmetic change, made...
2004-03-02 epetrich* src/ds390/gen.c: added missing #include "main.h"
2004-03-02 epetrich* src/ds390/ralloc.h,
2004-02-11 bernhardheld* device/lib/_modsint.c,
2004-02-10 epetrich* src/ds390/gen.c (genNearPointerGet),
2004-02-09 epetrich* src/SDCCsymt.h,
2004-02-08 epetrich* src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2004-01-30 epetrich* src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2004-01-16 kflittner * src/ds390/gen.c (aopOp3): fixed the assignment of...
2004-01-13 kflittner * src/ds390/gen.c (genCall): fixed a double use of...
2004-01-12 kflittner * src/ds390/gen.c (operandsEqu): fixed a little typo...
2004-01-09 epetrich* src/ds390/main.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2004-01-05 bernhardheld* src/ds390/gen.c (genRightShift): fixed bug #870788
2003-12-13 friefusing the atomic test and clear instruction jbc. Allows...
2003-12-12 epetrich* src/ds390/main.c (PORT tininative_port): fixed bug...
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-11-23 kflittner fixed bug #845089
2003-11-06 epetrich* src/port.h,
2003-10-28 kflittnerReplaced the liverange code.
2003-10-23 epetrich* src/SDCCmain.c,
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-14 epetrich* src/z80/gen.c: fixed bug revealed by ast_constant_fol...
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-05 bernhardheld* src/SDCCloop.c (assignmentsToSym, loopInduction)...
2003-10-03 epetrich* src/z80/gen.h,
2003-09-21 epetrich* src/mcs51/ralloc.c (fillGaps),
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-16 epetrich* src/mcs51/gen.c (genFunction, genEndFunction),
2003-09-15 bernhardheldFeature request 799831: added code to allow nesting...
2003-09-01 epetrich* src/SDCCpeeph.c (notVolatile, notVolatileVariable...
2003-08-20 epetrichfixed bug #741761
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-16 epetrichoops, needed dname==TRUE in my last update
2003-08-16 epetrichCleaned up genPackBits and genUnpackBits and added...
2003-08-15 bernhardheldFixed bug #787649 by anonymous
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-08 epetrichChanges to support big endian targets:
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-11 kvigorfix bug 769624
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-30 kvigorMore DS400 support
2003-06-27 kvigorMore support for DS80C400
2003-06-15 borutrreimplemented function inExcludeList() by using sets...
2003-06-15 borutrfixed width array of pointers replaced with sets;
2003-05-25 jesuscChanged Zm to 1000.
2003-05-18 johanknolremoved obsolete and buggy ARRAYINIT
2003-05-11 borutrincreased value of /Zm option to 1000
2003-04-29 jesuscIncrement max memory alloc for MSVC using /Zm600
2003-04-29 kvigorDS80C400 support, the beginning
2003-04-19 borutrhandling space characters in file path
2003-04-11 kvigorFix bug 706781
2003-04-11 kvigorFix null pointer deref that caused build failures on...
2003-04-03 johanknoltemp fix for genArrayInit
2003-04-02 johanknolno comments
2003-03-30 borutrchanged type of parameter asmOptions to set in _tininat...
2003-03-26 johanknolcatched symbol abuse
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-17 bernhardheldsrc/ds390/peeph.def: fix bug #704878: added rule 213...
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-15 bernhardheld* src/ds390/gen.c (genAddrOf): fixed bug #704087
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-12 johanknolfixed bug #700031
2003-03-08 bernhardheldsrc/ds390/peeph.def: fix bug 700036
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-02-27 kvigorImproved genReceive, write two bytes at a time in genGe...
2003-02-26 kvigorMore cleanups of _ap abuse.
2003-02-26 kvigorCleanups and reduction in _ap abuse; a lot more work...
2003-02-25 kvigorCleanups, minor improvements, death to strcpy strcat...
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-19 johanknola cleaner way to fix the shift bug
2003-02-19 johanknolfixed a shift bug
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-02-10 borutrBorland Makefile cleanup
2003-02-04 kvigorMinor ds390 performance enhancement on generic pointer...
2003-02-02 borutrdelete $(LIB) only if exist
2003-02-02 kvigorCleanups of the mess I made on the last commit
2003-01-31 kvigorInternal error compiling bug-524691 regression test
2003-01-31 johanknolApplied Jan Rejlek's >64K startup patch.
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-28 bernhardheld* src/ds390/gen.c: fix deps by replacing <common.h...
2003-01-24 johanknolfixed bug #667458
2003-01-19 bernhardheld* src/mcs51/peeph.def: Frieder: removed 237, obsolete...
2003-01-19 bernhardheld../m
2003-01-13 bernhardheld* src/ds390/peeph.def: #237 another rule from Frieder
2003-01-13 bernhardheld* src/ds390/peeph.def: fix #123; add 14 rules by Fioren...
2003-01-11 bernhardheldnew option -o
2002-12-27 johanknoladded option --no-xinit-opt
2002-08-29 borutrcorrected improper use of assert
2002-08-28 borutr- added Release configuration in VS projects
2002-08-07 borutr- added return 0 statements after assert() to make...
next