Enabled use of hl as inter-i-code temporary
[fw/sdcc] / src / z80 / ralloc.c
2009-04-03 spthEnabled use of hl as inter-i-code temporary
2008-03-30 spthImplemented #1921450
2008-03-21 spthFixed compilation warning about nested comments
2008-03-17 spthFixed #1292721
2008-03-04 MaartenBrock* src/*/ralloc.c: removed IS_OP_RUONLY macro
2007-09-17 borutr* src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglu...
2006-12-26 bernhardheld* src/SDCCpeeph.c: made labelHashEntry global, made...
2006-09-30 MaartenBrock* device/lib/libsdcc.lib: added module rand
2006-06-04 bernhardheld* src/SDCCval.c (checkConstantRange): added
2005-03-20 epetrich* src/port.h (struct PORT),
2005-02-26 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-08-18 epetrich* src/z80/ralloc.c (packRegsForAssign): ported some...
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-02-09 epetrich* src/SDCCsymt.h,
2004-01-30 epetrich* src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2003-12-11 epetrich* src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a tempor...
2003-11-23 kflittner fixed bug #845089
2003-10-23 epetrich* src/z80/ralloc.c (joinPushes): Fixed bug #828742
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-08-07 epetrichBugfix for args regression test failure (from change...
2003-03-07 johanknolSee Changelog 1.204
2003-03-04 kvigorOP_SYMBOL and OP_VALUE check their parameters are the...
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2002-08-29 borutrcorrected improper use of assert
2002-08-07 borutr- added return 0 statements after assert() to make...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-03-02 michaelh * src/SDCCsymt.c (initCSupport): Removed managling...
2001-12-21 sandeepFixed a bug major in FillGaps , have to check uses...
2001-12-19 johanknolfixed bug #494721
2001-12-06 michaelh * src/diff.1 (Index): Many, many optmisiations. Dhrys...
2001-11-29 sandeepImplemented FillGaps for z80 & mcs51
2001-11-24 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Changed to...
2001-11-19 michaelh * src/z80/ralloc.c (packRegsForHLUse3): Created and...
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-07 michaelh * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs...
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...