]> git.sur5r.net Git - cc65/history - src/cc65/codeseg.c
Only for jumps, the lib uses named asm labels in branches
[cc65] / src / cc65 / codeseg.c
2019-04-21 Lauri KasanenOnly for jumps, the lib uses named asm labels in branches
2019-04-21 Lauri KasanenFix jmp-callax.c bug
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-01-21 uzFixed an internal error that was triggered by an attemp...
2011-08-12 uzTracked rename of hashstr -> hashfunc.
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-08-31 uzImproved the code generated for bit-fields.
2009-08-04 uzDon't allow to call subroutines that aren't actual...
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