]> git.sur5r.net Git - cc65/history - src
Separate the linker config for the apple2enh target from the ones for the
[cc65] / src /
2009-08-20 uzAdded several constraints to the optimizer functions...
2009-08-20 uzFixed a bug reported by Greg King: Initialized data...
2009-08-19 uzAlso handle ldaxysp as a valid load insn before a push.
2009-08-19 uzInline the left shift routines.
2009-08-19 uzApply OptTransfers3 again in a later step, so it gets...
2009-08-19 uzGenerate more predictable code.
2009-08-19 uzAdd an additional precondition check for safety.
2009-08-18 uzServal improvements, handling of tossubax.
2009-08-17 uzChange order of insns in generated sequence in OptPtrLo...
2009-08-17 uzAdded/corrected code info.
2009-08-17 uzRewrite of the main function.
2009-08-16 uzChange order, so that the forced imports for main(...
2009-08-16 uzUse correct adddressing mode for "asl a".
2009-08-16 uzSome more pattern replacements.
2009-08-16 uzOutput an apropriate error message when a floating...
2009-08-16 uzAdded more function info
2009-08-15 uzCheck also sreg in OptSize1. Added information about...
2009-08-15 uzFixed wrong insertion order that caused problems with...
2009-08-15 uzFixed wrong insertion order that caused problems with...
2009-08-15 uzclc should always be the insn before adc.
2009-08-15 uzSome branch improvements.
2009-08-15 uzInline some forms of aslax1
2009-08-15 uzFixed an error
2009-08-15 uzReplace ldaxidx by inline code.
2009-08-15 uzAdd more function to the "harmless calls" list.
2009-08-15 uzMinor improvement in last change
2009-08-15 uzTry to generate more predictable code.
2009-08-15 uzRemove even more transfer instructions.
2009-08-15 uzRemove unnecessary transfer instructions.
2009-08-15 uzRemove more push/pop sequences.
2009-08-15 uzChange order of replacement code in OptPtrLoad10 to...
2009-08-14 uzDon't generate inlined codes for integers shifts. If...
2009-08-14 uzDon't generate short code for the tosxxx functions...
2009-08-14 uzTell the compiler more about the runtime library functions.
2009-08-14 uzRemoved debug code
2009-08-14 uzDo size improvements always if they have no impact...
2009-08-14 uzImprovements in array index code.
2009-08-14 uzMoved part of codeopt into coptptrload for better modul...
2009-08-05 uzFixed an off-by-one error (reported by Greg King -...
2009-08-04 cpgintroduce STARTUP segment to Atari platform
2009-08-04 uzDon't allow to call subroutines that aren't actual...
2009-08-04 uzFixed an off-by-one bug
2009-08-04 uzNew function IsLocalLabelName.
2009-07-31 uzThere's no longer a need to link in the startup file...
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-07-30 uzInline shifts in g_asl as is already the case in g_scale.
2009-07-30 uzFix problem with R3904: Chars on the lhs of opeq must...
2009-07-30 uzFixed problems with R3977: While the solution was corre...
2009-07-30 uzAllow registers in sweet16 mode also to be specified...
2009-07-29 uzCorrect sweet16 addressing bug with SUB instr. Patch...
2009-07-28 uzThe "inc" target needed for the snapshot build script...
2009-07-28 uzAdd a dummy return to fix a Watcom warning.
2009-07-28 uzFixed a compatibility problem in TypeCmp: Subtracting...
2009-07-28 uzFixed a problem with function pointer conversion.
2009-07-28 uzFixed an error: If an expression is loaded into the...
2009-07-28 uzPrepared the code for referencing a symbol that forces...
2009-07-06 uzAdd some code that avoids outputing a forward label...
2009-05-18 uzSupport for the .BANKBYTES, .LOBYTES and .HIBYTES pseud...
2009-03-08 uzNew functions LIWarning and LIError.
2009-03-06 uz"S" is a keyword in 65816 mode only.
2009-02-23 uzFixed asm code to source line relation in switch statem...
2009-02-23 uzFixed source output in generated assembly when -T is...
2009-02-23 uzAdded a separate output module that is used to manage...
2009-02-22 uzWhen generating forward references to functions, use...
2009-02-17 uzCheck for division by/modulo by zero when parsing the...
2009-02-17 uzSmall change to avoid endless error loops (aborted...
2009-02-10 uzCheck for and flag address size modifiers that are...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2009-01-30 uzAdded special error messages for Groepaz.
2009-01-26 uzAnother fix for the SB_SetIndex macro.
2009-01-26 uzFixed an error in the SB_SetIndex macro.
2009-01-24 uzFixed a problem with recursive macro expansions. They...
2009-01-24 uzAdded a new SetIndex() function/macro.
2009-01-24 uzRewrite va_copy.h - the check for a C89 compiler wasn...
2009-01-18 uzAvoid spurious subsequent errors if an include file...
2009-01-12 uzFixed an optimizer problem: A branch into a list of...
2008-12-28 uzFixed problems with casts, where larger values weren...
2008-11-11 uzAdd new --tabsize option to usage/help output.
2008-11-11 uzNew option --tabsize.
2008-11-11 uzBe more tolerant with dos/windows line endings.
2008-08-31 uzFixed the macro versions of several inline functions.
2008-08-31 uzMore changes to support address size qualifiers.
2008-08-31 uzTest for pointer must use IsTypePtr not a direct compar...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-21 uzEnable use of new C like comments only if the new featu...
2008-08-19 uzAdded C like /* */ comments.
2008-08-11 uzSome more floating point support.
2008-08-09 uzUse GlobalModeFlags() if apropriate.
2008-08-08 uzFixed a bug: Structure assignment was broken.
2008-08-07 uzFixed a bug: The op= operators (+=, -=, etc.) worked...
2008-08-07 uzFixed a bug: It was possible to increment or decrement...
2008-08-05 uzIndexing a string by an expression which was not a...
2008-08-05 uzPass a complete ExprDesc and not just the Flags field...
2008-08-05 uzDoneStrBuf -> SB_Done (Stefan Haubenthal).
2008-08-05 uzFixed wrong code generation for
2008-08-05 uzFixed a comment.
2008-08-03 uzFixed several problems with old style (K&R) declaration...
2008-08-03 uzFixed a comment
2008-08-03 uzMove some storage class handling and checking for impli...
2008-08-03 uzTransfer the storage class flags from struct DeclSpec...
next