* doc/Makefile,
[fw/sdcc] / src / mcs51 /
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-09-06 epetrich* src/port.h,
2004-08-29 epetrich* src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWit...
2004-08-24 epetrich* src/mcs51/gen.c (genPointerGet, genNearPointerGet...
2004-08-22 friefsrc/mcs51/peeph.def: peepholes 248.i-m for xdata bitfie...
2004-08-21 epetrich* src/mcs51/ralloc.c (packRegsForOneuse): fixed bug...
2004-08-14 friefsrc/mcs51/gen.c (genJumpTab): jumptables for more than...
2004-08-06 epetrich* src/mcs51/gen.c (emitcode): fixed bug #992819
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-08-04 jesuscsrc/mcs51/gen.c: add \n for labels only, not DOS/WIN...
2004-07-27 maartenbrock* src/SDCC.lex (doPragma): added pragma disable_warning...
2004-07-25 friefadded contributed fix for "bug" #995347 as peephole...
2004-07-11 maartenbrock* src/SDCCglue.c (printIvalArray): fixed bug #984229...
2004-06-25 friefadded peepholes 182.d (return 0.0), 256 (range check...
2004-06-21 bernhardheld* src/mcs51/gen.c (genCpl): quick fix for bug #974835
2004-06-20 epetrich* src/mcs51/gen.c (genCmp): fixed bug #975903
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-06-05 friefran unexpand -a over peeph.def
2004-06-05 friefpeephole 254 disturbed 255
2004-06-05 friefremoved obsolete peephole 100.a, added peephole 254...
2004-05-25 epetrich* src/ds390/main.c,
2004-05-25 vrokas* src/port.h (PORT structure): added hook initPaths...
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-04-23 epetrich* src/SDCCicode.h,
2004-04-20 epetrich* src/z80/peeph-z80.def: removed some peephole rules...
2004-04-16 epetrich* doc/sdccman.lyx: removed the ANSI-C noncompliance...
2004-04-13 epetrich* src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocT...
2004-04-12 bernhardheld* src/mcs51/ralloc.c (packRegsForAssign): fixed bug...
2004-03-19 epetrich* src/mcs51/gen.c (pushSide, genSignedRightShift, genDj...
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-05 friefadded 251.b and 253.x. 253.x are applied more than...
2004-03-01 epetrich* src/mcs51/main.c (instructionSize): fixed ACALL size
2004-02-29 epetrich* src/SDCCpeeph.h,
2004-02-15 epetrich* src/mcs51/ralloc.c (packRegsForAssign, reassignAliase...
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-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...
next