]> git.sur5r.net Git - cc65/history - src/cc65
Added support for several machines.
[cc65] / src / cc65 /
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...
2009-10-20 uzFixed a problem with bit-fields: Values spanning more...
2009-10-19 uzThe CodeEntry buffer array was one entry to small.
2009-10-19 uzAdded another optimization step.
2009-10-19 uzRenamed attribute handling functions. Added SymHasAttr().
2009-10-18 uzChanged handling of attributes to a more generic form...
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-10-15 uzSome cleanup in the code generator. Added a g_drop...
2009-10-15 uzWarn when structs are passed by value to a function.
2009-10-15 uzExtend handling for "long branch to RTS" to "long branc...
2009-10-15 uzIf a conditional branch as an unconditional jump as...
2009-10-14 uzAllow switching warnings about unused pragmas on or...
2009-10-14 uzFixed a problem with SB_GetSym.
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-10-13 uzRewrote most of the #pragma parsing code. I'm still...
2009-10-11 uzRemoved an unused function.
2009-10-08 uzAdded the __STDC_HOSTED__ macro.
2009-10-08 uzRewrote handling of the -W command line option. It...
2009-10-08 uzFixed some sloopy StrBuf coding.
2009-10-08 uzUse the new InvArg() function.
2009-10-08 uzFixed an error with r4329: In case of a struct pointer...
2009-10-07 uzMerge calls to decsp. The implemented routine is not...
2009-10-07 uzGet rid of ldaconst/ldxconst/ldyconst in many places.
2009-10-05 uzFixed a bug: A similar problem as that with structs...
2009-10-05 uzWhen using GetQualifier, pass correct params :-)
2009-10-05 uzUse GetQualifier() instead of accessing the field directly.
2009-10-05 uzChanged solution for r4329 so that it uses less memory.
2009-10-05 uzFixed a bug: Function designators are converted to...
2009-10-05 uzFixed a bug: A struct field has all qualifiers from...
2009-10-01 uzFixed problems that were introduced with r4287.
2009-10-01 uzThe combined assignment operator (-=, +=, ...) did...
2009-10-01 uzAdded an additional precondition before replacing code...
2009-09-30 uzAnother small change in OptJumpTarget3.
2009-09-30 uzAdded an additional precondition check to OptJumpTarget3.
2009-09-29 uzNew optimization step
2009-09-29 uzReplace tabs by spaces in file lists.
2009-09-29 uzFixes for the watcom makefiles:
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
2009-09-26 uzComment out the RegVal function using #if to get rid...
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-09-22 uzChanged search paths to use subdirectories of CC65_HOME...
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-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...
next