]> git.sur5r.net Git - cc65/history - src/cc65
Ignore only top level directories.
[cc65] / src / cc65 /
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...
2012-01-20 uzReverted some errorneously committed changes which...
2012-01-20 uzFixed a problem reported by Greg King. structs returned...
2012-01-20 uzMasking a bit field is unnecessary if there was no...
2012-01-01 uzFixed a bug: To check for signed types use IsSignSigned...
2011-12-29 uzFix SVN version stuff. The old implementation apparentl...
2011-12-29 silverdrremoved one conditional in the cc65 Makefile gcc.mak...
2011-12-28 uzAdded TGT_GEOS_CBM and TGT_GEOS_APPLE.
2011-12-05 uzWhen generating the dependency file, escape spaces...
2011-11-07 uzDisallow __asm__ on global level.
2011-09-18 uzFixed an internal error caused by muddling through...
2011-09-03 uzSmall fix for an error message.
2011-08-31 uzWrite out global symbols to the debug file. Added some...
2011-08-30 uzFor now use the void type for all debug symbols to...
2011-08-29 uzWorked on high level language symbol info.
2011-08-26 uzAdd a (currently empty) type string to the debug info...
2011-08-26 uzStarted to add debug infos for C functions and symbols.
2011-08-12 uzTracked rename of hashstr -> hashfunc.
2011-08-04 uzAdjust code to C99 regarding the main function: Not...
2011-07-12 uzParse #pragma align() (does nothing currently).
2011-05-01 uzThe code for compares with a constant result may not...
2011-05-01 uzFix output of --help regarding -W. Added new option...
2010-12-30 uzFix consecutive false errors when a label without a...
2010-12-29 uzIn the generated assembly file, add import statements...
2010-11-28 uzAllow to disable the "Result of comparison is constant...
2010-11-16 uzRemoved some left over debug output
2010-11-07 uzPatch to correct the linkorder in the make files to...
2010-11-02 uzFixed register info for several runtime functions....
2010-10-02 uzFix parsing of push/pop so that #pragma warn works...
2010-10-02 uzMake the warning "statement has no effect" switchable.
2010-08-24 uzFixed problem with last change: Static declaration...
2010-08-23 uzAllow initialization of variables declared with "extern".
2010-07-11 uzAnother minor improvement in compares.
next