]> git.sur5r.net Git - cc65/history - src/cc65
More optimizations
[cc65] / src / cc65 /
2003-08-18 cuzMore optimizations
2003-08-17 cuzFixed a bug
2003-08-14 cuzFixed a bug
2003-08-13 cuzMore optimizations
2003-08-12 cuzAddress fix
2003-08-11 cuzFixed an optimization
2003-08-11 cuzRewrote type conversions
2003-08-10 cuzFixed a bug that caused problems locating the last...
2003-08-10 cuzFixed a bug
2003-08-07 cuzSome CPU definition changes
2003-08-03 cuzNew option --forget-inc-paths
2003-08-02 cuzOrder of keywords on the keyword table was wrong
2003-08-02 cuzFixed a bug
2003-08-01 cuzAdded the near keyword
2003-08-01 cuzThe type "enum x" was not handled correctly in sizeof...
2003-07-26 cuzFixed a bug
2003-07-19 cuzBug: Char arrays with a specified size could not be...
2003-06-27 cuzOctal character constants starting with '2' or '3'...
2003-06-11 cuzImprove help output
2003-06-03 cuzAdded debugging output
2003-05-29 cuzUse AddSearchPathFromEnv
2003-05-29 cuzUse the new searchpath common module
2003-05-27 cuzFixed an include file search order problem
2003-05-07 cuzAdded the restrict keyword just to have it reserved
2003-05-02 cuzAdd __NES__ #define
2003-05-01 cuzMoved CPU definition into common/
2003-03-17 cuzFixed a bug in character literal handling
2003-03-16 cuzFixed initializers for standard behaviour (hopefully...
2003-03-16 cuzRevoked part of last change - didn't work
2003-03-16 cuzAllow any number of optional braces around all initiali...
2003-03-13 cuzAdded better error recovery
2003-03-07 cuzIf main() takes arguments, generate a forced import...
2003-03-06 cuzImprove error recovery
2003-03-04 cuzLast fix was wrong
2003-03-04 cuzFixed a bug in sign extension of constant values
2003-02-19 cuzFixed problem with array forward decl
2003-02-08 cuzValidSegName now defined in segnames.h
2003-02-08 cuzMove default segment names into segnames.h
2003-02-05 cuzAllow initialization of flexible array struct members
2003-02-03 cuzAdded flexible array members for structs
2003-02-02 cuzFixed a bug
2003-02-01 cuzError message for negative array sizes.
2003-02-01 cuzFixed the address
2003-01-28 cuzLocals with a qualifier and implicit int type where...
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzThe check for illegal storage classes on globals was...
2003-01-07 cuzFixed a problem with line continuations and -T
2003-01-05 cuzFixed several uses of memory after free()
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-12-29 cuzFixed a bug
2002-12-26 cuzCheck for implicit int return in all cases
2002-12-17 cuzReplaced the solution for the array conversion problem...
2002-12-17 cuzFixed a bug
2002-12-12 cuzConverted all Watcom makefiles to use GNU make
2002-12-12 cuzFixed a macro problem
2002-12-12 cuzFixed the inlined strlen function
2002-12-11 cuzFixed a bug that occurred when using // comments at...
2002-12-11 cuzFixed hangup for loops in jump cascade
2002-12-05 cuzFixed a bug
2002-12-05 cuzAdded stack usage info
2002-12-04 cuzFixed a bug
2002-12-01 cuzAdded a harmless function
2002-12-01 cuzFixed a bug
2002-11-28 cuzMove the ValidSegName function into common (segdefs)
2002-11-26 cuzNew --register-space option
2002-11-25 cuzAdditional pointer load optimization
2002-11-25 cuzFixed symtab code
2002-11-25 cuzRe-added register variables.
2002-11-25 cuzFixed a bug
2002-11-24 cuzFixed a bug
2002-11-24 cuzReenable register variables
2002-11-24 cuzCheck register before static
2002-11-24 cuzFixed a problem with the test expression in a for loop...
2002-11-23 cuzMore optimizations
2002-11-23 cuzA few size optimizations
2002-11-23 cuzAnother optimization step
2002-11-22 cuzNew harmless function
2002-11-21 cuzNew target c16
2002-11-21 cuzFixed a bug
2002-11-21 cuzRewrote code for better readability
2002-11-21 cuzSmall but significant shift optimization
2002-11-15 cuzFixed an error in struct compare. For one, the behaviou...
2002-11-14 cuzRemoved unused code
2002-11-14 cuzFixed a bug
2002-11-14 cuzNew function ReplaceType
2002-11-14 cuzMake small functions inline
2002-11-02 cuzUse constants for datatype sizes
2002-11-01 cuzMove the assignment parser into a separate module.
2002-11-01 cuzWork on better type casts - not yet finished
2002-10-29 cuzFixed a bug
2002-10-17 cuzNew store optimization.
2002-10-17 cuzFixed error "variable has unknown size" for a local...
2002-10-14 cuzFixed a buffer overflow (report from Christian Groessler).
2002-10-10 cuzAllow initialization of local variables of compound...
2002-10-10 cuzRestructured DeclareLocals()
2002-10-10 cuzMade a lot of short functions inline
2002-10-09 cuzAdd info about more functions
2002-10-09 cuzFixed a bug
2002-10-08 cuzAdded more size optimizations, separate module
next