]> git.sur5r.net Git - cc65/history - src
Added library reference tgi_libref to TGI interface.
[cc65] / src /
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...
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 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 ol.scBetter define 'EXTBSS' to allow developer to memset...
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 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-06-04 uzSimilar changes as for the C output target: If the...
2012-06-04 uzFixed a C99ism.
2012-06-03 ol.scAdded secondary linker config for C64 overlays (incl...
2012-06-03 uzFix output of segment sizes. It was broken after some...
2012-05-28 uzChange data generation for C output. The ident attribut...
2012-05-25 uzFixed an error: When guessing the address size of an...
2012-05-09 uzAdded an optimization for signed shift right.
2012-04-25 uzFixed a comment.
2012-04-22 uzThe program dumped core when read/write was used withou...
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-11 uzMore cleanup.
2012-04-09 uzMore preparations for loadable CPUs. Will still not...
2012-04-06 uzMoving around stuff. Preparation for loadable CPUs.
2012-04-05 uzOne more intermediate state - not compilable.
2012-04-05 uzIntermediate state - doesn't run as is.
2012-04-03 uzReenable Break(), use a string buffer for safe formatting.
2012-04-03 uzAdded support for several colors.
2012-04-03 uzUse FileStat instead of stat.
2012-04-03 uzFixed an error in the conversion function from Unix...
2012-04-03 uzUse the replacement function to set file times.
2012-04-03 uzAdded a replacement for utime(), because it has the...
2012-04-03 uzExplicitly ignore the function result of CloseHandle().
2012-04-01 uzFixed an invalid offset.
2012-04-01 uzAdded a missing #include.
2012-04-01 uzUse the new FileStat function to get correct file modif...
2012-04-01 uzAdd a new module that works around a bug in the Microso...
2012-04-01 uzFixed a comment.
next