]> git.sur5r.net Git - cc65/history - src/cc65/typeconv.c
New optimization step
[cc65] / src / cc65 / typeconv.c
2009-07-28 uzFixed a problem with function pointer conversion.
2008-12-28 uzFixed problems with casts, where larger values weren...
2008-08-24 uzMoved the fascall and near/far flags from the function...
2008-08-05 uzFixed a comment.
2006-02-19 cuzChanged the low level type representation from a strung...
2004-08-02 cuzNew function PtrConversion
2004-06-29 cuzAdded license information preproc.h
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-03 cuzComment and indentation changes
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-25 cuzChanged the expression parser to return the lvalue...
2003-11-11 cuzUse safe shift routines
2003-10-10 cuzFixed a bug
2003-08-29 cuzRenamed exprhs to ExprLoad
2003-08-19 cuzFixed type conversion problems
2003-08-17 cuzFixed a bug
2003-08-11 cuzRewrote type conversions