* src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
[fw/sdcc] / src / pic / device.c
2006-05-01 tecodev* src/pic/device.c (sanitise_processor_name): only...
2006-04-24 tecodev* src/pic/device.c (pic14_assignConfigWordValue): remem...
2006-04-11 tecodev* src/pic/device.c (find_device): removed debug output
2006-04-06 tecodev* .version: bumped version to 2.5.6 (pic14 ABI changed)
2005-12-08 tecodev* src/pic/device.c: renamed is_shared to pic14_is_shared
2005-10-27 tecodev* .version: changed version to 2.5.4
2005-07-22 tecodev* src/pic/device.c (dump_sfr): replaced register declar...
2004-12-29 slade_richAdjusted internal stack and pre-allocated registers...
2004-11-09 slade_richAdded support to generate code for struct bit fields.
2004-09-09 slade_richWhen no max ram set validate full memory range.
2004-09-06 slade_richChanged PIC14 code to not set bit RP1 when maxram is...
2004-08-10 slade_richWill no longer exit if #pragma maxram has not been...
2004-02-04 slade_richLined up indentation.
2004-01-20 bernhardheld* src/pic/device.c,
2003-08-19 bernhardheldpic patches by Slade
2003-05-30 bernhardheld* src/pic/device.c: added 16F819, patch by "David I...
2003-04-28 sdattaloAdded a new peep rule to handle carry logic (optimizes...
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
2002-08-09 sdattaloIndirect pointer access to banks 2 and 3 on the 'f877...
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-07-30 sdattalo- Register banking wasn't working for bit variables...
2002-07-23 sdattaloInterrupt context registers WSAVE and SSAVE were not...
2002-07-09 sdattalo(bandaid) Fixed core dump. You have to specify a valid...
2002-07-05 sdattaloApplied patch from Kevin L. Pauba that added the #pragm...
2002-07-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-07-02 sdattalopCode Register optimization - registers used in only...
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
2002-06-13 sdattaloImproved the Register Banking algorithm.
2002-05-10 sdattaloFixed several tiny bugs.
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-14 sdattalodattalo - Major commit! re-wrote register allocation...