* support/regression/tests/bug-460444.c: Added test case.
[fw/sdcc] / src / z80 / gen.c
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
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 michaelhAdded but disabled hack for using regparms on specific...
2000-05-21 michaelhMerged gbdk-294 branch
2000-05-08 michaelhFor gbdk-2.94
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-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-06 michaelhAdded latest benchmark record.
2000-03-06 michaelh* Minor tuning
2000-03-05 michaelhBlah. Pre 2.92.
2000-03-02 michaelhBegan making the hl loads more intelligent
2000-02-27 michaelhPre 2.91
2000-02-25 michaelh* Fixed addrOf bug, more packing for gbz80.
2000-02-23 michaelhHacked bug re: pointer get.
2000-02-22 michaelhLots.
2000-02-20 michaelhNice. Up to 85.55 C / 157.52 asm. Is now definatly...
2000-02-19 michaelh* Runs dhrystone. 68.83d/s with terrible code.
2000-02-19 michaelh* Added iCodeSE patch
2000-02-16 michaelh* Z80 should work again now.
2000-02-16 michaelh* Added support for the gb.
2000-02-13 michaelh* Now can use acc for short lived varibles.
2000-02-12 michaelhBetter packAssign
2000-02-10 michaelhAdded comment on latest dhrystone result.
2000-02-10 michaelhRight.
2000-02-08 michaelhMildly better genCmp - still pretty bad.
2000-02-08 michaelh* Changed timing support to work directly of ConsoleZ80...
2000-02-07 michaelh* Got dhrystone working - 83/s on a 4MHz Z80!
2000-02-07 michaelh* Added a simple version of printf()
2000-02-06 michaelh* Improved the pop params code
2000-02-06 michaelh* Minor chage to glue re hard coded segs
2000-01-31 drdaniSDCCglue.h included
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhAdded z80 port (links, may not work). mcs51 still...