* src/pic/*.[ch]: removed dead/replaced code, no functional changes
[fw/sdcc] / src / pic / pcode.h
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
2007-01-22 tecodev* src/regression/bank1.c, src/regression/compare6.c,
2006-11-23 tecodev* src/regression/Makefile: add -L path to fresh library
2005-07-04 tecodev* src/pic/gen.c (popGet): changed assert to allow for
2005-04-10 borutr* src/pic/gen.c (genInline),
2004-02-04 slade_richLined up indentation.
2004-01-20 bernhardheld* src/pic/device.c,
2003-08-19 bernhardheldpic patches by Slade
2003-04-11 sdattaloThe function name in a pointer to function variable...
2003-04-11 sdattaloPointers - Applied function ptr patch from Steve Tell...
2002-08-09 sdattaloIndirect pointer access to banks 2 and 3 on the 'f877...
2002-07-14 sdattalo"ancestor" flow logic was implemented. Applied optimiza...
2002-07-11 sdattaloAdded CLRWDT instruction again (this time correctly).
2002-07-10 sdattaloAdded pcodeflow.c - much of pcode.c will eventually...
2002-07-06 sdattaloFixed seg fault for empty programs. Added more register...
2002-07-04 sdattaloMore enhancements to register optimization algorithms.
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-31 sdattaloPIC Port - fixed pointer/array accesses. Stream line...
2002-05-17 sdattaloNumerous bug fixes in PIC Port (pointers, shifting...
2002-05-11 sdattaloFixed several pointer related bugs in the PIC port
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...
2002-01-09 sdattaloNow the PIC port DOESN'T spew debug info by default.
2001-12-11 sdattalo*** empty log message ***
2001-09-30 sdattaloAdded more regression test to the pic port. Added suppo...
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-04-29 sdattaloParse peephole snippets to generate pCode
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...
2001-03-24 sdattalopCode - register allocation, flow analysis, and peephole.
2001-03-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-02-18 sdattaloAdded pCode to the PIC port