]> git.sur5r.net Git - cc65/history - src/cc65/function.c
Fixed wrong code generation for
[cc65] / src / cc65 / function.c
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...