]> git.sur5r.net Git - cc65/history - src/cc65
Added classification macros for file types from struct dirent.
[cc65] / src / cc65 /
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.
2010-07-11 uzFixed and improved the code for compares. Before, compa...
2010-07-10 uzFixed an error: A function wasn't converted to a void...
2010-05-29 uzDon't ignore empty paths when adding the path of a...
2010-05-28 uzChanged search path logic: Include files are now search...
2010-05-27 uzFix the check for constant static local data, which...
2010-05-09 uzRestructured search path handling.
2010-05-02 uzAdded a new option --dep-target to the compiler. This...
2010-05-01 uzChanged generation of makefile dependencies:
2010-04-29 uzMore preparations for an extension of the calling conve...
2010-04-25 uzChange the OptStackOps function so that it adjusts...
2010-04-22 uzRemember the type of the input file. This may be used...
2010-04-17 uzAdded while loop inversion.
2010-04-10 uzReverted part of change 4108 that prevented an optimiza...
2010-04-09 uzAdded the cdecl keyword
2010-03-23 uzMore strcmp inlining.
2010-03-22 uzInline some occurances of strcmp.
2010-03-21 uzFixed an optimizer problem.
2010-03-20 uzReenable compile time evaluation of strlen for string...
2010-03-14 uzFixed two issues with macros:
2010-01-20 uzFixed a problem in the optimizer function that rewrites...
2009-12-30 uzIgnore unknown preprocessor directives in an #if group... V2.13.1
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-05 uzFixed problem with last change. Wide string constants...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-12-04 uzMove global segment creation to a better place in source.
2009-11-24 uzIn case of parse errors for structs, don't just set...
2009-11-24 uzFix a problem with error handling: The E_HAVE_MARKS...
2009-10-31 uzFixed a problem introduced with the last change.
2009-10-31 uzFixed a problem with OptJumpTarget3. In a loop over...
2009-10-26 uzAdded another optimization step.
2009-10-26 uzFixed a bug in the last change. For variables that...
2009-10-24 uzRemoved an unused table.
2009-10-23 uzRearranged/duplicated optimization steps to generate...
2009-10-23 uzRestructured parts of locals.c. This will also fix...
next