]> git.sur5r.net Git - cc65/history - src/cc65/coptstop.c
Adjusted to the current multiline-comment style.
[cc65] / src / cc65 / coptstop.c
2019-04-02 IrgendwerA8Adjusted to the current multiline-comment style.
2019-04-02 IrgendwerA8Fix for multiplication optimization issue #367
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-28 Piotr FusikMake some arrays const.
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-07-12 Oliver SchmidtMerge pull request #158 from Movax12/definedmacro
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-06-26 Oliver SchmidtRevert "Equality problem (Ullrich von Bassewitz)".
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2014-11-19 mrdudzMerge remote-tracking branch 'upstream/master'
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-10-14 Oliver SchmidtMerge pull request #138 from spiro-trikaliotis/equality...
2014-10-14 Spiro TrikaliotisEquality problem (Ullrich von Bassewitz) 138/head
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-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-10-09 Oliver SchmidtAdded optimizer fix originating from Ullrich von Bassew...
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-07-12 uzFixed a problem with the optimizations for shifts.
2012-07-11 uzEnable optimization for arithmetic right shift. NOTE...
2012-07-07 uzIgnore a few more "harmless" functions when optimizing.
2012-07-06 uzFixed compiler warnings.
2012-07-06 uzTransform tosshlax and friends into a sequence that...
2012-06-23 uzCentralize generation of register infos for a code...
2012-06-06 uzAdded more to the list of "harmless" calls that do...
2010-04-25 uzChange the OptStackOps function so that it adjusts...
2010-01-20 uzFixed a problem in the optimizer function that rewrites...
2009-09-11 uzFixed a problem with load tracking in OptStackOps.
2009-09-04 uzFixed another problem with OptStackOps: Load tracking...
2009-09-03 uzReplacement code for ule and ugt was wrong and did...
2009-09-01 uzAdded code replacements for several missing compare...
2009-08-31 uzFixed a bug in Opt_tosaddax.
2009-08-31 uzSimplify the code somewhat.
2009-08-31 uzMake the AddOpLow and AddOpHigh functions usable with...
2009-08-29 uzAdded even more subroutines to the "harmless calls...
2009-08-29 uzAdded more harmless functions to the list, so the stuff...
2009-08-29 uzFixed a problem with local variables (stack offset...
2009-08-28 uzAdded more code to improve compares.
2009-08-28 uzFixed a bug introduced by recent changes.
2009-08-28 uzChanged code generated for compares. Fixed bugs in...
2009-08-28 uzRelax the precondition for OPtStackOps somewhat.
2009-08-27 uzAdded better code to replace tossubax.
2009-08-20 uzDisable handling of tossubax since it won't work as...
2009-08-20 uzAdded several constraints to the optimizer functions...
2009-08-19 uzAlso handle ldaxysp as a valid load insn before a push.
2009-08-18 uzServal improvements, handling of tossubax.
2009-08-17 uzRewrite of the main function.
2009-08-15 uzAdd more function to the "harmless calls" list.
2006-04-16 cuzComment fix
2005-09-11 cuzSome function renaming.
2005-04-20 cuzFixed a bug
2004-06-05 cuzGenerate LDY instead of INY whenever possible because...
2004-06-04 cuzFixed a bug
2004-05-02 cuzFixed compiler warnings
2004-03-15 cuzOptimization for __bzero.
2003-11-05 cuzImproved optimizations
2003-10-13 cuzFixed a bug
2003-08-10 cuzFixed a bug
2002-12-05 cuzFixed a bug
2002-12-04 cuzFixed a bug
2002-12-01 cuzAdded a harmless function
2002-11-25 cuzRe-added register variables.
2002-11-23 cuzA few size optimizations
2002-11-22 cuzNew harmless function
2002-10-17 cuzNew store optimization.
2002-10-08 cuzAdded more size optimizations, separate module
2002-10-06 cuzNew optimizer pass OptShift3.
2002-10-06 cuzFixed an omission in AdjustStackOffset. Use CS_IsBasicB...
2002-10-05 cuzNew/changed optimizations
2002-10-04 cuzMinor improvement of optimizations
2002-10-02 cuzFixed optimizer bug in or/xor
2002-03-16 cuzUse MakeHexArg, replace STX and STY by STZ if possible
2002-02-13 cuzReplace staxspidx if possible
2001-10-04 cuzOptimizations
2001-10-02 cuzHandle intermediate access to local variables in the...
2001-10-01 cuzMore stack op optimizations
2001-09-29 cuzReadded size optimizations
2001-09-26 cuzCheck for an additional error condition
2001-09-25 cuzMore optimizations