]> git.sur5r.net Git - cc65/history - src/cc65/compile.c
Added first provisions for a code size factor check in the optimizer
[cc65] / src / cc65 / compile.c
2001-09-09 cuzMove inline asm parsing into a separate module
2001-09-06 cuzRenamed some functions for better readbility.
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-03 cuzWorking on the new backend
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2000-12-04 cuzMinor rearrangements to make the code more robust in...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzMoved the check module to the common dir.
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-12 cuzAdded support for old style (K&R) function declarations.