]> git.sur5r.net Git - cc65/history - src/cc65/coptind.h
Fixed _textcolor definition.
[cc65] / src / cc65 / coptind.h
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
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...