]> git.sur5r.net Git - cc65/history - src/cc65
Added backend optimizations
[cc65] / src / cc65 /
2001-05-09 cuzAdded backend optimizations
2001-05-07 cuzSeveral bug fixes
2001-05-06 cuzWorking on the backend
2001-05-05 cuzWorking on the backend
2001-05-05 cuzWorking on the new backend
2001-05-05 cuzWorking on the new backend
2001-05-05 cuzWorking on the new backend
2001-05-05 cuzWorking on the new backend. Moved the files from the...
2001-05-05 cuzWorking on the new backend
2001-05-04 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-05-02 cuzWorking on the new backend
2001-05-01 cuzWorking on the backend
2001-05-01 cuzWorking on the backend
2001-05-01 cuzWorking on the backend
2001-05-01 cuzWorking on the new backend
2001-05-01 cuzWorking on the new backend
2001-04-30 cuzWorking on the backend
2001-04-28 cuzRewriting the backend
2001-04-25 cuzStarted to redo the backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-04-06 cuzFixed a bug. Function declarations where the type of...
2001-04-04 cuzFixed an internal error on too few params in function...
2001-04-04 cuzRepeat opts until there are no more changes
2001-03-27 cuzMake the last change more generic
2001-03-27 cuzAdded optimization for g_inc and g_dec (remove handling...
2001-03-26 cuzChanged an error message
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-26 cuzChanged the implementation of g_leavariadic.
2001-03-26 cuzUse one function exit point
2001-03-26 cuzChanged header
2001-03-26 cuzCorrect wrong optimizer infos
2001-03-24 cuzAllow a more exact specification which growth factor...
2001-03-24 cuzAdjust several optimizer information pieces
2001-03-24 cuzInline parameter frame building
2001-03-23 cuzMake AddConstSym from AddEnumSym
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-23 cuzMake __fixargs__ an actual symbol table entry. Add...
2001-03-22 cuzAllow __fastcall__ for C function. Contrary to the...
2001-03-22 cuzFix a compiler crash that happens after a function...
2001-03-20 cuzAdded code to check the 6502 stack
2001-03-20 cuzHelp text alignment was wrong
2001-03-19 cuzAdded new option and pragma to generate calls to a...
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2001-01-05 cuzUse IsQuote instead of IsQuoteChar
2001-01-05 cuzUse chartype.h instead of ctype.h
2001-01-05 cuzChanged the makefiles to work under OS/2 using EMX...
2000-12-24 cuzFixed several dangling pointer bugs in 65C0 2optimizations
2000-12-20 cuzReplaced several // style comments
2000-12-10 cuzCosmetic changes
2000-12-09 cuzRemove unused flags
2000-12-04 cuzOptimize local immidiate stores
2000-12-04 cuzOptimize local immidiate stores
2000-12-04 cuzAdded load/store transformation
2000-12-04 cuzAdded new code hints for use at the end of a function
2000-12-04 cuzNew optimization
2000-12-04 cuzFixed a bug
2000-12-04 cuzMinor rearrangements to make the code more robust in...
2000-12-04 cuz65C02 optimizations
2000-11-30 cuzReplaced the unused NES target by BBC
2000-11-29 cuzUse the new TgtTranslateBuf function
2000-11-28 cuzpusha function has changed
2000-11-27 cuzImplemented large offsets for g_putind
2000-11-24 cuzFix several errors: The address operator on functions...
2000-11-24 cuzFixed a typo
2000-11-22 cuzAdded optimizations for commutative arithmetic ops
2000-11-22 cuzIn switch statements, do only print a warning about...
2000-11-20 cuzWorking on the condes feature
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-10-15 cuzWorking on the new parser.
2000-10-10 cuzCheck for macro redefinitions that are not identical...
2000-10-10 cuzNew module
2000-10-10 cuzFixed a bug in explicit type casts
2000-10-10 cuzFixed a warning
2000-10-10 cuzAdded a missing include
2000-10-10 cuzDeclaring a char explicitly as signed was ignored and...
2000-09-14 cuzInitialize translation tables
2000-09-01 cuzRewrote the input file management.
2000-08-23 cuzWorking on the new parser
2000-08-23 cuzThe checks if there is an argument are not needed since...
2000-08-23 cuzNo need to check/set Target
2000-08-23 cuzMove target handling and character set translation...
2000-08-20 cuzWorking on the new parser
2000-08-20 cuzWorking on the new parser
2000-08-19 cuzWorking on the new parser
2000-08-16 cuzAdded first code for a parse tree implementation.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-11 cuzDon't create code for a subtraction of zero
2000-08-01 cuzRemove the check.x modules since they are now in common/
2000-08-01 cuzCheck for const in function parameters (first level...
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzMoved the check module to the common dir.
2000-07-29 cuzAdd common dir in more search paths
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-29 cuzOutput an error message when trying to determine the...
2000-07-29 cuzCheck segment in in #pragma for validity
next