* as/hc08/lkaomf51.c (OutputName),
[fw/sdcc] / src / ds390 / ralloc.c
2006-07-01 bernhardheld* as/hc08/lkaomf51.c (OutputName),
2006-05-12 MaartenBrock* doc/sdccman.lyx: documented numeric ranges, WEBDOC...
2005-11-18 bernhardheld* src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix...
2005-03-20 epetrich* src/port.h (struct PORT),
2005-02-26 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-12-19 maartenbrock* src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs...
2004-09-23 epetrich* src/SDCCicode.h,
2004-08-05 maartenbrock* src/pic/ralloc.c (deassignLR): allthough pic port...
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-07-27 maartenbrock* src/SDCC.lex (doPragma): added pragma disable_warning...
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-04-23 epetrich* src/SDCCicode.h,
2004-03-19 epetrich* src/mcs51/gen.c (genFunction): optimize RECEIVE in...
2004-03-02 epetrich* src/ds390/ralloc.h,
2004-02-10 epetrich* src/ds390/gen.c (genNearPointerGet),
2004-02-09 epetrich* src/SDCCsymt.h,
2004-01-30 epetrich* src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2003-11-23 kflittner fixed bug #845089
2003-10-28 kflittnerReplaced the liverange code.
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-05 bernhardheld* src/SDCCloop.c (assignmentsToSym, loopInduction)...
2003-09-21 epetrich* src/mcs51/ralloc.c (fillGaps),
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-07-11 kvigorfix bug 769624
2003-04-03 johanknoltemp fix for genArrayInit
2003-03-14 johanknolcatch DECLARATOR / SPECIFIER abuse
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2002-08-29 borutrcorrected improper use of assert
2002-08-07 borutr- added return 0 statements after assert() to make...
2002-03-02 sandeepvarious fixes & enhancements (ds390) specific
2002-01-31 johanknolfixed bug #510826
2002-01-30 sandeep1) handle multiple send & receives from register bank1
2002-01-27 johanknolfixed an integral promotion bug
2002-01-24 johanknolfixed bug #507904
2002-01-07 johanknolfixed bug #499029
2001-12-29 sandeepa) packRegsForSupport could mess up live information...
2001-12-24 sandeepHad broken the regression testsuite
2001-12-24 sandeepALPHA version for -mTININative
2001-12-21 sandeepFixed a bug major in FillGaps , have to check uses...
2001-12-17 johanknolfixed an aggregate initialization bug
2001-12-16 johanknolThis should never have been here
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-11 sandeepDPTR use fixed for add to remat.
2001-12-09 johanknolfixed bug #477835 for ds390-port
2001-11-28 sandeepa) Moved DPL, DPH, DPX & B before XREGn . ralloc.c...
2001-11-28 michaelhCleaned up warnings
2001-11-23 sandeepMore fixes for DPTR use
2001-11-21 sandeepa) Fixed a buch of bugs with DPTR use
2001-11-19 johanknolfixed a last minute type
2001-11-19 johanknolFixed bug #483124
2001-11-18 sandeepImplemented builtin functions
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 sandeepa) Changed _ESP to esp
2001-11-14 sandeepSecond pass for register allocator
2001-11-14 sandeepMany changes. Started a second pass to the register...
2001-11-12 johanknolsmall fix where op was a value
2001-11-10 sandeepIntroduced DPTR use - now DPTR will allocated to liveRa...
2001-11-09 sandeepNow uses the clash information to determine of slocs...
2001-11-05 kvigorFix crash compiling vprintf.c
2001-11-05 sandeepcast of a remat is also remat.
2001-10-26 johanknolfixed a optimizer bug for longs
2001-10-15 sandeepSame enhancement as in mcs51/ralloc.c can set accuse
2001-09-29 sandeepminor improvement to register allocator in --stack10bit...
2001-09-15 johanknolfixed bug #460662 part 1
2001-08-28 kbongersallow compile of small large model
2001-08-19 sandeepfixed pointer post increment problem
2001-08-04 johanknol"fixed" bug 447547
2001-08-01 johanknolfixed bug #444971
2001-07-30 johanknolfinal fix for bug 444507
2001-07-17 johanknolremove a bad fix
2001-07-16 johanknoltemporary fix for bug #441448
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-13 johanknolnext step towards advanged type checking
2001-05-24 johanknolcreate/append dump files on a per session base
2001-05-20 johanknoli guess my mind was somewhere else ...
2001-05-14 johanknolfixed the
2001-05-04 kvigormore precise noOverLap
2001-05-04 kvigorfix overlapping sloc problem
2001-05-02 sandeepFixed a bug in packForpush wasn't extending the
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-27 johanknolsmall fixes
2001-04-27 johanknolRemoved some more ds390 leftovers in mcs51
2001-04-20 jtvolpeFixed mixed signed/unsigned compare
2001-04-10 johanknolDon't skip iTemp's if there is a function call in between
2001-04-07 johanknolfixed the multiple assignement bug with one in far...
2001-03-26 johanknolremoved a warning
2001-03-21 johanknolfixed the:
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-05 sandeepBUG in packForPush
2001-02-14 johanknolBeautified (indented) compiler source according to...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-30 kvigorfix segfault on casting int to pointer
2000-10-18 kvigordisable packRegsForOneuse until I can make it safe
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
next