* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / src / ds390 /
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...
2002-08-07 borutr- changed project type to Generic Project so that can...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
2002-07-26 kvigorBug 580443 fix
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-20 kvigorConsolidate generic pointer code
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-06 johanknolsome minor improvements
2002-03-02 sandeepAdded some more peephole rules
2002-03-02 sandeepVarious fixes & enhancements
2002-03-02 sandeepvarious fixes & enhancements (ds390) specific
2002-01-31 johanknolfixed bug #510826
2002-01-31 bernhardheldFix typo
2002-01-30 sandeephad commited with options.parms_in_bank1 turned on...
2002-01-30 bernhardheldOptimise bit assignment
2002-01-30 sandeepadded a few more peephole optimzations
2002-01-30 sandeep1) added __builtin_inp & __builtin_outp used to read...
2002-01-30 sandeep1) handle multiple send & receives from register bank1
2002-01-27 johanknolxa51, work in progress
2002-01-27 johanknolfixed an integral promotion bug
2002-01-24 johanknolfixed bug #507904
2002-01-20 johanknolfixed bug #505387
2002-01-19 johanknolfirst pass at including c-code as asm comments
2002-01-15 johanknolfixed bug #449107
2002-01-14 johanknolfixed bug #503216
2002-01-13 sandeepzero changed to #0, one changed to #1
2002-01-07 johanknolfixed bug #499029
2001-12-29 sandeepa) improved computing address of stack variable
2001-12-29 sandeepa) packRegsForSupport could mess up live information...
2001-12-24 sandeepMore builtin function additions for TININative
next