Added support fun for long shifts
[fw/sdcc] / src / z80 /
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
2000-03-02 michaelhBegan making the hl loads more intelligent
2000-02-27 michaelhPre 2.91
2000-02-27 kvigorGet compiling with Borland C++ for Windows
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 michaelhAdded peephole.
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 statics
2000-02-10 michaelhAdded comment on latest dhrystone result.
2000-02-10 michaelhRight.
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-08 sandeepSpill-location updated incorrectly
2000-02-08 michaelhMildly better genCmp - still pretty bad.
next