Created
[fw/sdcc] / src / z80 /
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
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-28 michaelhMerge of the izt changes.
2001-01-04 jtvolpeMS VC6 Port
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-10-01 sandeep /* added condition transformations */
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-09 sandeep1) added some debug dumping
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
2000-07-14 michaelhFixed add, sub for sizeof == 2
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-25 sandeepadded "banked" for z80 port
2000-06-24 sandeepfixed a register allocation bug
2000-06-24 michaelhAdded but disabled hack for using regparms on specific...
2000-06-05 michaelhMerge back from 2.21-pre1
2000-05-22 michaelhRemoved debug msg; updated build for z80; added debugge...
2000-05-21 michaelhMerged gbdk-294 branch
2000-05-15 kvigorBorland C++ makefile updates
2000-05-08 michaelhBegan adding float support
2000-05-08 michaelhFor gbdk-2.94
2000-05-07 sandeepAdded print Allocation info will print
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-18 michaelh* Added sfr space
2000-04-09 michaelhFixed increase of a DWORD in registers
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-04-06 michaelh* Fixed up multi bank support
2000-04-05 michaelhFor gbdk-2.94. Seems to work.
2000-04-05 michaelhMerged in multiple assemblers port.
2000-03-31 michaelhPre making the rgbds branch
2000-03-30 michaelhFixed a character pointer bug
2000-03-27 michaelhMade debugging optional.
2000-03-26 michaelh* Added z80 blurb.
2000-03-20 sandeepMore AVR stuff
2000-03-12 sandeepparameter passing in registers changed to be
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-03-06 kvigorGet wassert() to compile with Borland C++
2000-03-06 michaelhAdded latest benchmark record.
2000-03-06 michaelh* Minor tuning
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-05 michaelhPre 2.92#2
2000-03-05 michaelhBlah. Pre 2.92.
2000-03-02 kvigorfix broken static initializers in non-main() modules
next