fixed a loop invariant bug
[fw/sdcc] / src / ds390 /
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-10-01 johanknolremove -Werror again for less stable systems
2000-10-01 sandeep /* added condition transformations */
2000-09-30 kvigorDPTR abuse by 182a fixed by adding 182b
2000-09-30 johanknolcleaning; moved all extern's from .c to .h files for...
2000-09-30 kvigorJust another DPS peephole
2000-09-29 johanknolCan't we skip this?
2000-09-29 kvigoremitcodePointerGet was badly broken
2000-09-29 kvigorfinally enable all those work-in-progress optimizations...
2000-09-29 kvigoranother lazy DPS evaluation bug squished
2000-09-28 kvigorlast optimizations: genPlus was too eager to use altern...
2000-09-28 kvigorwork in progress: bug in lazy DPS evaluation fixed
2000-09-28 kvigoryet more work in progress: FarFarAssign optimizations
2000-09-27 kvigorwork in progress: several improvements to generated...
2000-09-26 kvigorwork in progress: clean up DPS abuse
2000-09-26 kvigorUse only 3 bytes of generic pointers in comparisons
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-21 kvigorAdd labelRefCount constraints to many peephole rules
2000-09-21 kvigoranother possible impedance mismatch in genPlus/genMinus
2000-09-21 kvigorAdd labelRefCount constraint for peephole rules.
2000-09-20 kvigorRemove debug option (-c) from default assembler options
2000-09-20 kvigorrealized last bug impacted genPlus as well
2000-09-20 kvigorfix genMinus aopPut out-of-range bug
2000-09-20 kvigormake integer -> generic pointer casts default to XDATA...
2000-09-20 kvigortail inc/dec optimizations were too agressive; fix...
2000-09-20 kvigorClean up useage of ap register with DPTR2 opcodes
2000-09-19 kvigorcleanup fp fix to pop directly instead of pop acc/mov...
2000-09-19 johanknolfixed genUminus bug for int and long
2000-09-18 kvigorBetter fix for DS80C390 div bug (Johan's fp bug fixed...
2000-09-17 johanknolds390 uses a 4 byte instruction code in flat24
2000-09-16 johanknoltemporary fix for fp support
2000-09-14 kvigorFix Karl's FarPointer bug
2000-09-10 sandeepfixed some option.model specific stuff
2000-09-09 sandeep1) added some debug dumping
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-23 johanknollet's be more specific
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...