yes
[fw/sdcc] / src / mcs51 /
2003-04-08 johanknolThis shows the registers in use in --i-code-in-asm...
2003-04-06 pjsAdded peephole to replace LJMP to RET with just a RET...
2003-04-02 johanknolno comments
2003-03-27 johanknollet's try again ;-)
2003-03-26 johanknolcatched symbol abuse
2003-03-25 johanknolThis should fix some, if not all, of the live range...
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-22 frief(genCodePointerGet): quicker code for bug #700797
2003-03-22 friefadded rules 177, 241.x to 243, touched 181, 182.x,...
2003-03-20 bernhardheldsrc/mcs51/peeph.def: fix bug #705773
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-15 bernhardheldsrc/mcs51/ralloc.c (packRegsForAssign): fixed bug ...
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-09 friefapplied inc/dec patch for variables in data space....
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 bernhardheld* src/mcs51/gen.c (genMinus): fixed bug 696436
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-02-25 johanknoldisabled useless warning
2003-02-24 johanknolframework for the liverangehunt
2003-02-23 friefadded peephole suggested by Gernot Fink, white-space...
2003-02-23 friefgenUminusfloat avoiding 3 pairs of
2003-02-19 johanknola cleaner way to fix the shift bug
2003-02-19 johanknolfixed a shift bug
2003-02-18 friefadded rules 238a-d which remove redundant moves
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-02-10 borutrBorland Makefile cleanup
2003-02-06 johanknolWhat was I thinking?
2003-02-02 borutrdelete $(LIB) only if exist
2003-02-02 borutrcorrected misspelled project name from msc51a to mcs51a
2003-02-02 epetrichChanged stack usage declaration to match sdcc/src/mcs51...
2003-02-02 johanknolfixed bug #631653
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-26 johanknol* src/SDCCglue.c: reverted back to 1.124
2003-01-23 bernhardheld* src/mcs51/peeph.def: better assembler identation...
2003-01-19 bernhardheld* src/mcs51/peeph.def: Frieder: removed 237, obsolete...
2003-01-19 bernhardheld../m
2003-01-15 epetrichfixed bug 663530
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-09 bernhardheld* src/mcs51/gen.c (genPlus): replaced "mov b,acc" by...
2002-12-28 bernhardheld* src/mcs51/peeph.def: added rules 234 and 235 from...
2002-12-28 bernhardheldsrc/mcs51/gen.c (aopGetUsesAcc): inserted missing ...
2002-12-27 johanknoladded option --no-xinit-opt
2002-12-26 bernhardheldsrc/mcs51/main.c: removed {bindir}{sep} from aslink
2002-10-06 wimlGive the argument of isCommutativeOp() the correct...
2002-09-20 wimlTest pointer for NULL *before* dereferencing it, not...
2002-09-19 wimlfixed the stupid mistake I made in genMinus()
2002-09-19 wimlApplying patch #609842: Fixes to mcs51 register allocat...
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-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 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-02-18 johanknolremoved a false warning
2002-02-02 johanknolxa 51, work in progress
2002-01-31 johanknolfixed bug #510826
2002-01-30 sandeephad commited with options.parms_in_bank1 turned on...
2002-01-30 bernhardheldOptimise bit assignment
2002-01-30 sandeepAdded support for --parms-in-bank1
2002-01-27 johanknolxa51, work in progress
2002-01-25 johanknolxa51, work in progress
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-19 pjsAdded --xram-movc option
2002-01-15 johanknolfixed bug #449107
2002-01-14 johanknolfixed bug #503216
2002-01-07 johanknolfixed bug #499029
2002-01-01 skentonmake caller set/restore regbank
2001-12-31 skentonmake pcall use correct chain
2001-12-29 sandeeppackRegsForSupport could mess up the live information...
2001-12-29 sandeepFixed a bug in hasInc
2001-12-24 sandeepupdated to reflect changes in the port structure
2001-12-21 sandeepFixed a bug major in FillGaps , have to check uses...
2001-12-19 johanknolfixed bug #494721
2001-12-19 sandeepFixed a post increment bug . Cannot post increment...
2001-12-18 sandeepupdated to reflect the changes in port structure
2001-12-17 bernhardheld(_*_genXINIT) orl instead of add
2001-12-16 bernhardheld(_mcs51_genXINIT) added test for 0 length
2001-12-16 johanknolsome small corrections
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-02 bernhardheldfix "inc sp"
2001-12-02 bernhardheld(genFunction): avoid excess "inc sp"
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-29 sandeepMissed defining D
2001-11-29 sandeepImplemented FillGaps for z80 & mcs51
2001-11-28 michaelhCleaned up warnings
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
2001-11-19 johanknolfixed a last minute type
2001-11-19 johanknolFixed bug #483124
2001-11-18 sandeepImplemented builtin functions
2001-11-17 sandeepKeep uses & defs bitVectors updated during pack* operations
2001-11-17 johanknolprelimanary fix for bug #480076
next