*** empty log message ***
[fw/sdcc] / src / mcs51 /
2002-02-02 johanknolxa 51, work in progress
2002-01-31 johanknolfixed bug #510826
2002-01-30 sandeephad commited with options.parms_in_bank1 turned on...
2002-01-30 bernhardheldOptimise bit assignment
2002-01-30 sandeepAdded support for --parms-in-bank1
2002-01-27 johanknolxa51, work in progress
2002-01-25 johanknolxa51, work in progress
2002-01-24 johanknolfixed bug #507904
2002-01-20 johanknolfixed bug #505387
2002-01-19 johanknolfirst pass at including c-code as asm comments
2002-01-19 pjsAdded --xram-movc option
2002-01-15 johanknolfixed bug #449107
2002-01-14 johanknolfixed bug #503216
2002-01-07 johanknolfixed bug #499029
2002-01-01 skentonmake caller set/restore regbank
2001-12-31 skentonmake pcall use correct chain
2001-12-29 sandeeppackRegsForSupport could mess up the live information...
2001-12-29 sandeepFixed a bug in hasInc
2001-12-24 sandeepupdated to reflect changes in the port structure
2001-12-21 sandeepFixed a bug major in FillGaps , have to check uses...
2001-12-19 johanknolfixed bug #494721
2001-12-19 sandeepFixed a post increment bug . Cannot post increment...
2001-12-18 sandeepupdated to reflect the changes in port structure
2001-12-17 bernhardheld(_*_genXINIT) orl instead of add
2001-12-16 bernhardheld(_mcs51_genXINIT) added test for 0 length
2001-12-16 johanknolsome small corrections
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-02 bernhardheldfix "inc sp"
2001-12-02 bernhardheld(genFunction): avoid excess "inc sp"
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-29 sandeepMissed defining D
2001-11-29 sandeepImplemented FillGaps for z80 & mcs51
2001-11-28 michaelhCleaned up warnings
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
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 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-14 sandeepFixed a post increment bug
2001-11-13 johanknolfixed bug #481053
2001-11-12 johanknolfixed bug #480712
2001-11-10 sandeepImproved accuse
2001-11-10 sandeepAdded initial cseCostEstimation function, this I think...
2001-11-09 sandeepNow uses clashes bitVect to determine if the slocs...
2001-11-09 sandeepFixed a potential bug in genGenPointerSet
2001-11-09 johanknollost some debugging aids
2001-11-08 johanknolcommited Sandeep's ptr inc/dec opts after his disc...
2001-11-08 johanknolsome more debugging aids
2001-11-07 kvigorogga-ectomy
2001-11-06 johanknolfixed bug #478698
2001-11-06 johanknola small naked and calleesave fix
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-11-02 johanknolthis wasn't intended to be this way
2001-10-26 johanknolfixed a optimizer bug for longs
2001-10-23 kvigorBug 471076 fix
2001-10-22 johanknolFunction attribute migration.
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-15 sandeepset accuse when used ONLY in IFX & this is a CONDITIONAL
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-07 johanknollet's not assume it is a symbol
2001-10-03 bernhardheld../cvsm
2001-10-02 johanknola more general fix for bug #466586
2001-09-27 kbongersadjust for mach os-x support
2001-09-25 johanknola better constant to type check
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-23 johanknolfixed bug #456966
2001-09-15 johanknolfixed bug #460662 part 1
2001-09-14 johanknolNow only the native_memcpy_cs2xs() is missing
2001-09-13 johanknolImproved version of the experimental new initializer
2001-09-12 johanknola better version of array initializers
2001-09-09 sandeepfixed up hasInc function, was missing some opputunities
2001-09-09 sandeepimproved code generation for RLC & RRC
2001-09-04 johanknolcomit of the fix as mentioned in bug #458311
2001-09-01 johanknolthe --stack-auto crash fix wasn't so useless after...
2001-08-31 pjsAdded peepholes 223 to 231 to mcs51 port.
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-23 johanknolremoved a useless fix
2001-08-21 johanknolThis _could_ be a fix for the everlasting --stack-auto...
2001-08-21 johanknolfixed bug #451453
2001-08-20 michaelhAdded simple assertions to help bug tracking
2001-08-19 sandeepFixed pointer post increment problem
2001-08-12 bernhardheldHelp-text corrected
2001-08-04 johanknol"fixed" bug 447547
2001-08-03 johanknolfixed bug #447331
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-08-01 johanknolfixed bug #444971
2001-08-01 johanknolfixed the bit to int cast
2001-07-30 johanknolfinal fix for bug 444507
2001-07-27 johanknolno need to register bitfields
2001-07-26 johanknolpartial fix for bug #444507
2001-07-17 johanknolremove a bad fix
2001-07-16 johanknoltemporary fix for bug #441448
next