* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / z80 / gen.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
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-08-04 epetrich* src/z80/main.c: enabled "critical" keyword
2004-06-20 epetrich* src/mcs51/gen.c (genCmp): fixed bug #975903
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-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-01-29 epetrich* src/z80/gen.c (genMult): handle single byte result...
2004-01-13 epetrich* device/include/z180.h,
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-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-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-03-08 bernhardheld* src/configure.in: check for endianess (even while...
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-02 johanknolNow the regression tests could go online again
2002-08-07 borutr- function strcasecmp() is not defined in MSC (and...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2001-12-23 michaelh * src/z80/mappings.i: Added z80asm support.
2001-12-19 johanknolfixed bug #486483
2001-12-06 michaelh * src/diff.1 (Index): Many, many optmisiations. Dhrys...
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-07 michaelh * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs...
2001-11-05 michaelh * support/regression/tests/bug-478094.c: Added.
2001-11-04 michaelh * support/regression/tests/bug-477927.c: Added.
2001-10-28 michaelh * src/z80/gen.c (genArrayInit): Made it work for on...
2001-10-22 johanknolFunction attribute migration.
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-12 michaelh * src/z80/gen.c (gencjneshort): Fixed
2001-10-10 michaelh * src/z80/gen.c (shiftIntoPair): Fixed up warning.
2001-10-09 michaelh * src/SDCCmain.c: Added --fommit-frame-pointer option...
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-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-29 johanknolfixed bug #466029
2001-09-11 michaelh * support/regression/tests/bug-460444.c: Added test...
2001-09-09 michaelh * src/pic/ralloc.c (debugLogRegType): Removed some...
2001-09-09 michaelh * support/regression/tests/fetchoverlap.c: Added new...
2001-09-03 michaelhFixed up initalisation of size
2001-09-03 michaelh * src/z80/gen.c (fetchLitPair): Changed so that it...
2001-09-02 michaelhStopped a couple of warnings.
2001-09-02 michaelh * src/z80/gen.c: Fixed up generator to pass the regres...
2001-08-31 michaelh * src/z80/gen.c (genPlus): Changed bad long add for...
2001-08-30 michaelh * link/z80/aslink.h: Fixed long file name support...
2001-08-27 michaelhOptimised mul, added asm string functions
2001-08-26 michaelhAdded support for gsinit packing.
2001-08-09 michaelhChanged z80 to use loop induction. Updated libs to...
2001-08-08 michaelh* Optimised many of the library functions
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-21 michaelhRegression tests now pass on z80
2001-07-20 michaelhFixed compare with 0 >= 0. Fixed push bc around call...
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-14 michaelhMany large updated regarding callling convention. ...
2001-07-14 michaelhMade linking support base areas and extra libraries...
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-14 michaelhFixed bugs involving static variables in z80 port;...
2001-04-26 jtvolpeCleaning up compiler warnings under MS VC6
2001-04-20 jtvolpeFixed unary minus on unsigned
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-19 michaelhGot rid of gc_strdup, added prototype for alt lexer
2000-08-01 michaelhPre 2.95-2
2000-07-21 michaelhTurned off DE optimisation as arent yet splling
2000-07-20 michaelhMost of the way to far fun support
2000-07-17 michaelh* Changed banked for nonbanked
next