Added peepholes 223 to 231 to mcs51 port.
[fw/sdcc] / src /
2001-08-31 pjsAdded peepholes 223 to 231 to mcs51 port.
2001-08-31 michaelhFixed up support for the gbz80 such that it will at...
2001-08-31 michaelh * src/z80/gen.c (genPlus): Changed bad long add for...
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-30 kvigorFix initialization of arrays of char *
2001-08-30 anoncvs_rymovsnprintf is not standard
2001-08-30 michaelh * link/z80/aslink.h: Fixed long file name support...
2001-08-28 johanknolfixed bug #455597
2001-08-28 kbongersallow compile of small large model
2001-08-27 kvigorFix old array initialization support
2001-08-27 michaelhOptimised mul, added asm string functions
2001-08-27 sandeepSome more improvements on AVR
2001-08-27 sdattalopCode peep is fully working for the PIC port.
2001-08-26 sandeepFixed regression
2001-08-26 michaelhAdded support for gsinit packing.
2001-08-25 sandeepfix for bug-453196
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-24 johanknolpartial fix for bug 436868
2001-08-23 johanknolremoved a useless fix
2001-08-22 johanknolfixed bug 449137/453886
2001-08-21 johanknolThis _could_ be a fix for the everlasting --stack-auto...
2001-08-21 johanknolfixed bug #451453
2001-08-21 johanknolfixed bug #453370
2001-08-20 michaelhAdded simple assertions to help bug tracking
2001-08-19 sandeepfixed pointer post increment problem
2001-08-19 sandeepFixed pointer post increment problem
2001-08-13 bernhardheldAvoid tmp-files: create them only when compiling
2001-08-13 bernhardheldFixed up ENDIAN warning with CYGWIN
2001-08-12 bernhardheldHelp-text corrected
2001-08-12 bernhardheldHelp-text corrected
2001-08-12 bernhardheldHelp-text corrected
2001-08-10 johanknolfixed the lineno error when using the new sdcpp
2001-08-10 johanknolfixed bug #449137
2001-08-09 michaelhChanged z80 to use loop induction. Updated libs to...
2001-08-08 michaelh* Optimised many of the library functions
2001-08-04 johanknol"fixed" bug 447547
2001-08-03 johanknolfixed bug #447331
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 kvigorfix genrshTwo bug
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-08-02 johanknola treat for those poor MS$ addicts
2001-08-01 johanknolfixed bug #444971
2001-08-01 johanknolfixed the bit to int cast
2001-07-31 johanknolsmall fix for constant range check
2001-07-30 johanknolshort really is 16bits now
2001-07-30 johanknolfinal fix for bug 444507
2001-07-30 johanknolfixed bug #443257
2001-07-27 johanknolno need to register bitfields
2001-07-26 johanknolpartial fix for bug #444507
2001-07-26 johanknolpartial fix for bug #444507
2001-07-25 johanknolDon't promote -3 to int either
2001-07-25 johanknolno need to promote 0xff00u to long
2001-07-25 johanknolfixed a parameter skip, added some more usage texts
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-21 michaelhRegression tests now pass on z80
2001-07-20 michaelhFixed compare with 0 >= 0. Fixed push bc around call...
2001-07-18 johanknolbetter type check for type-def's
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-15 johanknol*** empty log message ***
2001-07-15 johanknolThe z80 port now needs this
2001-07-14 michaelhMany large updated regarding callling convention. ...
2001-07-14 michaelhMade linking support base areas and extra libraries...
2001-07-11 michaelhAdded link support in the simple case
2001-07-09 kvigorvery tiny cleanup of dead code
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-07-02 michaelhAdded exe transform support. Made the strip explicit...
2001-07-01 johanknolJust to prevent a compiler crash
2001-07-01 johanknolfixed bug #222580
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-26 johanknolremoved some warnings
2001-06-26 johanknolFixed the overlay handling for --model-small and -...
2001-06-26 kbongersno gc, chg to util
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-25 johanknolfixed the --<whatever>-reent stack restoration
2001-06-25 johanknola saver error report
2001-06-24 johanknola better fix for the \<newline> line numbering issue
2001-06-23 johanknol*** empty log message ***
2001-06-23 johanknolwarn about a stray \
2001-06-23 johanknolThe newline in string constant.
2001-06-22 johanknolsome progress on escape sequences
2001-06-22 johanknolbug #435214 "(long)>>9"
2001-06-21 kvigorbug 435068: fix this code: d = (0 ? 4 : 8) + 1;
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-20 michaelhUnified the per port Makefiles
2001-06-19 johanknolwhile emitting maps, we are inInitMode
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-06-17 johanknolNow _naked should work for function calls too. In fact...
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-15 johanknolthe next step towards advanced typechecking
2001-06-13 johanknolnext step towards advanged type checking
2001-06-13 johanknolnext step towards 16bits short
2001-06-13 johanknolNext step in 16 bits short
2001-06-13 johanknolThat should never have been comitted.
next