Tidied up the build, install, and regression tests.
[fw/sdcc] / src / mcs51 /
2004-01-25 bernhardheld* src/SDCCast.c: added an additional type flow in decor...
2004-01-20 bernhardheld* src/mcs51/peeph.def: fixed bug #880768
2004-01-11 friefadded peepholes 177.c,d (redundant moves) and peephole...
2004-01-09 epetrich* src/mcs51/gen.c (genFunction, genEndFunction, genRece...
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2004-01-05 bernhardheld* sdcc.spec: updated
2003-12-22 frief(genPlus): added special handling for 256 byte aligned...
2003-12-16 epetrich(committed on Frieder's behalf)
2003-12-13 friefmade clearing of memory the default. There is an enviro...
2003-12-13 friefusing the atomic test and clear instruction jbc. Allows...
2003-12-11 frief(_mcs51_genRAMCLEAR): using r0 instead of r1/r2. Appare...
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-11-28 frief(genMultOneByte): help peephole 105
2003-11-28 friefadded peephole 186.e for char indexed integer array...
2003-11-26 epetrich* src/SDCC.y (pointer): fixed bug #846006
2003-11-23 kflittner fixed bug #845089
2003-11-15 frief(genPlus): generate shortcut for adding a literal which...
2003-11-13 friefstarted fixing bug #737001 (SDCC not clearing uninitial...
2003-11-08 frieffixed bug #838385. Thanks to Josef Pavlik for finding...
2003-11-06 epetrich* src/port.h,
2003-11-01 frief_mcs51_genXINIT: xdata initialization is 13 bytes...
2003-10-23 epetrich* src/SDCCmain.c,
2003-10-22 epetrichExtended the semantics of the critical keyword to include
2003-10-12 bernhardheldcosmetic: fixed identation of genCpl()
2003-10-12 bernhardheldsrc/mcs51/gen.c (genCpl): fixed bug sf.net/mailarchive...
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
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-31 bernhardheld* src/mcs51/gen.c (freeAsmop): fixed off by one in...
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-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-17 friefAdded peephole 180.x, moved peephole 180 to 181
2003-08-17 friefAdded 24 peepholes 246.x - 248.x. The first rules relat...
2003-08-16 epetrichoops, needed dname==TRUE in my last update
2003-08-16 epetrichCleaned up genPackBits and genUnpackBits and added...
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-08-03 bernhardheldredo Frieder's patch
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-20 epetrichfixed bug #771358
2003-07-19 frief(genGenPointerGet/Set): removed writing of type after...
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-25 bernhardheld* src/mcs51/gen.c (gencjneshort): fixed bug #760345
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 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-05-25 friefadded rules 244.x, 245.x. Although they pass the regres...
2003-04-19 borutrhandling space characters in file path
2003-04-18 johanknolfixed bug #635354
2003-04-17 johanknolfixed bug #716790 and removes lot's of redundant regist...
2003-04-17 johanknolfixed bug #720667
2003-04-11 kvigorFix null pointer deref that caused build failures on...
2003-04-09 johanknolafter a good night sleep, let's try again
2003-04-08 johanknolthis DOES cause problems
2003-04-08 johanknolthis saves a few slocs without problems
2003-04-08 johanknoldon't know why yet, but this causes a crash
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...
next