* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / pic / ralloc.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-07-23 tecodev* src/pic/gen.h: added emitpcode macro for debugging
2005-07-22 tecodev* src/SDCCmain.c (linkEdit): initialized linkerScriptFi...
2005-07-22 tecodev* src/pic/device.c (dump_sfr): replaced register declar...
2005-07-04 tecodev* src/pic/gen.c (popGet): changed assert to allow for
2005-07-01 tecodev* src/pic/gen.h: added prototypes emitpComment, popGetA...
2005-04-14 borutr* fixed bug 1045046 - SIGSEGV with really simple code?:
2005-03-20 epetrich* src/port.h (struct PORT),
2005-02-26 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-11-09 slade_richAdded support to generate code for struct bit fields.
2004-10-26 slade_richfixed inefficient code for compiling complimented bit.
2004-09-23 epetrich* src/SDCCicode.h,
2004-08-11 slade_richPrinting rIdx on internal verbose debug.
2004-08-05 maartenbrock* src/pic/ralloc.c (deassignLR): allthough pic port...
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-08-02 slade_richTidied up tabs.
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-04-23 epetrich* src/SDCCsymt.h: a missing part of my last change
2004-04-23 epetrich* src/SDCCicode.h,
2004-02-09 epetrich* src/SDCCsymt.h,
2004-02-04 slade_richLined up indentation.
2004-01-30 epetrich* src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2004-01-20 bernhardheld* src/pic/device.c,
2003-11-23 kflittner fixed bug #845089
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-09-12 epetrichFixed bug #621531 (const & volatile confusion in the...
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-22 sdattaloPIC port now supports object files. Applied patch from...
2003-04-11 sdattaloThe function name in a pointer to function variable...
2003-04-11 sdattaloPointers - Applied function ptr patch from Steve Tell...
2003-03-07 johanknolSee Changelog 1.204
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-11 bernhardheldnew option -o
2003-01-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-07-30 sdattalo- Register banking wasn't working for bit variables...
2002-07-25 sdattaloRegisters used inline were not getting allocated.
2002-07-23 sdattaloInterrupt context registers WSAVE and SSAVE were not...
2002-07-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
2002-06-13 sdattaloImproved the Register Banking algorithm.
2002-05-17 sdattaloNumerous bug fixes in PIC Port (pointers, shifting...
2002-05-10 sdattaloFixed several tiny bugs.
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-14 sdattalodattalo - Major commit! re-wrote register allocation...
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-01-09 sdattaloNow the PIC port DOESN'T spew debug info by default.
2001-12-19 johanknolfixed bug #494721
2001-12-11 sdattalo*** empty log message ***
2001-11-24 sdattaloAdded regression testing files that should've been...
2001-11-17 sandeepKeep uses & defs bitVectors updated during pack* operations
2001-11-17 johanknolAlthough a one byte char array has size==1, it can...
2001-11-15 sandeepimproved heuristics for spilling
2001-11-14 sandeepslocs are not statics
2001-11-07 sdattalo- Parameter passing now works
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-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)