PIC16 - Applied patch from Vangelis Rokas. Many fixes for the PIC16 port.
[fw/sdcc] / src / pic / main.c
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-05-11 borutradd quotes to file name parameters for gplink and gpasm
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
2003-04-19 borutrhandling space characters in file path
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2003-01-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
2002-08-09 sdattaloIndirect pointer access to banks 2 and 3 on the 'f877...
2002-07-23 sdattaloInterrupt context registers WSAVE and SSAVE were not...
2002-07-05 sdattaloApplied patch from Kevin L. Pauba that added the #pragm...
2002-05-11 sdattaloFixed several pointer related bugs in the PIC port
2002-05-10 sdattaloFixed several tiny bugs.
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
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-24 sandeepupdated to reflect changes in the port structure
2001-12-18 sandeepupdated to reflect the changes in port structure
2001-12-16 johanknoladded seperate segments for initialized data
2001-11-18 sandeepImplemented builtin functions
2001-11-10 sandeepAdded NULL entry for port->cseOk
2001-11-07 sdattalo- Parameter passing now works
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-03 johanknolShort is 16bits by default now
2001-04-01 sdattalosplit PIC port gen.c pcodepeep.c into smaller files...
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-24 sdattalopCode - register allocation, flow analysis, and peephole.
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-01-28 michaelhMerge of the izt changes.
2000-12-31 sdattaloPIC port on going development.most of addition, arrays...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-12-04 sdattaloTSD PIC port
2000-12-04 sdattaloStarted PIC port (based on mcs51 port)