* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
[fw/sdcc] / src / z80 /
2007-01-28 borutr* sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected...
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-12-29 MaartenBrock* src/z80/gen.c (assignResultValue): fixed bug when...
2006-12-26 bernhardheld* src/SDCCpeeph.c: made labelHashEntry global, made...
2006-12-21 MaartenBrock* as/link/mcs51/lkarea.c (lnkarea2): handle absolute...
2006-12-18 borutr* src/SDCCutil.c: fixed a bug in (get_pragma_token)
2006-12-17 borutrgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2006-11-03 MaartenBrock* device/include/mcs51/c8051f020.h,
2006-10-24 MaartenBrock* src/z80/main.c (_process_pragma, _parseOptions):...
2006-09-30 MaartenBrock* device/lib/libsdcc.lib: added module rand
2006-09-30 MaartenBrock* src/port.h: added mem.cabs_name to PORT
2006-09-26 MaartenBrockgit-svn-id: https://sdcc.svn.sourceforge.net/svnroot...
2006-09-26 MaartenBrock* src/z80/peeph.def: updated conditonals, fixed bug...
2006-08-07 MaartenBrock* as/z80/asm.h: made CASE_SENSITIVE 1
2006-08-06 MaartenBrock* src/z80/gen.c (aopPut): fixed bug !*ixy should be...
2006-08-06 MaartenBrock* device/lib/Makefile.in (Z80SOURCES): enabled float...
2006-07-04 borutr* src/configure.in, src/configure, src/Makefile.in...
2006-07-03 borutrsdcc-build:
2006-07-01 bernhardheld* as/hc08/lkaomf51.c (OutputName),
2006-06-13 vrokas* src/port.h (struct PORT): added field gp_tags, to...
2006-06-04 bernhardheld* src/SDCCval.c (checkConstantRange): added
2006-05-13 bernhardheld* src/avr/gen.c (aopop),
2006-05-12 borutr* *.dsw, *.dsp: changed property svn:eol-style to CRLF...
2006-04-24 bernhardheldEnabled VPATH feature: changed nearly all Makefiles...
2006-03-24 maartenbrock* src/z80/gen.c (genFunction, genEndFunction): fixed...
2006-02-13 maartenbrock* src/z80/gen.c (genUnpackBits): fixed bug 1019480
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-09-03 maartenbrock* .version: changed to version 2.5.3
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2005-03-26 epetrich* src/SDCCmain.c (setDefaultOptions, optionsTable[...
2005-03-20 epetrich* src/port.h (struct PORT),
2005-02-26 epetrich* src/avr/ralloc.c (serialRegAssign),
2005-01-26 epetrich* src/z80/gen.c (aopPut): fixed bug #1103902
2004-12-04 epetrich* src/z80/gen.c (genLeftShift, genRightShift): fixed...
2004-11-12 epetrich* src/z80/gen.c (genFunction, genEndFunction): avoided...
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-09-06 epetrich* src/port.h,
2004-08-18 epetrich* src/z80/ralloc.c (packRegsForAssign): ported some...
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-08-04 epetrich* src/z80/main.c: enabled "critical" keyword
2004-06-20 epetrich* src/mcs51/gen.c (genCmp): fixed bug #975903
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-06-01 maartenbrock* src/z80/gen.c: (genArrayInit): must check for pointer...
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
next