fix big endian hosts
[fw/sdcc] / src /
2003-09-05 epetrich* src/SDCCast.c (isConformingBody): fixed loop reversal bug
2003-09-04 vrokas*** empty log message ***
2003-09-01 jesusc#warning does not work in MSVC. Used "#pragma message...
2003-09-01 epetrich* src/SDCCpeeph.c (notVolatile, notVolatileVariable...
2003-08-31 vrokas* src/pic16/main.c: _pic16_genIVT() corrected offsets...
2003-08-31 bernhardheld* src/mcs51/gen.c (freeAsmop): fixed off by one in...
2003-08-26 bernhardheldsrc/pic/glue.c (pic14printPublics): fix bitvars can...
2003-08-22 epetrichPeephole optimizer speed up
2003-08-22 epetrichTry to make the peephole optimizer smarter by maintaining
2003-08-20 epetrichfixed bug #741761
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 peephole 180.x, moved peephole 180 to 181
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 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 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* src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-03 bernhardheldsrc/SDCCast.c (constExprTree): fix bug #781827 by Carl...
2003-08-03 bernhardheldredo Frieder's patch
2003-07-31 bernhardheld3. fix, this time for Alpha; ULONG has 64 bits there...
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 bernhardheldsrc/z80/mappings.i: fix _mul[us][int,long] entries
2003-07-27 jesuscDo not search for crt0.o when --nostdlib
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
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-21 epetrichFixed bug #759087
2003-07-20 epetrichfixed bug #771358
2003-07-19 bernhardheldsrc/pic16/glue.c: minor cleanup by Vangelis
2003-07-19 frief(genGenPointerGet/Set): removed writing of type after...
2003-07-18 epetrichFixed bug 772726
2003-07-17 sdcc-builderfix warning
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 little the gbz80 and z80 ports
2003-07-11 kvigorfix bug 769624
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-30 kvigorMore DS400 support
2003-06-27 kvigorMore support for DS80C400
2003-06-25 bernhardheld* src/mcs51/gen.c (gencjneshort): fixed bug #760345
2003-06-20 jesuscio.h is available only in win32
2003-06-20 jesuscBetter implementation for --use-stdout
2003-06-19 borutrfixed Z80 port again: missing -k library paths in linke...
2003-06-19 borutrcode cleaning, // comments replaced with /* */
2003-06-19 borutrfixed Z80 port - crt0.o: cannot open.
2003-06-18 borutrfixed some warnings, introduced with changes made 15...
2003-06-18 jesuscAdded option --use-stdout
2003-06-15 borutrreimplemented function inExcludeList() by using sets...
2003-06-15 borutradded functions fputStrSet(), appendStrSet(), joinStrSet();
2003-06-15 borutrreimplemented function inCalleeSaveList() by using...
2003-06-15 borutradded function setFromSetNonRev() and mergeSets()
2003-06-15 borutrcloneXxx and copyAndFreeXxx functions for options and...
2003-06-15 borutrfixed width array of pointers replaced with sets;
2003-06-11 bernhardheld* src/pic16/ralloc.c: fix warnings
2003-06-11 sdattaloApplied patch from Vangelis Rokas <vrokas@otenet.gr...
2003-06-09 jesusc--vc also affects parser errors
2003-06-09 jesuscHopefully --vc works now
2003-06-09 jesuscAdded option --vc
2003-06-03 bernhardheldsrc/SDCCpeeph.c: separate peepRules2pCode() for pic16...
2003-06-02 bernhardheldoops, not for *nix
2003-06-02 bernhardheldsrc/SDCCmain.c (tempfileandname): added check for missi...
2003-05-30 bernhardheldforgot the return
2003-05-30 bernhardheld* src/pic/device.c: added 16F819, patch by "David I...
2003-05-25 bernhardheldFinalize muluint/mulsint and mululong/mulslong merging
2003-05-25 jesuscChanged /Zm to 1000 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-05-25 friefadded rules 244.x, 245.x. Although they pass the regres...
2003-05-22 bernhardheldsrc/pic16/pcode.c (pic16_get_op_from_instruction):...
2003-05-21 johanknoloops
2003-05-21 johanknolfixed bug #739934
2003-05-20 bernhardheldsrc/pic16/pcode\*.c: Cleaned warnings
2003-05-20 bernhardheldApplied patch from bug 737905 (renamed yylineo to mylineno)
2003-05-19 sdattaloCleaned warnings.
2003-05-19 bernhardheldsrc/pic16/pcode.c (pic16_get_op): fixed warning on...
2003-05-18 jesuscRenamed pic.dsp and pica.dsp as pic16 and pic16a.
2003-05-18 bernhardheld* src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
next