more work in progress: literal shift improvement
[fw/sdcc] / src / mcs51 /
2001-05-03 kvigorclean up genDjnz for far data case; include same fix...
2001-05-02 sandeepFixed a bug in packForpush wasn't extending the
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-27 johanknolsmall fixes
2001-04-27 johanknolRemoved some more ds390 leftovers in mcs51
2001-04-26 jtvolpeRemoved Release configuration until stable
2001-04-24 jtvolpeContinuing with VC6 Development - Dependency changes...
2001-04-22 sandeepmore enhancements for avr & some bug fixes
2001-04-20 jtvolpeGeneral removal of compiler warnings
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-11 johanknolremoved peephole 177 because of the:
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 (long)<<27 bug
2001-04-07 johanknolfixed the multiple assignement bug with one in far...
2001-04-05 johanknolUndid a very stupid thing
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-31 sandeepadded post increment optimization
2001-03-29 johanknol--stack-auto and --int-long-reent related things
2001-03-29 johanknolremoved --noregparms because it is obsolete and caused...
2001-03-26 johanknolremoved a warning
2001-03-26 sandeeplocal variables and parameters will NOT be assigned...
2001-03-21 johanknolfixed the:
2001-03-20 johanknolfixed the bit=~bit bug
2001-03-17 johanknolFixed a volatile optimalisation and some other small...
2001-03-15 johanknollet's not be too efficient
2001-03-15 johanknolfixed typo
2001-03-15 johanknolfixed the signed 8x8=8/16 multiplication
2001-03-14 johanknolImplemented the <<6 fix of Steve Drake
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-05 sandeepBUG in packForPush
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-26 sandeepFixed bitfield initialization in code space
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-28 michaelhMerge of the izt changes.
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-13 sandeepFixed BITFIELD problems
2000-11-11 sandeepsome -xstack related stuff
2000-10-21 sandeepfixed a push/pop problem
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-10-01 sandeep /* added condition transformations */
2000-09-24 kvigorAdd warning for using --model-flat24
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-21 kvigorAdd labelRefCount constraints to many peephole rules
2000-09-21 kvigorAdd labelRefCount constraint for peephole rules.
2000-09-19 johanknolfixed genUminus bug for int and long
2000-09-11 sandeepmissed a spot where ronly can be set
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-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-24 sandeepfixed a register allocation bug
2000-06-19 sandeepfixed sign extension bug
2000-06-05 michaelhMerge back from 2.21-pre1
2000-05-21 sandeepsome optimizations (eg. selective strength reduction)
2000-05-20 sandeepfixed increment of struct element problem & added 2...
2000-05-07 sandeepAdded print Allocation info will print
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-04-05 michaelh* All types of stuff to support different assemblers.
2000-03-26 michaelh* Added z80 blurb.
2000-03-23 sandeepmore remat problems fixed.
2000-03-23 sandeepFixed remat bug
2000-03-20 sandeepMore AVR stuff
2000-03-18 sandeepmaking progress with AVR
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-09 kvigor10 bit stack mode: just a few more tweaks...
2000-03-09 kvigor10 bit stack mode: handle DPTR2 in ISRs
2000-03-09 kvigor10 bit stack mode: almost working...
2000-03-09 kvigorWhoops! Minor garbage in previous checkin
2000-03-09 kvigor10 bit stack mode: work in progress
2000-03-08 kvigorFirst pass at 10 bit stack mode for DS80C390
2000-03-08 sandeepregister allocator should not do block spil if defined...
2000-03-06 sandeep1) fixed complement problem
2000-03-06 sandeep1) fixed one more array deref problem
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-25 sandeepwas generating bad code for situations like
2000-02-22 sandeepfixed bug for bit complement
2000-02-22 michaelhLots.
2000-02-16 kvigorflat 24: mung fReturnSize before packing registers...
2000-02-16 michaelh* Added support for the gb.
2000-02-14 kvigorLeft some debugs turned on in previous commit
2000-02-14 kvigorMinor optimization for 8051 tail increment/decrement
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-11 kvigorMisc flat 24 stack handling fixes
next