* debugger/mcs51/break.c, debugger/mcs51/cmd.c,
[fw/sdcc] / src / pic / device.c
2008-12-20 tecodev* debugger/mcs51/break.c, debugger/mcs51/cmd.c,
2008-08-15 tecodev* src/pic/*.[ch]: removed dead/replaced code, no functi...
2008-08-15 tecodev* src/z80/gen.c (_vemit2): suppress compiler warning
2008-03-03 tecodev* src/pic/device.c (find_device): search user-specified...
2007-09-27 tecodev* src/pic/device.c (find_device): prevent buffer underf...
2007-01-28 borutr* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected...
2007-01-19 tecodev* src/pic/device.c (register_map): fixed list construction
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-12-12 tecodev* src/pic/device.h: removed AssignedMemory structure...
2006-11-30 tecodev* src/pic/device.c (dump_sfr): always emit symbols
2006-11-30 tecodev* src/pic/device.c (create_pic,ram_map): add memRange...
2006-11-20 tecodev* src/pic/device.{c,h}: added pic14_getPIC()
2006-10-10 tecodev* src/SDCCmain.c (optionsTable): accept --stack-size...
2006-10-10 tecodev* src/pic/main.c (_pic14_parseOptions): added --stack...
2006-07-20 tecodev* src/pic/device.c (addMemRange,assignRegister): suppre...
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...