]> git.sur5r.net Git - cc65/history - src/ld65/lineinfo.c
Fix for multiplication optimization issue #367
[cc65] / src / ld65 / lineinfo.c
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-11-04 uzSince there is now line info with type ASM and a count...
2012-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
2011-08-22 uzAdded the LineInfo count to the info line of the debug...
2011-08-22 uzDo not resolve the lists of spans for LineInfos and...
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-19 uzChanged data type used to store line numbers from unsig...
2011-08-18 uzRead and manage additional line information for symbols.
2011-08-18 uzUse correct syntax. The old did work but wasn't really...
2011-08-14 uzGrow the line info collection as needed before actually...
2011-08-14 uzAdapted to new line infos and spans as written to the...
2011-08-09 uzOutput ids for line infos to the debug info file.
2011-08-07 uzDebug info: Make file info ids continous. Output module...
2011-08-04 uzRearrange debug info output. Add scopes to the debug...
2011-08-04 uzGeneralized the CodeRange structure used for line infos...
2011-08-01 uzFixed a rather large memory leak.
2011-01-29 uzPass type of line info through the object files.
2011-01-27 uzMore detailed error message.
2011-01-26 uzUse LineInfo instead of raw FilePos objects. Most infor...
2011-01-24 uzFragments and assertions reference LineInfo items inste...
2010-08-07 uzSome changes in debug info generation.
2010-08-05 uzFix relocation of line infos.
2010-07-30 uzHandle file position information for fragments differen...
2010-07-30 uzUse collections in the object file structure instead...
2003-06-06 cuzFragment cleanup, more string pool use
2001-05-29 cuzAdded dbg file generation
2001-05-23 cuzUse a separate structure for file infos instead of...
2001-05-23 cuzAdded line infos