]> git.sur5r.net Git - cc65/history - src/cc65/coptind.c
More optimizations
[cc65] / src / cc65 / coptind.c
2003-09-11 cuzMore optimizations
2003-05-01 cuzMoved CPU definition into common/
2002-12-11 cuzFixed hangup for loops in jump cascade
2002-11-25 cuzFixed a bug
2002-10-17 cuzNew store optimization.
2002-10-06 cuzImproved implementation of OptPushPop
2002-10-05 cuzFixed problem with earlier change
2002-10-05 cuzNew/changed optimizations
2002-07-12 cuzFixed a bug
2002-04-17 cuzFixed a bug
2002-04-06 cuzFixed a code generation bug
2002-03-15 cuzTracking zero page locations
2002-03-11 cuzFirst support for STZ
2001-10-21 cuzWorking on the optimizations
2001-10-18 cuzCosmetic change
2001-10-18 cuzFixed some bugs
2001-10-18 cuzCleanup, more 65c02 code
2001-10-18 cuzUse 125 bytes as range for short branches
2001-10-12 cuzAdded another optimization
2001-10-11 cuzFixed a bug
2001-10-04 cuzFixed a bug
2001-09-29 cuzReadded size optimizations
2001-09-29 cuzReordered/splitted the optimization module
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-09-15 cuzFixed a few warnings
2001-08-05 cuzMore optimization
2001-07-25 cuzFixed a bug
2001-07-25 cuzFree register info
2001-07-24 cuzBetter register tracking in the optimizer
2001-07-17 cuzAdded more optimizations
2001-07-16 cuzRemove transfer insns if possible
2001-07-16 cuzTrace register usage, remove duplicate loads
2001-05-31 cuzLots of renaming
2001-05-28 cuzWorking on the backend
2001-05-22 cuzPolishing and minor corrections
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-20 cuzFixed a problem with the Chg/Use flags
2001-05-16 cuzWorking on the backend
2001-05-15 cuzWorking on the backend
2001-05-15 cuzWorking on the new backend
2001-05-14 cuzMoved some of the currently existing into a separate...