* src/mcs51/ralloc.c (deassignLR),
[fw/sdcc] / src / mcs51 / ralloc.c
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-04-23 epetrich* src/SDCCicode.h,
2004-04-16 epetrich* doc/sdccman.lyx: removed the ANSI-C noncompliance...
2004-04-13 epetrich* src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocT...
2004-04-12 bernhardheld* src/mcs51/ralloc.c (packRegsForAssign): fixed bug...
2004-03-19 epetrich* src/mcs51/gen.c (genFunction): optimize RECEIVE in...
2004-02-29 epetrich* src/SDCCpeeph.h,
2004-02-15 epetrich* src/mcs51/ralloc.c (packRegsForAssign, reassignAliase...
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-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-09-21 epetrich* src/mcs51/ralloc.c (fillGaps),
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-04-17 johanknolfixed bug #716790 and removes lot's of redundant regist...
2003-04-17 johanknolfixed bug #720667
2003-04-09 johanknolafter a good night sleep, let's try again
2003-04-08 johanknolthis DOES cause problems
2003-04-08 johanknolthis saves a few slocs without problems
2003-04-08 johanknoldon't know why yet, but this causes a crash
2003-04-08 johanknolThis shows the registers in use in --i-code-in-asm...
2003-03-27 johanknollet's try again ;-)
2003-03-25 johanknolThis should fix some, if not all, of the live range...
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-15 bernhardheldsrc/mcs51/ralloc.c (packRegsForAssign): fixed bug ...
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-25 johanknoldisabled useless warning
2003-02-24 johanknolframework for the liverangehunt
2003-02-06 johanknolWhat was I thinking?
2003-02-02 johanknolfixed bug #631653
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2002-10-06 wimlGive the argument of isCommutativeOp() the correct...
2002-09-20 wimlTest pointer for NULL *before* dereferencing it, not...
2002-09-19 wimlApplying patch #609842: Fixes to mcs51 register allocat...
2002-08-29 borutrcorrected improper use of assert
2002-08-07 borutr- added return 0 statements after assert() to make...
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-02-18 johanknolremoved a false warning
2002-01-31 johanknolfixed bug #510826
2002-01-30 sandeepAdded support for --parms-in-bank1
2002-01-24 johanknolfixed bug #507904
2002-01-07 johanknolfixed bug #499029
2001-12-29 sandeeppackRegsForSupport could mess up the live information...
2001-12-21 sandeepFixed a bug major in FillGaps , have to check uses...
2001-12-19 johanknolfixed bug #494721
2001-11-29 sandeepMissed defining D
2001-11-29 sandeepImplemented FillGaps for z80 & mcs51
2001-11-19 johanknolfixed a last minute type
2001-11-19 johanknolFixed bug #483124
2001-11-17 sandeepKeep uses & defs bitVectors updated during pack* operations
2001-11-17 johanknolprelimanary fix for bug #480076
2001-11-17 johanknolAlthough a one byte char array has size==1, it can...
2001-11-15 sandeepa) fixed genAddrOf bug for parameters
2001-11-14 sandeepslocs are not statics
2001-11-10 sandeepImproved accuse
2001-11-09 sandeepNow uses clashes bitVect to determine if the slocs...
2001-11-07 kvigorogga-ectomy
2001-11-05 kvigorFix crash compiling vprintf.c
2001-11-05 sandeepCast of a remat is also remat.
2001-11-05 johanknolfixed bug #477835 for the mcs port
2001-11-03 johanknolfixed fig #471059
2001-10-26 johanknolfixed a optimizer bug for longs
2001-10-15 sandeepset accuse when used ONLY in IFX & this is a CONDITIONAL
2001-09-15 johanknolfixed bug #460662 part 1
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-27 johanknolno need to register bitfields
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-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 johanknolremoved a warning :)
2001-05-14 johanknolfixed the
2001-05-02 sandeepFixed a bug in packForpush wasn't extending the
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-27 johanknolRemoved some more ds390 leftovers in mcs51
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-10 johanknolDon't skip iTemp's if there is a function call in between
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-09 johanknoltemporary fix for op '<' being forwarded to support...
2001-04-07 johanknolfixed the multiple assignement bug with one in far...
2001-03-29 johanknol--stack-auto and --int-long-reent related things
2001-03-26 johanknolremoved a warning
2001-03-26 sandeeplocal variables and parameters will NOT be assigned...
2001-03-21 johanknolfixed the:
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
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...
2001-02-04 jtvolpeNew Memory Allocation functions
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
next