* Makefile.in, configure.in, configure,
[fw/sdcc] / src / pic / peeph.def
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...
2003-03-30 sdattaloFixed compound expressions of the type y = (x+K) OP...
2002-07-14 sdattalo"ancestor" flow logic was implemented. Applied optimiza...
2002-07-10 sdattaloAdded pcodeflow.c - much of pcode.c will eventually...
2002-07-07 sdattaloMore register optimizations
2002-07-06 sdattaloFixed seg fault for empty programs. Added more register...
2002-07-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-07-04 sdattaloMore enhancements to register optimization algorithms.
2002-06-19 sdattaloOperand comparisons were unnecessarily failing in the...
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2001-12-18 sdattaloYet again, signed comparisons to literals has been...
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-05-12 sdattaloMore peep to pCode parsing.
2001-04-29 sdattaloParse peephole snippets to generate pCode
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
2000-12-31 sdattaloPIC port on going development.most of addition, arrays...
2000-12-05 sdattaloPIC PORT - &, |, ^
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)