fw/sdcc
2001-11-02 michaelh * src/SDCCmain.c (linkEdit): Added runtime path detect...
2001-11-01 sdattalo- Added ;#CSRC labels so that a 3rd party tool can...
2001-11-01 johanknolsome small dumptree enhancements
2001-11-01 johanknoltemporary fix for bug #476632 z80 only
2001-10-31 bernhardheldinsert reentrant for mcs51
2001-10-31 johanknolfixed bug #476678
2001-10-31 johanknolfixed bug #476683
2001-10-31 johanknolfixed bug #476632
2001-10-31 michaelhAdded.
2001-10-30 bernhardheldavoid stack overflow
2001-10-30 bernhardheldavoid DSEG overflow
2001-10-30 sdattaloAdded regression tests for PIC Port.
2001-10-30 sdattaloThe PIC Port was assuming ifx was always true. (A recen...
2001-10-30 johanknola small update, before I forget
2001-10-30 johanknola beauty patch from bug #476062
2001-10-30 johanknolfixed bug #476089
2001-10-30 johanknolvoid * is allowed
2001-10-30 johanknolfixed bug #476281
2001-10-30 johanknolfixed bug #475821
2001-10-29 johanknolfixed bug #475852
2001-10-29 johanknolfixed an array to pointer bug
2001-10-29 johanknolmake the examples work again
2001-10-28 sandeepAssignment to structure member incorrect
2001-10-28 michaelh * src/z80/gen.c (genArrayInit): Made it work for on...
2001-10-27 sandeepAdded new option --dumptree . This will dump the front...
2001-10-27 sandeepFix for bug 474411: Two loops can share the same lastBl...
2001-10-27 sandeepFix for bug #469649 . When we make a register equivalen...
2001-10-27 johanknolfixed an array of structures initialisation bug
2001-10-27 johanknolfixed a sprintf() bug, only visible in the ds390 port
2001-10-27 johanknolMake the examples work again
2001-10-27 michaelh * support/cpp2/Makefile.in (install): Added creation...
2001-10-26 kvigorfix some grossness in the logic operations (genAnd...
2001-10-26 kvigorfix broken genOr
2001-10-26 johanknoltemporary "fixed" bug #469649, more too come...
2001-10-26 johanknolfixed bug #474411/474687
2001-10-26 johanknolfixed a optimizer bug for longs
2001-10-26 johanknolfixed bug #474222
2001-10-24 kbongersremove cpp directory
2001-10-24 bernhardheldstdio.h not needed
2001-10-24 kbongersRemove cpp directory
2001-10-24 bernhardheldremove output of empty line
2001-10-24 johanknolit's ok now
2001-10-24 johanknolCleaned it up a little
2001-10-23 kvigording, dong, the ack is dead! (fixed the last "Ack!...
2001-10-23 johanknolfixed bug #443366
2001-10-23 johanknolsmall reg bank fix
2001-10-23 johanknolfixed bug #473654
2001-10-23 johanknolfixed a gcc warning
2001-10-23 kvigorBug 471076 fix
2001-10-22 bernhardheldclean: rm timeout.exe for Cygwin
2001-10-22 johanknolFunction attribute migration.
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-21 sdattaloSigned comparisons are now working (except for signed...
2001-10-21 bernhardheldAdded temp.lnk to clean
2001-10-21 bernhardheldFix: added includes
2001-10-21 bernhardheld * support/regression/Makefile: Improved clean
2001-10-21 johanknolsmall fix
2001-10-21 johanknoladded a long litteral test
2001-10-21 johanknolNo need for that anymore
2001-10-21 johanknolsome litteral long fixes, now 40000+40000 = 80000l...
2001-10-20 sandeepEarly optimization of '?' operator if value already...
2001-10-19 johanknolimplicit casts of array to pointer are now in default...
2001-10-19 johanknolno need to do that
2001-10-19 johanknolshould also work in --model-small now
2001-10-18 johanknolHmmm, didn't do that in my early days just because...
2001-10-18 johanknolbring back in a huge optimization
2001-10-18 michaelh * support/regression/fwk/include/testfwk.h: Fixed...
2001-10-17 johanknolfixed bug #436360 part 2
2001-10-17 sdattalo - And'ing with a constant works (again).
2001-10-16 bernhardheldtimeout for uCsim
2001-10-16 sdattalo - signed/unsigned long comparisons now work.
2001-10-16 johanknolfixed bug #436360 part 1 and 3
2001-10-16 johanknolfound a better fix in SDCCcse.c:1.53
2001-10-16 johanknolWithout this algebraicOpts() gets confused
2001-10-16 johanknolfixed regression bug, although it doesn't fix the regre...
2001-10-15 johanknol%lf doesn't recognize 0x1234
2001-10-15 johanknollet's be nice to cygwin and mingw
2001-10-15 johanknolfixed a regression bug, although it doesn't fix the...
2001-10-15 michaelhAdded tests
2001-10-15 sandeepSame enhancement as in mcs51/ralloc.c can set accuse
2001-10-15 sandeepA fix for bug #467035 - this is a fairly major shift in
2001-10-15 sandeepset accuse when used ONLY in IFX & this is a CONDITIONAL
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-13 michaelh * src/SDCCval.c (constVal): Fixed usage of 'L' modifie...
2001-10-13 michaelh * support/regression/tests/longor.c: Added.
2001-10-13 johanknolfixed bug # 470722
2001-10-12 bernhardheldreplace FILENAME_MAX with PATH_MAX
2001-10-12 johanknolAnother big endian fix
2001-10-12 johanknolA better but still temporary fix for bug #467035
2001-10-12 michaelh * src/z80/gen.c (gencjneshort): Fixed
2001-10-11 johanknola bug fix of Martijn van Buul
2001-10-11 johanknola ppc endian fix
2001-10-11 johanknolmore fixes for the constant values
2001-10-10 johanknolfixed a loop optimation bug
2001-10-10 michaelhAdded bug 469671
2001-10-10 michaelh * src/z80/gen.c (shiftIntoPair): Fixed up warning.
2001-10-09 johanknolsolaris (ppc?) ignores 'L' for non-integers in the...
2001-10-09 johanknolint=32 but short=16
2001-10-09 johanknolfixed bug #469089 part 1
2001-10-09 sdattaloAdded more PIC regression testing.
next