* src/SDCCast.c (processParams): added new type flow and restructured
[fw/sdcc] / src / pic / glue.c
2004-01-31 bernhardheld* src/SDCCast.c (processParams): added new type flow...
2004-01-25 bernhardheld* src/SDCCast.c: added an additional type flow in decor...
2004-01-20 bernhardheld* src/pic/device.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-08-26 bernhardheldsrc/pic/glue.c (pic14printPublics): fix bitvars can...
2003-08-19 bernhardheldpic patches by Slade
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-04-28 sdattaloAdded a new peep rule to handle carry logic (optimizes...
2003-04-26 bernhardheld* src/pic/glue.c (pic14emitRegularMap): fixed warning
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-11 bernhardheldnew option -o
2002-09-03 borutrintroduced atexit() handler for teporay files removal...
2002-07-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
2002-06-02 sdattaloFunction inlining works well now. Added more flow analysis.
2002-05-31 sdattaloPIC Port - fixed pointer/array accesses. Stream line...
2002-05-11 sdattaloFixed several pointer related bugs in the PIC port
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-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-11-01 sdattalo- Added ;#CSRC labels so that a 3rd party tool can...
2001-10-22 johanknolFunction attribute migration.
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-03-24 sdattalopCode - register allocation, flow analysis, and peephole.
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-04 sdattaloPIC port pcode. Added pcode peephole feature.
2001-02-18 sdattaloAdded pCode to the PIC port
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-01-10 sdattaloPIC Port - Indirection works better. instrumented pic...
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)