Now the PIC port DOESN'T spew debug info by default.
[fw/sdcc] / src / pic / pcode.c
2002-01-09 sdattaloNow the PIC port DOESN'T spew debug info by default.
2001-12-18 sdattaloYet again, signed comparisons to literals has been...
2001-12-11 sdattalo*** empty log message ***
2001-11-24 sdattaloAdded regression testing files that should've been...
2001-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-11-07 sdattalo- Parameter passing now works
2001-11-01 sdattalo- Added ;#CSRC labels so that a 3rd party tool can...
2001-10-30 sdattaloThe PIC Port was assuming ifx was always true. (A recen...
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-10-09 sdattaloAdded more PIC regression testing.
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-30 sdattaloAdded more regression test to the pic port. Added suppo...
2001-08-30 anoncvs_rymovsnprintf is not standard
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-05-20 jtvolpeFixed implicit data type conversions
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-12 sdattaloMore peep to pCode parsing.
2001-05-05 sdattaloMore peephole to pCode parsing.
2001-04-29 sdattaloParse peephole snippets to generate pCode
2001-04-20 jtvolpeChanged name of unlink function for cygnus and MSVC
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...
2001-03-25 sdattaloPIC Port Added support for subtraction
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