]> git.sur5r.net Git - cc65/history - src
Moved most platform assembler includes into asminc, so they will be available
[cc65] / src /
2009-09-24 uzSince we have now builtin search paths, we need to...
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-09-24 uzUse xmalloc.h and change the code slightly to get rid...
2009-09-24 uzAdded search paths similar to that of the linker and...
2009-09-22 uzChanged search paths to use subdirectories of CC65_HOME...
2009-09-22 uzNew function AddSubSearchPathFromEnv.
2009-09-22 uzNew linker config for the VIC-20 with 32K cartridge...
2009-09-20 uzOliver added a comment to the Apple2 linker config.
2009-09-19 uzAdditional linker configs for the Apple by Oliver Schmidt.
2009-09-18 uzRemoved the - now unused - empty builtin configuration...
2009-09-18 uzChange search paths for the linker.
2009-09-18 uzRenamed some additional (not builtin) linker configs.
2009-09-18 uzRemoved the (unused and probably non-working) config...
2009-09-18 uzAdded wide char literals, but treat them identical...
2009-09-14 uzImproved the code that checks for memory accesses....
2009-09-14 uzRemoved debug output
2009-09-14 uzFixed another problem with OptJumpTarget1, that was...
2009-09-14 uzFixed a problem with OptJumpTarget1: The inspected...
2009-09-13 uzFixed parsing a labeled-statement: A label is always...
2009-09-13 uzAdded another condition that allows us to remove pha...
2009-09-13 uzRemoved the ace target. It didn't have a linker config...
2009-09-12 uzSearch config files also in the builtin search director...
2009-09-11 uzFixed a problem with load tracking in OptStackOps.
2009-09-08 uzFixed an error in OptPtrLoad16.
2009-09-08 uzFixed several more problems like the one in Assignment...
2009-09-08 uzFixed a problem similar to the one in Assignment()...
2009-09-08 uzUse the new function MarkedExprWithCheck.
2009-09-08 uzAllow to store start and end of generated code in the...
2009-09-08 uzFixed flexible array struct members.
2009-09-07 uzAdded initialization of bit-fields.
2009-09-07 uzA constant right side does not necessarily mean that...
2009-09-07 uzRemove stack pointer check in RemoveCodeRange - the...
2009-09-06 uzChanged a comment line.
2009-09-06 uzUse xsprintf instead of sprintf.
2009-09-06 uzUse SymIsTypeDef and SymIsBitField instead of accessing...
2009-09-06 uzNew function SymIsBitField.
2009-09-06 uzFixed an error: When initializing unions, only the...
2009-09-04 uzFixed wrong code generation in g_leasp.
2009-09-04 uzFix problem with OptPtrLoad1 - never insert before...
2009-09-04 uzFixed another problem with OptStackOps: Load tracking...
2009-09-04 uzFixed problems with OptPrecalc. It removed insns becaus...
2009-09-04 uzFixed a typo in a comment.
2009-09-03 uzReplace "lda (zp),y" by "lda (zp,x)" where possible...
2009-09-03 uzReplacement code for ule and ugt was wrong and did...
2009-09-01 uzAdded code replacements for several missing compare...
2009-09-01 uzTerminate after printing the version number when -V...
2009-09-01 uzImproved code generation, better tracking.
2009-09-01 uzFixed a problem with OptCmp3 that was in there for...
2009-09-01 uzMinor code improvement.
2009-09-01 uzSimplify code generated for the ?: operator when type...
2009-08-31 uzRemember more function infos in the Function struct.
2009-08-31 uzFixed a bug in Opt_tosaddax.
2009-08-31 uzSimplify the code somewhat.
2009-08-31 uzMake the AddOpLow and AddOpHigh functions usable with...
2009-08-31 uzPrint the SVN version number when -V or --version is...
2009-08-31 uzFixed a few C99isms that prevented the sources to compi...
2009-08-31 uzFixed a copy&paste error in a comment.
2009-08-31 uzImproved code for bit fields.
2009-08-31 uzImproved the code generated for bit-fields.
2009-08-31 uzAdd a warning if a function returning something does...
2009-08-31 uzAdded info about changed leaa0sp and leaaxsp. Rewrote...
2009-08-30 uzFor bit fields contained within single bytes, try to...
2009-08-30 uzUse CHAR_BITS instead of a hardcoded 8 bits/byte.
2009-08-30 uzMake the SIZEOF_XXX constants resolve to unsigned values.
2009-08-30 uzAny field without a name is legal but useless in a...
2009-08-30 uzSeparate the functions that parse unions and structs...
2009-08-29 uzAdded even more subroutines to the "harmless calls...
2009-08-29 uzCode improvements
2009-08-29 uzFirst implementation of bit fields.
2009-08-29 uzAdded more harmless functions to the list, so the stuff...
2009-08-29 uzImproved code for shifts.
2009-08-29 uzThe shift long by 4 functions do also destroy Y.
2009-08-29 uzInfo for long shift functions was missing or wrong.
2009-08-29 uzFix wrong check for typedef which caused non allocation...
2009-08-29 uzRename Width to BitWidth.
2009-08-29 uzAdded code to parse bit fields and enter them into...
2009-08-29 uzAnother tiny code improvement for integer compares.
2009-08-29 uzFixed a problem with local variables (stack offset...
2009-08-29 uzJust comment and formatting changes.
2009-08-28 uzChange mode constants for ParseDecl to an enum.
2009-08-28 uzReorder optimimization steps to get better results.
2009-08-28 uzAdded more code to improve compares.
2009-08-28 uzFixed a bug introduced by recent changes.
2009-08-28 uzChanged code generated for compares. Fixed bugs in...
2009-08-28 uzChange code generated for compares for special cases.
2009-08-28 uzAdded -u as an alias for --force-import. Updated comman...
2009-08-28 uzRelax the precondition for OPtStackOps somewhat.
2009-08-27 uzWhen preprocessing, all compares evaluate to constants...
2009-08-27 uzAdded better code to replace tossubax.
2009-08-27 uzAdded a warning if the result of a compare operation...
2009-08-27 uzTry to generate more predicable code. clc always before...
2009-08-27 uzCheck for usage of Y instead of reloading it. The latte...
2009-08-27 uzFixed a problem with OptPtrLoad6 (must correct stack...
2009-08-27 uzAdded the --force-import option also to the cl65 utility.
2009-08-27 uzAdded a new "--force-import" command line option to...
2009-08-27 uzUse the new AddrSizeFromStr function.
2009-08-27 uzAdded an AddrSizeFromStr function.
2009-08-20 uzDisable handling of tossubax since it won't work as...
2009-08-20 uzAdded several constraints to the optimizer functions...
2009-08-20 uzFixed a bug reported by Greg King: Initialized data...
next