2001-10-21 Michael Hope <michaelh@juju.net.nz>
[fw/sdcc] / src / ds390 /
2001-02-06 kvigorremove dead code and useless ifdefs; should be a big...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 johanknolFixed the hairy inline 'Y' bug in SDCC.y
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-04 johanknoltemporary hack for the inline Y bug
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-30 kvigorfix AOP_OP_3_NOFATAL
2001-01-29 kvigorFix Johan's latest finds
2001-01-29 kvigorimproved bit-wise operations with literal RHS
2001-01-28 michaelhMerge of the izt changes.
2001-01-26 kvigorvarious ds390 code generator improvements, including...
2001-01-04 jtvolpeMS VC6 Port
2001-01-04 jtvolpeMS VC6 Port
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-30 kvigorfix segfault on casting int to pointer
2000-11-21 kvigorhandle fetch from code space to DPTR
2000-11-13 sandeepFixed BITFIELD problems
2000-10-18 kvigordisable packRegsForOneuse until I can make it safe
2000-10-17 kvigorMinor optimization: don't sign-extend when casting...
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);...