* src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
[fw/sdcc] / src / pic / ralloc.c
2001-09-09 michaelh * src/pic/ralloc.c (debugLogRegType): Removed some...
2001-08-19 sandeepfixed pointer post increment problem
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-05-24 johanknolcreate/append dump files on a per session base
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-20 jtvolpeFixed mixed type compares and conversions
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-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-04 jtvolpeNew Memory Allocation functions
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 sdattaloStarted PIC port (based on mcs51 port)