* src/pic16/genarith.c (pic16_genPlus): removed debug output
[fw/sdcc] / src / pic16 /
2005-01-19 tecodev* src/pic16/genarith.c (pic16_genPlus): removed debug...
2005-01-19 tecodev* src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to...
2005-01-18 vrokas* device/include/asm/pic16/features.h: added _CODE...
2005-01-12 vrokas* src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2005-01-09 jesuscMSVC 6 does not support macro variable arguments
2005-01-08 tecodev* src/pic16/device.c (pic16_dump_usection) changed...
2005-01-05 tecodev* src/pic16/gen.c (genGenericShift) added handling...
2005-01-04 tecodev* src/pic16/gen.c (genIfxJump) fixed inverted skips...
2005-01-04 vrokas* src/pic16/gen.c (aopForSym, genEndFunction): applied...
2004-12-24 maartenbrock* src/pic16/pcode.c: declaring variables other than...
2004-12-22 vrokas* applied a previous patch from Raphael Neider that...
2004-12-21 vrokas* src/pic16/gen.c (pic16_aopGet): applied fix from...
2004-12-20 vrokas* src/SDCCast.c (gatherAutoInit): allow pic16 to emit...
2004-12-05 vrokas* applied patch from bug-report #1076292,
2004-11-25 vrokas2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2004-11-24 vrokas* src/pic16/device.h,
2004-11-24 vrokasLarge cummulative patch for pic16 port.
2004-11-06 maartenbrock* as/xa51/xa_version.h,
2004-11-04 vrokas2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2004-10-30 vrokas* doc/sdccman.lyx: updated SDCC version,
2004-10-26 slade_richfixed inefficient code for compiling complimented bit.
2004-10-20 vrokas* device/lib/pic16/libsdcc/Makefile: added lregs direct...
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-10-16 vrokas2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2004-10-12 vrokas* device/lib/pic16/libsdcc/gptr/gptrput[234].c: an...
2004-10-10 vrokas* in genGenPointerSet forgot to use postdec1
2004-10-10 vrokas* minor corrections between previous commit
2004-10-10 vrokas* src/pic16/device.c (pic16_dump_gsection,
2004-10-06 vrokas* device/lib/pic16/libsdcc/Makefile.rules: fixed bug...
2004-10-03 vrokas* device/lib/Makefile.in (target port-specific-objects...
2004-10-01 vrokas* .version: bumped version number to 2.4.5
2004-09-24 vrokas* src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2004-09-23 epetrich* src/SDCCicode.h,
2004-09-17 vrokas* src/pic16/gen.c (mov2f): New function to move an...
2004-09-15 bernhardheld* src/SDCCsymt.h: removed RESULT_CHECK
2004-09-15 vrokas* src/SDCCicode.c (piCode): applied patch from Raphael...
2004-09-13 vrokas* src/pic16/main.c (_parseOptions): removed unused...
2004-09-13 vrokas* src/pic16/device.h (pic16_options): removed field...
2004-09-12 vrokas* src/pic16/device.h (pic16_options_t): added field...
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-09-06 epetrich* src/port.h,
2004-09-01 vrokas* src/pic16/gen.c (genPackBits): added operand right...
2004-08-29 vrokas* src/pic16/gen.c (genFunction, genEndFunction): fixed...
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-07-29 vrokas* src/SDCCmem.c (allocGlobal): don't turn S_REGISTER...
2004-07-24 vrokas* src/pic16/glue.c (pic16_printIvalFuncPtr): when an...
2004-07-24 vrokas* src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add...
2004-07-23 vrokas* src/pic16/glue.c (pic16emitStaticSeg): fixed bug...
2004-07-20 vrokas* src/pic16/glue.c (pic16_emitRegularMap): unused funct...
2004-07-09 vrokas* device/lib/pic16/libsdcc/float/ updated contents...
2004-07-04 vrokasreplaced lost contents
2004-07-04 vrokas* src/SDCCmain.c (linkEdit): modifications only for...
2004-07-02 vrokas* src/pic16/pcode.c: removed buggy double colon
2004-06-30 vrokas* device/lib/Makefile.in: fixed bug in target objects...
2004-06-28 vrokas* src/pic16/glue.c (pic16createInterruptVect): function...
2004-06-28 vrokas* device/include/pic16/pic18fregs.h: added case for...
2004-06-20 epetrich* src/mcs51/gen.c (genCmp): fixed bug #975903
2004-06-12 vrokas* src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERR...
2004-06-09 vrokas* commenting out itype declaration to eliminate warnings
2004-06-08 vrokas* .version: increased version number to 2.4.2,
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-06-06 vrokasCumulative patch for pic16 port
2004-06-06 maartenbrock* src/pic16/pcode.c (pic16_emitDB): removed double...
2004-06-06 vrokas* src/pic16/device.c (pic16_assignConfigWord): fixed...
2004-06-04 vrokas* device/lib/Makefile.in: removed comment line with...
2004-06-01 vrokas* src/pic16/gen.c (genPcall): warning about gpsim and...
2004-05-30 vrokas* src/pic16/device.c (pic16_dump_section): corrected...
2004-05-28 vrokas* src/pic16/glue.c,
2004-05-27 vrokas* src/pic16/glue.c (pic16emitStaticSeg): do not print...
2004-05-25 vrokas* src/pic16/glue.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/SDCCsymt.h: a missing part of my last change
2004-04-23 epetrich* src/SDCCicode.h,
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-03-09 hjdorn2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
2004-03-06 vrokas]
2004-03-06 hjdorn* src/pic16/gen.c: (genpic16Code) use copy of printILin...
2004-03-05 vrokas * src/pic16/device.c: added some debug lines enabled
2004-03-03 hjdorn2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
2004-03-03 vrokas* src/pic16/ralloc.c (newReg): fixed bug #908929
2004-03-02 vrokas* src/pic16/device.c (checkAddSym): NEW, adds a symbol...
2004-03-01 vrokas * src/pic16/device.c (pic16_dump_section): fixed a...
2004-02-20 sdcc-builder* src/pic16/ralloc.c (packRegsForAccUse): disabled...
2004-02-20 vrokas* doc/sdccman.lyx: removed PIC16 from PIC16 Port Specif...
2004-02-16 vrokas* src/pic16/gen.c (genInline): fixed bug #896482 with...
2004-02-11 vrokas* gen.c (genInline): reverted to old code for assemnlin...
2004-02-11 jesuscVersion 1.18 was a copy of ralloc.h(1.7). So this...
2004-02-10 vrokas* ralloc.h: missing declarations from previous patch,
2004-02-10 vrokas* pcode.c,
2004-02-09 epetrich* src/SDCCsymt.h,
2004-02-08 epetrich* src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2004-02-07 epetrich* src/pic16/gen.c (genCmpEq, shiftRLong): fixed declara...
2004-02-06 vrokas2004-02-06 Vangelis Rokas <vrokas AT otenet.gr>
2004-01-31 bernhardheld* src/SDCCast.c (processParams): added new type flow...
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-16 vrokas2004-01-16 Vangelis Rokas <vrokas@otenet.gr>
2004-01-13 jesuscMoved declaration to begining of function so to compile...
next