]> git.sur5r.net Git - cc65/history - src
Adjusted comment.
[cc65] / src /
2013-04-09 Oliver SchmidtReplaced builtin linker configs with ordinary .cfg...
2013-04-07 Oliver SchmidtNo copyright message here.
2013-04-07 Oliver SchmidtAllow for warning-free build of ar65 with MS VC on...
2013-04-07 Oliver SchmidtAllow for warning-free build of cc65 with MS VC on...
2013-04-07 Oliver SchmidtNo SVN version here.
2013-04-07 Oliver SchmidtAllow for warning-free build of common with MS VC on...
2013-04-07 Oliver SchmidtAllow for warning-free build of ca65 with MS VC on...
2013-04-07 Oliver SchmidtNo copyright message here.
2013-04-07 Oliver SchmidtReplaced builtin macro packages with .mac files that...
2013-03-06 uzReorder CF_xxx flags so that they can be used as table...
2013-02-12 ol.scJust some beautification.
2013-02-12 ol.scAdded missing __CALLIRQ__ import attribute.
2013-02-12 uzQuick fix for a problem in the OptLoad3 function. The...
2013-02-10 uzFixed several issues where an object file reference...
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-22 uzThe scrcode macros lost the last argument in the recurs...
2013-01-12 uzAdded a new feature "underline_in_numbers" requested...
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-12-17 karriOptimize low color packed sprites
2012-11-14 karriAdd edge parameter
2012-11-13 karriFix shaped bugs
2012-11-12 karriAdd shaped mode
2012-11-12 karriImplement packed mode
2012-11-11 karriA bit more modular design
2012-11-07 ol.scUse array type declaration to avoid &-operator.
2012-11-06 uzRearrange the code to avoid a warning from the Watcom...
2012-11-06 uzAllow to map characters to code zero with .CHARMAP.
2012-11-06 uzRemoved the unused function TgtTranslateStr.
2012-11-06 uzAdd -d (debug mode) to the assembler options. In studye...
2012-11-06 karriAdd quadrant optimisation
2012-11-06 karriAdd anchor point support
2012-11-06 karriAdd support for 4 quadrants
2012-11-04 uzSince there is now line info with type ASM and a count...
2012-11-04 uzFixed a problem in line info generation: Recorded token...
2012-11-04 uzOutput notifications for line info from macro parameter...
2012-11-04 uzAdd line info for macro parameters.
2012-11-03 uzHave the callirq module export __CALLIRQ__ and changed...
2012-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
2012-11-03 karriAdd end of sprite byte
2012-11-03 karriFirst quadrant literal sprite working
2012-10-28 uzUse O65OPT_FILENAME to place the filename of the output...
2012-10-28 uzOptCmp3 removed a compare to zero instruction preceeded...
2012-10-27 uzMake the old "AllocNew" flag for symbols an enum and...
2012-10-27 uzMinor code optimization.
2012-10-27 uzThe message "Dropping x additional line infos" had...
2012-10-27 uzFixed a problem with the last change: Sym wasn't always...
2012-10-27 uzFixed a problem reported by thefox: A symbol reference...
2012-09-30 ol.scAdded C128 overlay linker config.
2012-09-30 ol.scMinimal formatting adjustment.
2012-09-17 uzFixed a bug reported by thefox: The .CHARMAP command...
2012-09-11 karriShring the bootloader by 20 bytes and remove restrictio...
2012-09-09 uzAdded a "fillval" attribute to the segment definition...
2012-08-22 uzDo not try to dump an expression that has errors (circu...
2012-08-20 uzNew option --relax-checks that disable the check for...
2012-08-01 uzDon't add the current directory to the list of search...
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-17 uzFixed an error in the macro package that prevented...
2012-07-17 uzPermit the .string builtin function to work with scoped...
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-30 uzMove evaluation of the argument for .BANK into the...
2012-06-24 uzAdded register info for the aslaxy and shlaxy routines.
2012-06-24 ol.scAdded secondary linker config for Atari overlays (locat...
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 ol.scAdded secondary linker config for Apple2 overlays ...
2012-06-16 ol.scThe Apple2 linker configs *-loader.cfg only differed...
2012-06-16 ol.scAdjusted comment to recent changes.
2012-06-16 ol.scAvoid mixing of memory areas and segments in address...
2012-06-16 ol.scI just don't like 'file = "" '.
2012-06-16 ol.scReplaced "throwing away" of memeory area HEADER with...
2012-06-16 ol.scRenamed segment 'HIGHCODE' to 'LC because:
2012-06-16 ol.scThe Apple2 linker configs basically cover two dimension...
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-14 ol.scAdded basic Apple linker config for assembler programs...
next