]> git.sur5r.net Git - cc65/history - src/cc65/codegen.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / codegen.h
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...
2013-03-06 uzReorder CF_xxx flags so that they can be used as table...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-10-15 uzSome cleanup in the code generator. Added a g_drop...
2009-07-28 uzPrepared the code for referencing a symbol that forces...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-03-08 cuzAllow push/pop arguments for segment name #pragmas
2003-10-10 cuzAdded some code to handle floats/doubles.
2003-03-07 cuzIf main() takes arguments, generate a forced import...
2003-02-03 cuzAdded flexible array members for structs
2002-11-25 cuzRe-added register variables.
2002-11-24 cuzReenable register variables
2002-11-23 cuzAnother optimization step
2002-10-10 cuzAllow initialization of local variables of compound...
2001-11-07 cuzFixed a typo
2001-10-25 cuzUse a long for the offset of static variables, so negat...
2001-10-11 cuzRewrote the switch statement
2001-09-25 cuzFinished indirect function calls.
2001-09-09 cuzAdding functionality to StrBuf
2001-06-04 cuzWorking on the backend
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-21 cuzWorking
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-05-03 cuzWorking on the new backend
2001-05-02 cuzWorking on the new backend
2001-05-01 cuzWorking on the backend
2001-05-01 cuzWorking on the new backend
2001-03-24 cuzInline parameter frame building
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-20 cuzAdded code to check the 6502 stack
2001-03-19 cuzAdded new option and pragma to generate calls to a...
2000-06-10 cuzRemove functions that do no longer exist
2000-06-08 cuzSome work on function stuff.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...