* src/SDCCast.c (processParms): fixed bug #920866; decorateType() can return an optim...
[fw/sdcc] / src / pic16 /
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...
2004-01-12 vrokas2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
2004-01-11 vrokas2004-01-11 Vangelis Rokas <vrokas@otenet.gr>
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2004-01-06 jesuscAdded genutils.c to project
2004-01-05 vrokas2004-01-06 Vangelis Rokas <vrokas@otenet.gr>
2004-01-05 vrokas2004-01-05 Vangelis Rokas <vrokas@otenet.gr>
2003-11-26 vrokas*** empty log message ***
2003-11-23 kflittner fixed bug #845089
2003-11-06 epetrich* src/port.h,
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
2003-09-04 vrokas*** empty log message ***
2003-09-01 jesusc#warning does not work in MSVC. Used "#pragma message...
2003-08-31 vrokas* src/pic16/main.c: _pic16_genIVT() corrected offsets...
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-08 epetrichChanges to support big endian targets:
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-19 bernhardheldsrc/pic16/glue.c: minor cleanup by Vangelis
2003-07-17 sdcc-builderfix warning
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-11 bernhardheld* src/pic16/ralloc.c: fix warnings
2003-06-11 sdattaloApplied patch from Vangelis Rokas <vrokas@otenet.gr...
2003-05-25 jesuscChanged /Zm to 1000 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-05-22 bernhardheldsrc/pic16/pcode.c (pic16_get_op_from_instruction):...
2003-05-20 bernhardheldsrc/pic16/pcode\*.c: Cleaned warnings
2003-05-19 sdattaloCleaned warnings.
2003-05-19 bernhardheldsrc/pic16/pcode.c (pic16_get_op): fixed warning on...
2003-05-18 jesuscRenamed pic.dsp and pica.dsp as pic16 and pic16a.
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-02-10 borutrBorland Makefile cleanup
2003-02-02 borutrdelete $(LIB) only if exist
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-11 bernhardheldnew option -o
2002-12-01 sdattaloAdded the pic16 port for Martin Dubuc.