]> git.sur5r.net Git - cc65/history - src/cc65/codeseg.c
Fixed source output in generated assembly when -T is used.
[cc65] / src / cc65 / codeseg.c
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...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2006-02-19 cuzChanged the low level type representation from a strung...
2005-09-11 cuzSome function renaming.
2004-12-16 cuzSome improvements using the new SB_Printf for string...
2004-07-18 cuzFixed inline assembler problems with instructions where...
2004-06-15 cuzMake the -O and --codesize options stackable.
2004-06-07 cuzCleaned up the code used for handling jump labels and...
2004-06-04 cuzMore debugging output
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-10-15 cuzDon't generate internal errors on duplicate labels
2003-01-07 cuzFixed a problem with line continuations and -T
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-11-25 cuzRe-added register variables.
2002-10-06 cuzNew functions CS_ResetMarks, CS_ResetAllMarks and CS_Is...
2002-10-05 cuzNew/changed optimizations
2002-10-04 cuzIncrease the size of some buffers, so we are at the...
2002-10-02 cuzPlace all declarations that are local to a function...
2001-10-18 cuzAdded a new CS_RangeHasLabel function
2001-10-13 cuzAdded 65C02 specific optimizations.
2001-10-12 cuzUse a function pointer instead of a flag
2001-10-12 cuzMore work to make user asm labels work
2001-10-11 cuzAllow labels in user supplied asm statements
2001-09-29 cuzWorking on 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-08-24 cuzAllow access to the global segments. Place ".dbg file...
2001-07-24 cuzMore register tracking
2001-07-24 cuzBetter register tracking in the optimizer
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-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-28 cuzWorking on the backend
2001-05-26 cuzcleanup
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 cuzAdded the lineinfo module. Changed the complete code...
2001-05-21 cuzWorking
2001-05-20 cuzWorking
2001-05-20 cuzWorking
2001-05-19 cuzWorking
2001-05-17 cuzAdded DelCodeEntries
2001-05-16 cuzWorking on the backend
2001-05-15 cuzWorking on the backend
2001-05-15 cuzWorking on the new backend
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 new backend
2001-05-01 cuzWorking on the new backend
2001-04-30 cuzWorking on the backend