fixed check_syntax(), "break xram r 0x7654" did not work.
[fw/sdcc] / src / z80 /
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...
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-25 michaelhMinor changes to fix up path seperators.
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-23 sandeepFixed bug-463702
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 michaelhFixed up support for the gbz80 such that it will at...
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-24 kvigor(optionally) push static array initialization down...
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-07-11 michaelhAdded link support in the simple case
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 johanknolShort is 16bits by default now
2001-07-01 johanknolJust to prevent a compiler crash
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-20 michaelhUnified the per port Makefiles
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-06-13 johanknolnext step towards advanged type checking
2001-05-24 johanknolcreate/append dump files on a per session base
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
2001-05-14 michaelhFixed bugs involving static variables in z80 port;...
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-26 jtvolpeCleaning up compiler warnings under MS VC6
2001-04-26 jtvolpeRemoved Release configuration until stable
2001-04-24 jtvolpeContinuing with VC6 Development - Dependency changes...
2001-04-20 jtvolpeFixed unary minus on unsigned
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-29 johanknolremoved --noregparms because it is obsolete and caused...
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
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
next