fix some grossness in the logic operations (genAnd, genOr, genXor)
[fw/sdcc] / src /
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
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 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-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 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-29 sandeepminor improvement to register allocator in --stack10bit...
2001-09-29 johanknolfixed bug #466029
2001-09-28 johanknolThat did soften the pain but didn't cure the illness.
2001-09-27 kbongersadjust for mach os-x support
2001-09-27 johanknolThat wasn't a good idea
2001-09-27 johanknolmore pointer issues
2001-09-26 johanknolpointer issues
2001-09-26 michaelh * configure.in: Fixed up so that ucsim is only configu...
2001-09-25 bernhardheld"Fix" of compiler crash
2001-09-25 johanknolanother small improvement ;(
2001-09-25 johanknolsmall improvements :(
next