fix combination of --xstack & ISRs using non-zero banks
[fw/sdcc] / src / mcs51 / gen.c
2001-05-29 kvigorfix combination of --xstack & ISRs using non-zero banks
2001-05-29 kvigorsave any register banks used by functions called via...
2001-05-21 johanknolremoved my secret debugging strategie
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-13 johanknolswitch banks after send, don't saveRegister after switc...
2001-05-03 kvigorclean up genDjnz for far data case; include same fix...
2001-04-27 johanknolsmall fixes
2001-04-27 johanknolRemoved some more ds390 leftovers in mcs51
2001-04-22 sandeepmore enhancements for avr & some bug fixes
2001-04-20 jtvolpeFixed mixed type compares and conversions
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-07 johanknolfixed the (long)<<27 bug
2001-04-05 johanknolUndid a very stupid thing
2001-03-31 sandeepadded post increment optimization
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-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
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-04 jtvolpeMS VC6 Port
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-13 sandeepFixed BITFIELD problems
2000-11-11 sandeepsome -xstack related stuff
2000-10-21 sandeepfixed a push/pop problem
2000-09-19 johanknolfixed genUminus bug for int and long
2000-06-19 sandeepfixed sign extension bug
2000-05-07 sandeepAdded print Allocation info will print
2000-03-23 sandeepmore remat problems fixed.
2000-03-23 sandeepFixed remat bug
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-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-22 sandeepfixed bug for bit complement
2000-02-16 kvigorflat 24: mung fReturnSize before packing registers...
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
2000-02-10 kvigorSome new peephole optimizations, primarily for 24 bit...
2000-02-10 kvigor24 bit flat mode: handle generic pointer arithmetic
2000-02-09 kvigor24 bit flat mode: get call via function pointer working
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelhMore shifting. Remove SDCCralloc.h, made all in mcs51...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhRemoved some generated files, added Makefile.common...