fw/sdcc
2003-08-22 epetrichTry to make the peephole optimizer smarter by maintaining
2003-08-20 epetrichfixed bug #741761
2003-08-20 bernhardheldreplaced _pdata by pdata
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
2003-08-19 bernhardheldpic patches by Slade
2003-08-18 epetrich* src/z80/gen.c (isUnsplitable, fetchPairLog): fixed...
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-17 friefadded peepholes 180.x, moved peephole 180 to 181
2003-08-17 friefAdded peephole 180.x, moved peephole 180 to 181
2003-08-17 friefThe first rules relate to bitfields, the last speed up
2003-08-17 friefAdded 24 peepholes 246.x - 248.x. The first rules relat...
2003-08-16 epetrichoops, needed dname==TRUE in my last update
2003-08-16 epetrichCleaned up genPackBits and genUnpackBits and added...
2003-08-16 epetrichFixed bug #748310 (pointer to function type mishandled...
2003-08-15 bernhardheldFixed bug #787649 by anonymous
2003-08-14 jesuscMSVC gives an error if declaration is after statements
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-08-13 epetrichfixed typo in my last commit
2003-08-13 epetrichMade the constant following the "interrupt" keyword...
2003-08-12 epetrichGenerate warnings for useless declarations like "char...
2003-08-09 bernhardheldsrc/SDCCval.c (valMult): fixex overflow detection of...
2003-08-09 jesuscFixed warnings in MSVC build.
2003-08-08 epetrichChanges to support big endian targets:
2003-08-07 friefstale date removed, width of tables, pic16, interrupt...
2003-08-07 epetrichsrc/z80/ralloc.c (joinPushes): made compatible with...
2003-08-07 epetrichBugfix for args regression test failure (from change...
2003-08-06 bernhardheld* src/SDCCval.c (cheapestVal): changed behaviour to...
2003-08-05 bernhardheld* src/SDCCast.c (decorateType): fixed gcc3.3 warning
2003-08-05 jesuscFixed some warnings in MSVC build.
2003-08-05 bernhardheld* support/Util/SDCCerr.c: added warning "integer overfl...
2003-08-05 bernhardheld* support/Util/SDCCerr.c: added warning "integer overfl...
2003-08-05 bernhardheld* src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-03 bernhardheldremoved --nostdlib as suggested by Jesus
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-08-03 bernhardheldredo Frieder's patch
2003-08-02 jesusc'O' record is output correctly now.
2003-08-01 jesuscAdded support\librarian\Makefile
2003-08-01 jesuscDon't remove .\Makefile
2003-08-01 jesuscchmod a+rwx configure configure.in
2003-08-01 jesuscCleaning up mess while trying to build librarian. ...
2003-08-01 jesuscAdded librarian to MSVC build.
2003-08-01 jesuscconfigure not needed for librarian. Makefile is enough.
2003-08-01 jesuscconfigure not needed for librarian. Revert to previous...
2003-07-31 jesuscAdding librarian to build
2003-07-31 bernhardheldminor fix: sdcpp language is c99
2003-07-31 bernhardheld3. fix, this time for Alpha; ULONG has 64 bits there...
2003-07-31 jesuscAdding sdcclib to the build.
2003-07-31 jesuscBeginning of librarian support added.
2003-07-31 jesuscFirst try to build under Linux
2003-07-30 jesuscOptions --int-long-rent --float-rent --stack-auto are...
2003-07-30 jesuscLinker complaints if linked modules have conflicting...
2003-07-28 jesuscWarning when libfile not found and path is null
2003-07-28 jesuscGenerate a warning when a library file is not found.
2003-07-28 bernhardheldsrc/z80/mappings.i: fix _mul[us][int,long] entries
2003-07-27 bernhardheldfix for *z80
2003-07-27 jesuscDo not search for crt0.o when --nostdlib
2003-07-26 bernhardheldfix test on host
2003-07-25 jesuscSolved some issues with cygwin paths again...
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-25 jesuscAdded execution time functions for win32
2003-07-25 jesuscFixed warning when compiling with gcc
2003-07-24 jesuscAdded support for new library format. Old format suppo...
2003-07-24 jesuscuse FSEPX to create filename
2003-07-24 bernhardheldsrc/SDCCicode.c (operandOperation): fixed problem with...
2003-07-24 bernhardheldfix display of 0xffffffff
2003-07-24 bernhardheldanother small fix
2003-07-24 sdcc-builderOops
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-23 jesuscChanged "Insufficient DRAM memory" to "Insufficient...
2003-07-21 epetrichFixed bug #759087
2003-07-20 epetrichfixed bug #771358
2003-07-19 bernhardheldsrc/pic16/glue.c: minor cleanup by Vangelis
2003-07-19 friefsrc/mcs51/gen.c(genGenPointerGet/Set): removed writing...
2003-07-19 frief(genGenPointerGet/Set): removed writing of type after...
2003-07-19 frief* device/lib/_gptrput.c: saved a few bytes
2003-07-19 friefprocess RX bytes earlier than TX bytes
2003-07-19 friefsaved a few bytes
2003-07-19 friefdevice/lib/_gptrget.c: saving some cycles in generic...
2003-07-19 friefsaving some cycles in generic pointer get
2003-07-19 friefdevice/include/regc515c.h: fixed #758477
2003-07-19 friefFixed Bug #758477 duplicate struct member gme_1 in...
2003-07-18 epetrichFixed bug 772726
2003-07-17 jesuscz80 library paths may contain '.' now (better fix)
2003-07-17 jesuscz80 library paths may contain '.' now
2003-07-17 sdcc-builderfix warning
2003-07-17 sdcc-builderdevice/lib/Makefile.in: bad fix, reverted to 1.43
2003-07-16 bernhardhelddevice/lib/Makefile.in: added missing z80 object files
2003-07-16 jesuscFixed some gcc warnings
2003-07-15 jesuscsdcc option -Wl-bBSEG=0x08 works now...
2003-07-14 bernhardheld* src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and...
2003-07-14 bernhardheldpic16 progress by Vangelis
2003-07-13 jesuscadded option --no-std-crt0 for the z80 and gbz80 ports
2003-07-13 jesuscOoops! For the z80 port, crt0.o must be the first...
2003-07-13 jesuscCleaned up a litle the z80 and gbz80 ports
2003-07-13 jesusccleaned up a little the gbz80 and z80 ports
2003-07-11 kvigorfix bug 769624
next