]> git.sur5r.net Git - cc65/history - src/cc65
Merge pull request #127 from groessler/something_to_pull
[cc65] / src / cc65 /
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-22 Oliver SchmidtMerge pull request #96 from groessler/something_to_pull
2014-03-20 Oliver SchmidtMerge pull request #94 from groessler/something_to_pull
2014-03-20 Oliver SchmidtMerge pull request #93 from silverdr/master
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-19 Silver Dream !- fixed an old #include guard typo 93/head
2014-03-04 Oliver SchmidtNormalized code.
2014-03-03 Oliver SchmidtImprove MinGW support.
2014-03-01 Christian Groesslerfirst changes for atari5200 target
2013-12-05 Oliver SchmidtRevert "Added basic frame for new target 'creativision'."
2013-11-30 Greg KingMerged branch "master" into make. 61/head
2013-11-30 Greg KingMerged branch "master" into ubiquitous. 62/head
2013-11-25 Oliver SchmidtAdded basic frame for new target 'creativision'.
2013-10-09 Oliver SchmidtAdded optimizer fix originating from Ullrich von Bassew...
2013-10-08 Oliver SchmidtApplied fix contributed by Greg King.
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-27 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-27 Oliver SchmidtHave __PLUS4__ imply __C16__.
2013-06-17 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-17 Oliver SchmidtHave __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__...
2013-06-13 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-13 Oliver SchmidtAvoid GCC "unconst" warning.
2013-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-20 Oliver SchmidtAdded 'sim6502' and 'sim65C02' targets.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-07 Oliver SchmidtMerge pull request #7 from greg-king5/config-buf
2013-05-07 Oliver SchmidtMerge pull request #6 from greg-king5/forget-path
2013-05-07 Greg KingRemoved useless command-line option. 6/head
2013-05-06 Oliver SchmidtAdded search path relative to running binary on Windows.
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Greg KingChanged the order of directories that are searched...
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-05-02 Oliver SchmidtRemoved unused variables.
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-27 Oliver SchmidtAllow to supply searchpath defines as simple values...
2013-04-07 Oliver SchmidtAllow for warning-free build of cc65 with MS VC on...
2013-04-07 Oliver SchmidtNo SVN version here.
2013-03-06 uzReorder CF_xxx flags so that they can be used as table...
2013-02-12 uzQuick fix for a problem in the OptLoad3 function. The...
2013-02-02 uzFixed a problem: When a struct or unit was declared...
2013-01-25 uzPrevent a literal string that is an argument for sizeof...
2013-01-25 uzFix an error in ReleaseLiteral.
2013-01-07 uzDo an additional run of duplicate loads at the end...
2013-01-01 uzFixed a bug in the function that generates register...
2012-10-28 uzOptCmp3 removed a compare to zero instruction preceeded...
2012-08-01 uzDon't add the current directory to the list of search...
2012-07-28 uzFixed a problem with a memcpy optimization (source...
2012-07-12 uzFixed a problem with the optimizations for shifts.
2012-07-12 uzAdded an option to output the assembly after each trans...
2012-07-11 uzEnable optimization for arithmetic right shift. NOTE...
2012-07-10 uzAdd another form of duplicate load removal.
2012-07-08 uzRearrange order of opt steps for better efficiency.
2012-07-08 uzReplacement in OptShift3 is even possible, when X is...
2012-07-07 uzFixed an error.
2012-07-07 uzAdded optimization for complax.
2012-07-07 uzMore shift optimizations.
2012-07-07 uzAdded a comment.
2012-07-07 uzStart adding stuff that optimizes the new shift functions.
2012-07-07 uzIgnore a few more "harmless" functions when optimizing.
2012-07-07 uzMove the optimization routines for shifts into a separa...
2012-07-06 uzFixed compiler warnings.
2012-07-06 uzTransform tosshlax and friends into a sequence that...
2012-07-06 uzAdded info for new shift routines that don't use the...
2012-07-06 uzSmall code changes for more safety (and to be compatibl...
2012-06-24 uzAdded register info for the aslaxy and shlaxy routines.
2012-06-24 uzSpecial handling for a few more runtime functions.
2012-06-23 uzOptSize2 needs an extra removal of duplicate transfers.
2012-06-23 uzCentralize generation of register infos for a code...
2012-06-23 uzAdded two replacements for negax. Shift right for signe...
2012-06-23 uzThe OptNegXXX function were actually handling bnega...
2012-06-16 uzFor commutative operators processed by hie_internal...
2012-06-16 uzMark commutative operators as such (no change in code...
2012-06-16 uzUnified the "store via pointer" optimization routines.
2012-06-15 uzBe more flexible when detecting a special sequence...
2012-06-12 uzAnother optimization for array stores.
2012-06-11 uzExtend OPtShift3 to shift counts larger than 1.
2012-06-11 uzThe new module was missing from the Watcom makefile.
2012-06-11 uzAdded a forgotten header file.
2012-06-10 uzAnother optimization for right shift of the sum of...
2012-06-10 uzRemoved a unnecessary duplicate call to one routine.
2012-06-10 uzMoved "store through pointers" optimizations into its...
2012-06-10 uzAdded new pushl0 runtime function.
2012-06-07 uzGenerate special memcpy code if the target is less...
2012-06-07 uzAdded info about the subysp function.
2012-06-06 uzBe sure to check the availability of code entries befor...
2012-06-06 uzAdded more to the list of "harmless" calls that do...
2012-06-06 uzDon't emit special code because it doesn't work well...
2012-06-06 uzDetect an additional sequence that is used with pointer...
2012-06-06 uzOutput the optimization steps that had changes when...
2012-05-09 uzAdded an optimization for signed shift right.
2012-04-25 uzFixed a comment.
2012-04-22 uzFixed an uniniitalized variable which caused ranom...
2012-04-22 uzReverted errorneously commited change to the makefile.
2012-04-22 uzFixed an error when parsing local variables: Variables...
2012-04-01 uzUse the new FileStat function to get correct file modif...
2012-03-24 uzFixed an error: When determining where to place initial...
2012-03-24 uzFixed an error: For symbols declared as extern in local...
2012-03-17 uzImplement anonymous structs/unions in cc65 mode.
2012-01-21 uzFixed an internal error that was triggered by an attemp...
next