fw/sdcc
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.
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 michaelhCreated
2001-10-07 michaelh * support/Util/NewAlloc.c (freeTrace): Changed free...
2001-10-07 johanknolfixed the return value of gets()
2001-10-07 johanknolthis looks better
2001-10-07 bernhardheldport to mcs51
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 michaelh * support/makebin/makebin.c (usage): Removed getopt...
2001-10-06 johanknolStupid temporary fix for bug #467035 (throws a warning...
2001-10-06 johanknolfixed valCastLiteral()
2001-10-05 bernhardheldwin32api not available
2001-10-05 johanknolmore efficient constant value operations
2001-10-05 sdattaloSubtract unsigned int's from lits now works. Fixed...
2001-10-04 johanknolfinalized the fix for bug #467142
2001-10-04 johanknolfixed bug #467142
2001-10-04 johanknolfixed a compiler crash
2001-10-04 johanknolfixed bug #467655
2001-10-03 bernhardheld../cvsm
2001-10-03 bernhardheldreplaced by _mulint.c and _mullong.c
2001-10-03 bernhardheld * src/device/lib/_mulint.c : new, with assember functions
2001-10-03 bernhardheldsequence of specifiers in pintTypeChain() corrected
2001-10-03 johanknolconstVal() now returns the cheapest val as possible
2001-10-03 sdattalopCode peep rule comparison was ignoring labels when...
2001-10-03 sdattaloAdded new regression test add2.c - tests adding lit...
2001-10-02 johanknolfixed the:
2001-10-02 johanknola more general fix for bug #466586
2001-10-02 sdattaloOperators <<, >>, are now fully working for constant...
2001-10-02 michaelh * support/regression/fwk/lib/testfwk.c (__printf)...
2001-10-01 bernhardheld* src/SDCCglue.c: test, if win32api is available for...
2001-10-01 bernhardheld * src/SDCCsymt.c: no more _modifier in printTyp...
2001-10-01 johanknolfixed the "void (*i)(void) = f" case
2001-10-01 johanknolToo much opposition against these range checks. It...
2001-10-01 johanknolwhy doesn't this one go with a ci in the root dir?
2001-10-01 johanknolFixed bug #466586 part 1
2001-10-01 johanknolfixed bug #466587
2001-10-01 johanknolfixed bug #462474
2001-09-30 michaelh * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd...
2001-09-30 johanknolfixed bug #466026
2001-09-30 johanknolFixed the "unqualified_pointer pointer" rule that confu...
2001-09-30 sdattaloAdded more regression test to the pic port. Added suppo...
2001-09-30 michaelhCreated
2001-09-30 michaelhCreated
2001-09-30 michaelh * Makefile (sdcc-libs): Added makebin to the list...
next