For 296a
[fw/sdcc] / src /
2001-11-04 michaelhFor 296a
2001-11-04 sandeepFixed bug-478036 : (struct array passed as argument)
2001-11-04 johanknolmore function pointer parameter issues
2001-11-04 johanknola small fix for the floating point problem
2001-11-04 michaelh * support/regression/tests/bug-477927.c: Added.
2001-11-04 sandeepAdded support for DS390 Arithmetic Accelerator
2001-11-03 johanknolfixed fig #471059
2001-11-02 johanknolthis wasn't intended to be this way
2001-11-02 johanknolthis wasn't intended to be this way
2001-11-02 johanknola better fix for bug #476632
2001-11-02 johanknolsome small improvements for dumptree
2001-11-02 johanknolfixed bug #477397
2001-11-02 johanknolWhy did I do this in 1.100 ??????
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 johanknolfixed bug #476678
2001-10-31 johanknolfixed bug #476683
2001-10-31 johanknolfixed bug #476632
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 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-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-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 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 kvigorBug 471076 fix
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 johanknolsmall fix
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-18 johanknolHmmm, didn't do that in my early days just because...
2001-10-18 johanknolbring back in a huge optimization
2001-10-17 johanknolfixed bug #436360 part 2
2001-10-17 sdattalo - And'ing with a constant works (again).
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 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 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 ppc endian fix
2001-10-11 johanknolmore fixes for the constant values
2001-10-10 johanknolfixed a loop optimation bug
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.
2001-10-09 michaelh * src/SDCCmain.c: Added --fommit-frame-pointer option...
2001-10-08 bernhardheld * src/SDCCmain.c (preProcess): added define...
2001-10-08 johanknolfixed bug #467893
2001-10-08 johanknolfixed bug #468824
2001-10-08 johanknolfixed bug #468811
2001-10-07 michaelh * src/z80/gen.c (setupPair): Added 'extended stack...
2001-10-07 michaelh * support/Util/NewAlloc.c (freeTrace): Changed free...
2001-10-07 johanknollet's not assume it is a symbol
2001-10-07 johanknoltoo much overhead, and the ?: misbehaved
2001-10-07 johanknoldon't unconditionally cast to unsigned long
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-06 johanknolStupid temporary fix for bug #467035 (throws a warning...
2001-10-06 johanknolfixed valCastLiteral()
2001-10-05 bernhardheldwin32api not available
next