]> git.sur5r.net Git - cc65/history - src/cc65/function.c
Added .dbg statement generation for the assembler
[cc65] / src / cc65 / function.c
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...