* src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
[fw/sdcc] / src / z80 / ralloc.c
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 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-12 michaelh * src/z80/gen.c (gencjneshort): Fixed
2001-09-23 sandeepFixed bug-463702
2001-09-09 michaelh * support/regression/tests/fetchoverlap.c: Added new...
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-07-16 michaelh* Fixed va_args for the z80
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-13 johanknolnext step towards advanged type checking
2001-05-24 johanknolcreate/append dump files on a per session base
2001-04-29 sandeepAdded some heuristic for register spilling
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-14 johanknolBeautified (indented) compiler source according to...
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-09 sandeep1) added some debug dumping
2000-08-19 michaelhGot rid of gc_strdup, added prototype for alt lexer
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-24 sandeepfixed a register allocation bug
2000-06-24 michaelhAdded but disabled hack for using regparms on specific...
2000-05-22 michaelhRemoved debug msg; updated build for z80; added debugge...
2000-05-21 michaelhMerged gbdk-294 branch
2000-03-26 michaelh* Added z80 blurb.
2000-03-09 michaelh* Changed limit on 256$ to > 256
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-25 michaelh* Fixed addrOf bug, more packing for gbz80.
2000-02-23 michaelhHacked bug re: pointer get.
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-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 michaelhRight.
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhAdded z80 port (links, may not work). mcs51 still...