* as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
[fw/sdcc] / src / mcs51 / gen.c
2001-12-31 skentonmake pcall use correct chain
2001-12-29 sandeepFixed a bug in hasInc
2001-12-19 sandeepFixed a post increment bug . Cannot post increment...
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-02 bernhardheldfix "inc sp"
2001-12-02 bernhardheld(genFunction): avoid excess "inc sp"
2001-12-01 johanknolfixed bug #485513, although a warning should be thrown...
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
2001-11-15 sandeepa) fixed genAddrOf bug for parameters
2001-11-14 sandeepFixed a post increment bug
2001-11-13 johanknolfixed bug #481053
2001-11-12 johanknolfixed bug #480712
2001-11-10 sandeepImproved accuse
2001-11-09 sandeepFixed a potential bug in genGenPointerSet
2001-11-09 johanknollost some debugging aids
2001-11-08 johanknolcommited Sandeep's ptr inc/dec opts after his disc...
2001-11-08 johanknolsome more debugging aids
2001-11-06 johanknolfixed bug #478698
2001-11-06 johanknola small naked and calleesave fix
2001-11-05 sandeepCast of a remat is also remat.
2001-11-05 johanknolfixed bug #477835 for the mcs port
2001-11-03 johanknolfixed fig #471059
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-23 kvigorBug 471076 fix
2001-10-22 johanknolFunction attribute migration.
2001-10-07 johanknollet's not assume it is a symbol
2001-10-02 johanknola more general fix for bug #466586
2001-09-27 kbongersadjust for mach os-x support
2001-09-25 johanknola better constant to type check
2001-09-23 johanknolfixed bug #456966
2001-09-14 johanknolNow only the native_memcpy_cs2xs() is missing
2001-09-13 johanknolImproved version of the experimental new initializer
2001-09-12 johanknola better version of array initializers
2001-09-09 sandeepfixed up hasInc function, was missing some opputunities
2001-09-09 sandeepimproved code generation for RLC & RRC
2001-09-04 johanknolcomit of the fix as mentioned in bug #458311
2001-09-01 johanknolthe --stack-auto crash fix wasn't so useless after...
2001-08-23 johanknolremoved a useless fix
2001-08-21 johanknolThis _could_ be a fix for the everlasting --stack-auto...
2001-08-21 johanknolfixed bug #451453
2001-08-20 michaelhAdded simple assertions to help bug tracking
2001-08-12 bernhardheldHelp-text corrected
2001-08-03 johanknolfixed bug #447331
2001-08-01 johanknolfixed bug #444971
2001-08-01 johanknolfixed the bit to int cast
2001-07-30 johanknolfinal fix for bug 444507
2001-07-26 johanknolpartial fix for bug #444507
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-02 johanknoloops
2001-07-02 johanknolsmall improvement of 8*8=8/16 signed mul
2001-06-22 johanknolbug #435214 "(long)>>9"
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-11 johanknolregistered ints can be casted to generic pointers
2001-05-30 kvigorAdd _naked modifier
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
next