]> git.sur5r.net Git - cc65/shortlog
cc65
2012-07-22 uzRewrote em_load_driver in assembler fixing a possible...
2012-07-22 uzMore comment fixes.
2012-07-22 uzFixed a few comments.
2012-07-22 uzRewrote tgi_load_driver in assembler and fixed a possib...
2012-07-19 ol.scRetrofitted comments from GEOS overlay demo to regular...
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-15 uzMove the _filetype variable into its own module, so...
2012-07-15 uzDo not add the file type to the name when using append...
2012-07-12 uzFixed a problem with the optimizations for shifts.
2012-07-12 uzAdded a test program to test the 16 bit shift ops.
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-11 uzRewrite code for arithmetic right shift.
2012-07-10 uzAdd another form of duplicate load removal.
2012-07-10 uzModifications for smaller code size.
2012-07-09 uzAdedd a few cross-references for the new cbm_k_ functio...
2012-07-09 silverdrcbm_k_ functions documented
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-07-06 uzRewrite to add an entry point for shraxy that doesn...
2012-07-06 uzComment and tab fix. No code changes.
2012-07-03 ol.scAdded functional Atari directory classification macros...
2012-07-03 ol.scThis is C, not 6502 ;-))
2012-07-03 ol.scAdded section on 'overlaydemo'.
2012-07-01 uzUse 's' as default file type instead of 'u'.
2012-07-01 uzAccording to Greg King, Vorpal files are regular files.
2012-07-01 uzFix list of CBM kernal level functions.
2012-07-01 uzFixed naming of cbm_clall.
2012-07-01 uzUnified names of CBM kernal level functions and complet...
2012-07-01 uzFixed wrong filename for module c_getin.s
2012-07-01 uzAdded missing function cbm_k_getin, which was in cbm...
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-06-29 uzIgnore generated files.
2012-06-25 ol.scAdded dummy classification macros for the remaining...
2012-06-24 uzAdded register info for the aslaxy and shlaxy routines.
2012-06-24 uzAdd another entry point to the shift left routine,...
2012-06-24 ol.scAdded secondary linker config for Atari overlays (locat...
2012-06-24 ol.scMade overlaydemo compatible with the Atari:
2012-06-24 ol.scMinor adjustment to Apple II coding style (two spaces...
2012-06-24 ol.scAdded Apple II classification macros for file types...
2012-06-24 uzSpecial handling for a few more runtime functions.
2012-06-24 uzAdded classification macros for file types from struct...
2012-06-24 uzMove definitions for CBM file types into its own header...
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.scWe now don't define the memory area RAM anymore. So...
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...
2012-06-14 ol.scMoved actual computation of DOS 3.3 header to linker...
2012-06-12 uzAnother optimization for array stores.
2012-06-11 uzSize optimizations.
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 ol.scMoved Apple EXEHDR to separate module (similiar to...
2012-06-10 uzMoved "store through pointers" optimizations into its...
2012-06-10 uzAdded new pushl0 runtime function.
2012-06-10 uzAdded an entry point to push a 32 bit long value.
2012-06-10 uzRearrangements for smaller size of generated code.
2012-06-10 uzChanges for better code generation.
2012-06-10 uzChanged the code so that it better suits the code gener...
2012-06-10 uzShortened the code.
2012-06-10 ol.scReplaced (broken) assert() with #error and added a...
2012-06-10 ol.scAdded demo applicaion showcasing sp65 in combination...
2012-06-10 ol.scBetter define 'EXTBSS' to allow developer to memset...
2012-06-10 ol.scMinor change.
2012-06-08 ol.scApple GEOS reserves beside the main app area at $4000...
2012-06-07 uzIn error or warning messages, output the name of the...
2012-06-07 uzReorder variables to take advangate of improved code...
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...
next