* support/regression/tests/fetchoverlap.c: Added new test case.
[fw/sdcc] / src / mcs51 /
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-31 pjsAdded peepholes 223 to 231 to mcs51 port.
2001-08-24 kvigor(optionally) push static array initialization down...
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-19 sandeepFixed pointer post increment problem
2001-08-12 bernhardheldHelp-text corrected
2001-08-04 johanknol"fixed" bug 447547
2001-08-03 johanknolfixed bug #447331
2001-08-02 michaelh* Added support for doing shifts by helper functions
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-27 johanknolno need to register bitfields
2001-07-26 johanknolpartial fix for bug #444507
2001-07-17 johanknolremove a bad fix
2001-07-16 johanknoltemporary fix for bug #441448
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-03 johanknolShort is 16bits by default now
2001-07-02 johanknoloops
2001-07-02 johanknolsmall improvement of 8*8=8/16 signed mul
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-22 johanknolbug #435214 "(long)>>9"
2001-06-20 michaelhUnified the per port Makefiles
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-13 johanknolnext step towards advanged type checking
2001-06-11 johanknolregistered ints can be casted to generic pointers
2001-06-03 johanknolcomitted Bernhard's peephole 182a
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-24 johanknolcreate/append dump files on a per session base
2001-05-21 johanknolremoved my secret debugging strategie
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknoli guess my mind was somewhere else ...
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-14 johanknolremoved a warning :)
2001-05-14 johanknolfixed the
2001-05-14 johanknolSmall peephole fix
2001-05-14 johanknolSmall peephole fix
2001-05-14 sandeepadded another rule
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-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
next