* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / src / z80 /
2004-05-31 maartenbrock* src/SDCCast.c (createIvalArray): fixed bug 770487...
2004-05-25 vrokasfixed missing entry of initPaths in xa51, z80, gbz80...
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-04-20 epetrich* src/z80/peeph-z80.def: removed some peephole rules...
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-02-09 epetrich* src/SDCCsymt.h,
2004-01-30 epetrich* src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2004-01-29 epetrich* src/z80/gen.c (genMult): handle single byte result...
2004-01-13 epetrich* src/z80/main.c (_parseOptions): fixed the portmode...
2004-01-13 epetrich* device/include/z180.h,
2004-01-09 epetrich* src/ds390/main.c,
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-12-11 epetrich* src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a tempor...
2003-12-09 epetrich* src/SDCCopt.c (killDeadCode): change iCode type to...
2003-12-05 epetrichApplied z80 i/o port patch from Peter Townson and fixed...
2003-11-23 kflittner fixed bug #845089
2003-11-06 epetrich* src/port.h,
2003-10-23 epetrich* src/z80/ralloc.c (joinPushes): Fixed bug #828742
2003-10-14 epetrich* src/z80/gen.c: fixed bug revealed by ast_constant_fol...
2003-10-09 epetrich* src/SDCCmain.c (setParseWithComma): fixed bug #816685
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-10-03 epetrich* src/z80/gen.h,
2003-10-02 epetrich* src/z80/gen.c (genRet): fixed bug #524753
2003-09-21 epetrich* src/z80/gen.c (setupToPreserveCarry): Fixed bug ...
2003-09-19 epetrich* src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
2003-09-16 epetrich* src/mcs51/gen.c (genFunction, genEndFunction),
2003-09-13 epetrich* src/z80/gen.c (genXor): Fixed bug #805445
2003-09-06 epetrich* src/z80/gen.c (aopPut, spillPairReg): fixed bug ...
2003-08-20 epetrichChanged the type of the result of the ! (NOT) operator...
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-08 epetrichChanges to support big endian targets:
2003-08-07 epetrichBugfix for args regression test failure (from change...
2003-07-28 bernhardheldsrc/z80/mappings.i: fix _mul[us][int,long] entries
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-21 epetrichFixed bug #759087
2003-07-18 epetrichFixed bug 772726
2003-07-13 jesusccleaned up a little the gbz80 and z80 ports
2003-07-02 borutrvirtualization of glue() function: each port has it...
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-19 borutrfixed Z80 port again: missing -k library paths in linke...
2003-06-19 borutrfixed Z80 port - crt0.o: cannot open.
2003-06-15 borutrfixed width array of pointers replaced with sets;
2003-05-25 jesuscChanged /Zm to 1000 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-04-19 borutrhandling space characters in file path
2003-03-31 borutrlink-{port} and as-{port} defined without path
2003-03-10 borutrfiles support/Util/BuildCmd.c and support/Util/MySystem...
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-02-10 borutrBorland Makefile cleanup
2003-02-02 borutrdelete $(LIB) only if exist
2003-02-02 johanknolNow the regression tests could go online again
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-11 bernhardheld* src/SDCCmain.c (assemble, linkEdit): preparations...
2003-01-11 bernhardheldnew option -o
2002-08-29 borutrcorrected improper use of assert
2002-08-28 borutr- added Release configuration in VS projects
2002-08-07 borutr- function strcasecmp() is not defined in MSC (and...
2002-08-07 borutr- added return 0 statements after assert() to make...
2002-08-07 borutr- changed project type to Generic Project so that can...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-03-02 michaelh * src/SDCCsymt.c (initCSupport): Removed managling...
2001-12-24 sandeepupdated to reflect changes in the port structure
2001-12-23 michaelh * src/z80/mappings.i: Added z80asm support.
2001-12-21 sandeepFixed a bug major in FillGaps , have to check uses...
2001-12-19 johanknolfixed bug #486483
2001-12-19 johanknolfixed bug #494721
2001-12-18 sandeepupdated to reflect the changes in port structure
2001-12-16 johanknoladded seperate segments for initialized data
2001-12-06 michaelh * src/diff.1 (Index): Many, many optmisiations. Dhrys...
2001-11-29 sandeepImplemented FillGaps for z80 & mcs51
2001-11-28 michaelhCleaned up warnings
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
2001-11-25 michaelh * support/regression/tests/bug-485362.c: Added.
2001-11-24 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Changed to...
2001-11-19 michaelh * src/z80/gen.c (genCmp): Fixed compare on unsigned.
2001-11-19 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Created and...
2001-11-18 sandeepImplemented builtin functions
2001-11-17 sandeepKeep uses & defs bitVectors updated during pack* operations
2001-11-17 johanknolAlthough a one byte char array has size==1, it can...
2001-11-15 sandeepimproved heuristics for spilling
2001-11-14 sandeepslocs are not statics
2001-11-10 sandeepAdded NULL entry for port->cseOk
2001-11-07 michaelh * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs...
2001-11-05 michaelh * support/regression/tests/bug-478094.c: Added.
2001-11-04 michaelhFor 296a
2001-11-04 michaelh * support/regression/tests/bug-477927.c: Added.
2001-11-02 michaelh * src/SDCCmain.c (linkEdit): Added runtime path detect...
2001-10-28 michaelh * src/z80/gen.c (genArrayInit): Made it work for on...
next