*** empty log message ***
[fw/sdcc] / src / ds390 /
2002-01-31 johanknolfixed bug #510826
2002-01-31 bernhardheldFix typo
2002-01-30 sandeephad commited with options.parms_in_bank1 turned on...
2002-01-30 bernhardheldOptimise bit assignment
2002-01-30 sandeepadded a few more peephole optimzations
2002-01-30 sandeep1) added __builtin_inp & __builtin_outp used to read...
2002-01-30 sandeep1) handle multiple send & receives from register bank1
2002-01-27 johanknolxa51, work in progress
2002-01-27 johanknolfixed an integral promotion bug
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-15 johanknolfixed bug #449107
2002-01-14 johanknolfixed bug #503216
2002-01-13 sandeepzero changed to #0, one changed to #1
2002-01-07 johanknolfixed bug #499029
2001-12-29 sandeepa) improved computing address of stack variable
2001-12-29 sandeepa) packRegsForSupport could mess up live information...
2001-12-24 sandeepMore builtin function additions for TININative
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-19 sandeepFixed a post increment bug . Cannot post increment...
2001-12-18 sandeepSome peepholes cannot be done in tiniNative mode becaus...
2001-12-18 sandeepAdded tiniNative port
2001-12-18 sandeepMore assembler agnostisisms now the code generated...
2001-12-17 johanknolfixed an aggregate initialization bug
2001-12-17 bernhardheld(_*_genXINIT) orl instead of add
2001-12-16 bernhardheld(_ds390_genXINIT) added test for 0 length
2001-12-16 johanknolsome small corrections
2001-12-16 johanknolThis should never have been here
2001-12-16 johanknolmissing files for "added seperate segments for initiali...
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-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-28 sandeepa) Moved DPL, DPH, DPX & B before XREGn . ralloc.c...
2001-11-28 michaelhCleaned up warnings
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where the same slocs was shared between...
2001-11-23 sandeepMade it assembler agnostic everything assembler specifi...
2001-11-23 sandeepMore fixes for DPTR use
2001-11-23 sandeepChanged default stack location to 0x400007
2001-11-21 sandeepAdded __builtin function __builtin_memset_x
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-16 johanknolanother small stack fix, no test case but this should...
2001-11-16 johanknollet's try again: a small stack fix
2001-11-16 johanknolreverting to 1.127
2001-11-16 johanknolsmall stack fix
2001-11-15 sandeepa) Changed _ESP to esp
2001-11-15 johanknolfixed undefined _ESP in main.c
2001-11-15 kvigorFix broken genXor in bug-460444
2001-11-14 sandeepSecond pass for register allocator
2001-11-14 sandeepFixed another AOP_STR & ruonly problem
2001-11-14 sandeepMany changes. Started a second pass to the register...
2001-11-13 johanknolfixed bug #481053
2001-11-12 johanknolsmall fix where op was a value
2001-11-11 kvigorwe sometimes use five elements of aop_str
2001-11-10 sandeepIntroduced DPTR use - now DPTR will allocated to liveRa...
2001-11-10 sandeepAdded initial cseCostEstimation function, this I think...
2001-11-09 sandeepNow uses the clash information to determine of slocs...
2001-11-09 sandeepAdded support for Post Increment to pointerSet routines too
2001-11-08 johanknolcommited Sandeep's ptr inc/dec opts after his disc...
2001-11-07 sandeepDisbale interrupt during Accelerator operations
2001-11-07 sandeepAnother small improvement on cast remat
2001-11-07 sandeepFixed cast remat problem for pointerGet & pointerSet
2001-11-06 johanknolfixed bug #478698
2001-11-06 johanknola small naked and calleesave fix
2001-11-06 kvigorArithmetic accelerator: genModTwoBytes loaded MB backwa...
2001-11-06 kvigorArithmetic accelerator fixes: literal multiply/divide...
2001-11-05 kvigorFix crash compiling vprintf.c
2001-11-05 sandeepcast of a remat is also remat.
2001-11-04 sandeepAdded support for DS390 Arithmetic Accelerator
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-26 kvigorfix some grossness in the logic operations (genAnd...
2001-10-26 kvigorfix broken genOr
2001-10-26 johanknolfixed a optimizer bug for longs
2001-10-23 kvigording, dong, the ack is dead! (fixed the last "Ack!...
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 johanknolfixed a regression bug, although it doesn't fix the...
2001-10-15 sandeepSame enhancement as in mcs51/ralloc.c can set accuse
2001-10-03 bernhardheld../cvsm
2001-09-29 sandeepminor improvement to register allocator in --stack10bit...
2001-09-27 kbongersadjust for mach os-x support
2001-09-25 johanknolsmall improvements :(
2001-09-25 johanknola better constant to type check
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-15 johanknolfixed bug #460662 part 1
2001-09-04 johanknolbug #458311
2001-09-02 kbongerstraces for AP and dptr1 use
2001-08-28 kbongersallow compile of small large model
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-21 johanknolfixed bug #451453
next