]> git.sur5r.net Git - cc65/history - src/cc65/function.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / function.c
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-04-25 uzFixed a comment.
2012-04-22 uzFixed an error when parsing local variables: Variables...
2011-08-31 uzWrite out global symbols to the debug file. Added some...
2011-08-30 uzFor now use the void type for all debug symbols to...
2011-08-29 uzWorked on high level language symbol info.
2011-08-26 uzAdd a (currently empty) type string to the debug info...
2011-08-26 uzStarted to add debug infos for C functions and symbols.
2011-08-04 uzAdjust code to C99 regarding the main function: Not...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-10-18 uzChanged handling of attributes to a more generic form...
2009-08-31 uzRemember more function infos in the Function struct.
2009-08-31 uzAdd a warning if a function returning something does...
2009-08-16 uzChange order, so that the forced imports for main(...
2009-07-28 uzPrepared the code for referencing a symbol that forces...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2006-02-19 cuzChanged the low level type representation from a strung...
2004-07-06 cuzA main function not returning an int is not allowed...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-08-30 cuzReorder for better error messages
2003-08-10 cuzFixed a bug that caused problems locating the last...
2003-03-07 cuzIf main() takes arguments, generate a forced import...
2002-12-01 cuzFixed a bug
2002-11-26 cuzNew --register-space option
2002-11-25 cuzRe-added register variables.
2002-07-15 cuzFixed a bug
2002-06-12 cuzRenamed the functions working with "struct Function".
2002-05-02 cuzFixed a bug
2001-05-26 cuzOptimizer bugfixes, polished the line info.
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-05 cuzWorking on the backend
2001-05-05 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-26 cuzUse one function exit point
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-20 cuzAdded code to check the 6502 stack
2000-12-04 cuzAdded new code hints for use at the end of a function
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-08-01 cuzMoved the check module to the common dir.
2000-06-22 cuzRewrote parsing of locals.
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-06-10 cuzFix minor function handling stuff
2000-06-08 cuzSome work on function stuff.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...