]> git.sur5r.net Git - cc65/history - src/cc65
Handle intermediate access to local variables in the stack op optimizations.
[cc65] / src / cc65 /
2001-10-02 cuzHandle intermediate access to local variables in the...
2001-10-01 cuzMore stack op optimizations
2001-10-01 cuzFixed a bug, added info for more runtime routines
2001-09-30 cuzMore source splitting.
2001-09-29 cuzWorking on optimizations
2001-09-29 cuzReadded size optimizations
2001-09-29 cuzMore splitting
2001-09-29 cuzAdded optimization statistics
2001-09-29 cuzReordered/splitted the optimization module
2001-09-27 cuzFixed a bug
2001-09-26 cuzCheck for an additional error condition
2001-09-26 cuzCommand line options cleanup
2001-09-25 cuzMore optimizations
2001-09-25 cuzMore optimizations
2001-09-25 cuzFinished indirect function calls.
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-09-23 cuzCollect more info on zp registers
2001-09-21 cuzGenerate info about zp register usage
2001-09-21 cuzExtend usage information
2001-09-21 cuzUse X instead of Y register
2001-09-21 cuzFixed a bug
2001-09-20 cuzAdded a peephole optimization step for global array...
2001-09-16 cuzFixed a minor problem
2001-09-15 cuzFixed a few warnings
2001-09-13 cuzAdded the Commdore 510 target system
2001-09-13 cuzFixed a bug
2001-09-12 cuzCosmetic change
2001-09-12 cuzFixed a bug
2001-09-09 cuzAdding functionality to StrBuf
2001-09-09 cuzUse a string buffer instead of the old implementation
2001-09-09 cuzMove inline asm parsing into a separate module
2001-09-09 cuzAdded copyright notice
2001-09-08 cuzAdd special routines for processing the boolean ||...
2001-09-07 cuzRemoved an invalid data access.
2001-09-07 cuzMinor speedup
2001-09-06 cuzRenamed some functions for better readbility.
2001-09-06 cuzWorking
2001-09-06 cuzAdded .lclintrc
2001-08-24 cuzAllow access to the global segments. Place ".dbg file...
2001-08-13 cuzFixed a bug
2001-08-05 cuzMore optimizations
2001-08-05 cuzFixed a bug
2001-08-05 cuzMore optimizations
2001-08-05 cuzMore optimizations
2001-08-05 cuzMore optimization
2001-08-03 cuzMore optimizations
2001-08-03 cuzMore optimizations
2001-08-03 cuzMinor changes
2001-08-03 cuzMake flag constants unsigned
2001-07-30 cuzMake --list-opt-steps exclusive
2001-07-30 cuzFixed several bugs
2001-07-29 cuzAllow enabling/disabline optimizer steps by file
2001-07-29 cuzSimplify code generation
2001-07-26 cuzOptimizations, cleanup in codegen
2001-07-26 cuzMore optimizations
2001-07-26 cuzBetter code for > compares
2001-07-25 cuzMore optimizations
2001-07-25 cuzFixed a bug
2001-07-25 cuzFree register info
2001-07-24 cuzSquashed one more bug in the switch statement
2001-07-24 cuzMore register tracking
2001-07-24 cuzFixed another bug in CascadeSwitch
2001-07-24 cuzFixed a bug in CascadeSwitch
2001-07-24 cuzBetter register tracking in the optimizer
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzMore renaming
2001-07-17 cuzRenamed struct expent
2001-07-17 cuzAdded more optimizations
2001-07-17 cuzFixed a while loop bug
2001-07-17 cuzFixed a bug in the for loop optimization applied earlier
2001-07-17 cuzMove the increment code of a for loop after the loop...
2001-07-16 cuzRemove transfer insns if possible
2001-07-16 cuzFixed a bug
2001-07-16 cuzTrace register usage, remove duplicate loads
2001-07-15 cuzFixed type compare for functions
2001-07-14 cuzWork around a problem with the #if hack in the preprocessor
2001-07-14 cuzAvoid a copy of the line contents
2001-07-14 cuzGo back to a working codegen.c
2001-06-24 cuzFixed multi line macro bug
2001-06-04 cuzWorking on the backend
2001-06-04 cuzWorking on the backend
2001-06-03 cuzMore renaming
2001-05-31 cuzLots of renaming
2001-05-29 cuzWorking on the backend
2001-05-29 cuzWorking on the backend
2001-05-28 cuzWorking on the backend
2001-05-26 cuzOptimizer bugfixes, polished the line info.
2001-05-26 cuzcleanup
2001-05-24 cuzFixed more E_MCONST issues
2001-05-24 cuzBugfix
2001-05-24 cuzCosmetic changes
2001-05-24 cuzSmall fixes for Watcom-C
2001-05-23 cuzUse fstat instead of stat and simplify the code
2001-05-23 cuzAdded line infos
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-22 cuzMore polishing to get the line info right
2001-05-22 cuzPolishing and minor corrections
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-22 cuzFix load of longs and improve zero page info
2001-05-21 cuzWorking
next