]> git.sur5r.net Git - cc65/history - src/cc65/coptind.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / coptind.h
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2009-09-29 uzNew optimization step
2009-09-03 uzReplace "lda (zp),y" by "lda (zp,x)" where possible...
2009-08-28 uzChange code generated for compares for special cases.
2009-08-15 uzSome branch improvements.
2009-08-15 uzRemove even more transfer instructions.
2009-08-15 uzRemove unnecessary transfer instructions.
2003-09-14 cuzNew optimization
2003-09-11 cuzMore optimizations
2002-10-05 cuzNew/changed optimizations
2001-10-12 cuzAdded another optimization
2001-09-29 cuzReordered/splitted the optimization module
2001-09-25 cuzMore optimizations
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-08-05 cuzMore optimization
2001-07-17 cuzAdded more optimizations
2001-07-16 cuzTrace register usage, remove duplicate loads
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...