]> git.sur5r.net Git - cc65/history - src/cc65
New/changed optimizations
[cc65] / src / cc65 /
2002-10-05 cuzNew/changed optimizations
2002-10-04 cuzMinor improvement of optimizations
2002-10-04 cuzIncrease the size of some buffers, so we are at the...
2002-10-03 cuzFixed a small bug
2002-10-02 cuzFixed optimizer bug in or/xor
2002-10-02 cuzPlace all declarations that are local to a function...
2002-10-01 cuzAllow more flexible numeric flag pragma arguments
2002-09-30 cuzFixed a bug
2002-09-30 cuzIgnore also cr's on input. This allows to compile sourc...
2002-09-30 cuzRemoved debug code
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzCall StrBuf destructors
2002-09-29 cuzUse the new StrBuf features
2002-09-29 cuzRedoing the pragma stuff
2002-09-25 cuzChanged a function name
2002-09-23 cuzAdded the __DATE__ and __TIME__ preprocessor macros
2002-09-23 cuzCosmetic changes
2002-09-18 cuzImprove type casts for ints.
2002-09-16 cuzFixed a bug
2002-08-07 cuzAdded VIC20 port changes from Steve Schmidtke
2002-07-27 cuzFixed a bug
2002-07-26 cuzFixed a bug
2002-07-20 cuzFixed a bug
2002-07-16 cuzReplace calls to memset with _bzero if the fill value...
2002-07-15 cuzFixed a bug
2002-07-12 cuzFixed a bug
2002-07-12 cuzFixed a bug
2002-07-10 cuzFixed/worked around a bug
2002-06-12 cuzRenamed the functions working with "struct Function".
2002-06-03 cuzNew target: oric atmos
2002-05-26 cuzIndirect fastcall functions with no parameters may...
2002-05-16 cuzOne less bug in sizeof ("ABC").
2002-05-02 cuzFixed a bug
2002-04-25 cuzAdd the 'module' target
2002-04-17 cuzFixed a bug
2002-04-06 cuzAdd info about the boolxx functions
2002-04-06 cuzFixed a code generation bug
2002-03-18 cuzPrepare for separate ASM name in symbol table entry
2002-03-18 cuzAttribute work
2002-03-17 cuzDon't print a zero offset in labels
2002-03-17 cuzCosmetic change
2002-03-16 cuzUse a new specialized multiply routines
2002-03-16 cuzSeveral minor changes and fixes
2002-03-16 cuzUse MakeHexArg, replace STX and STY by STZ if possible
2002-03-15 cuzTracking zero page locations
2002-03-11 cuzWorking on the register tracking
2002-03-11 cuzFirst support for STZ
2002-03-10 cuzRemoved old cruft
2002-03-10 cuzAdd 65C02 specific optimization: Use TSB/TRB
2002-03-10 cuzFixed problems with incomplete types (structs and array...
2002-03-10 cuzThe last patch did not work correctly in call cases...
2002-03-07 cuzLocal variables of incomplete types could be declared
2002-03-06 cuzFixed an error in struct assignment
2002-03-06 cuzLast fix was not correct according to the standard
2002-03-06 cuzBug fixed: The preprocessor # operator did not work...
2002-03-06 cuzFixed several const related bugs
2002-03-05 cuzFixed a typo
2002-02-18 cuzAdd #pragma charmap()
2002-02-13 cuzReplace staxspidx if possible
2002-02-13 cuzBetter code for compares
2002-02-12 cuzAdd code size factor for optimizer routines
2002-02-12 cuzBetter code for compares
2001-12-12 cuzAllow comments inside of macro calls that are spread...
2001-12-10 cuzFixed a bug
2001-12-01 cuzAdded/completed/debugged o65 support for Lunix
2001-11-17 cuzAdded SBC optimizations suggested by Piotr Fusik
2001-11-17 cuzAdded info for more runtime routines
2001-11-12 cuzFixed a bug
2001-11-08 cuzFixed a bug
2001-11-07 cuzFixed a typo
2001-11-07 cuzAdded info for tsteax and utsteax
2001-11-07 cuzFixed a bug
2001-10-25 cuzUse xsprintf
2001-10-25 cuzUse a long for the offset of static variables, so negat...
2001-10-21 cuzWorking on the optimizations
2001-10-18 cuzCosmetic change
2001-10-18 cuzFixed some bugs
2001-10-18 cuzCleanup, more 65c02 code
2001-10-18 cuzUse 125 bytes as range for short branches
2001-10-18 cuzExtend an optimization
2001-10-18 cuzNew function RegAXUsed
2001-10-18 cuzAdded first provisions for a code size factor check...
2001-10-18 cuzAdded a new CS_RangeHasLabel function
2001-10-18 cuzRemove some 65C02 code generation that is now in the...
2001-10-17 cuzCheck for shift count zero
2001-10-13 cuzAdded 65C02 specific optimizations.
2001-10-13 cuzSmall change to make line info more exact
2001-10-12 cuzUse a function pointer instead of a flag
2001-10-12 cuzAdded a missing const
2001-10-12 cuzAdded another optimization
2001-10-12 cuzMore work to make user asm labels work
2001-10-11 cuzRemove an unused function
2001-10-11 cuzAllow labels in user supplied asm statements
2001-10-11 cuzAdd a missing type in range check
2001-10-11 cuzAnother signedness fix
2001-10-11 cuzFixed a bug
2001-10-11 cuzComment out unused code
2001-10-11 cuzDon't run into an internal error in case of a duplicate...
2001-10-11 cuzFree the tree after use
2001-10-11 cuzFixed a bug
next