]> git.sur5r.net Git - cc65/history - src/cc65/coptind.c
Fix for issue #735
[cc65] / src / cc65 / coptind.c
2018-10-16 laubzegaFix for issue #735
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...
2012-06-23 uzCentralize generation of register infos for a code...
2012-06-16 uzUnified the "store via pointer" optimization routines.
2009-10-31 uzFixed a problem introduced with the last change.
2009-10-31 uzFixed a problem with OptJumpTarget3. In a loop over...
2009-10-15 uzExtend handling for "long branch to RTS" to "long branc...
2009-10-15 uzIf a conditional branch as an unconditional jump as...
2009-10-01 uzFixed problems that were introduced with r4287.
2009-10-01 uzAdded an additional precondition before replacing code...
2009-09-30 uzAnother small change in OptJumpTarget3.
2009-09-30 uzAdded an additional precondition check to OptJumpTarget3.
2009-09-29 uzNew optimization step
2009-09-26 uzComment out the RegVal function using #if to get rid...
2009-09-14 uzImproved the code that checks for memory accesses....
2009-09-14 uzRemoved debug output
2009-09-14 uzFixed another problem with OptJumpTarget1, that was...
2009-09-14 uzFixed a problem with OptJumpTarget1: The inspected...
2009-09-13 uzAdded another condition that allows us to remove pha...
2009-09-04 uzFixed problems with OptPrecalc. It removed insns becaus...
2009-09-03 uzReplace "lda (zp),y" by "lda (zp,x)" where possible...
2009-09-01 uzMinor code improvement.
2009-08-31 uzFixed a few C99isms that prevented the sources to compi...
2009-08-29 uzCode improvements
2009-08-29 uzJust comment and formatting changes.
2009-08-28 uzChange code generated for compares for special cases.
2009-08-20 uzAdded several constraints to the optimizer functions...
2009-08-19 uzAdd an additional precondition check for safety.
2009-08-15 uzCheck also sreg in OptSize1. Added information about...
2009-08-15 uzFixed wrong insertion order that caused problems with...
2009-08-15 uzSome branch improvements.
2009-08-15 uzFixed an error
2009-08-15 uzMinor improvement in last change
2009-08-15 uzRemove even more transfer instructions.
2009-08-15 uzRemove unnecessary transfer instructions.
2009-08-15 uzRemove more push/pop sequences.
2009-01-12 uzFixed an optimizer problem: A branch into a list of...
2008-02-27 cuzFixed a bug in the optimizer. Loads of X and Y from...
2005-09-11 cuzSome function renaming.
2005-08-31 cuzReversed accidentally checked in changes
2005-08-31 cuzAdded HuC6280 cpu (will be treated as a 65C02)
2004-06-05 cuzRepeat the check in OptJumpTarget whenever a match...
2004-03-19 cuzFixed a bug
2003-11-29 cuzUse smart mode, allow more CPUs, fix CPU dependent...
2003-11-27 cuzFixed a bug
2003-11-05 cuzImproved optimizations
2003-10-12 cuzMore opts
2003-10-11 cuzUse new CPU instruction sets table
2003-10-08 cuzHandle more opcodes in OptPrecalc
2003-10-06 cuzFixed a bug.
2003-10-01 cuzMore zeropage variable tracking in the optimizer
2003-09-14 cuzNew optimization
2003-09-12 cuzImproved the opt step added lately
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
next