]> git.sur5r.net Git - cc65/history - src/ca65/expr.c
More work on .sizeof, fixed problems with cheap locals
[cc65] / src / ca65 / expr.c
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-12-02 cuzMore work on .sizeof
2003-11-30 cuzDon't remove symbols or otherwise simplify expressions...
2003-11-30 cuzMore .size/.sizeof support
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-23 cuzMuch extended StudyExpr
2003-11-19 cuzMoved StudyExpr + helpers into its own module
2003-11-18 cuzTemp fix for some address size problems
2003-11-17 cuzAdded .SIZEOF
2003-11-17 cuzReplace address mode detection for expressions
2003-11-14 cuzAdded enums
2003-11-14 cuzNew function GenAddExpr
2003-11-13 cuzMore work on expressions and address sizes
2003-11-12 cuzPrecalculate some expressions
2003-11-11 cuzFixed a problem
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-11-06 cuzRevised symbol scoping
2003-11-04 cuzChanged freeing symbol relations, cosmetic changes
2003-10-31 cuzFree expression trees when they're no longer needed
2003-10-31 cuzWork on named scopes
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-10-10 cuzChange result of .CPU pseudo variable
2003-08-12 cuzAdded new .VERSION constant
2003-06-06 cuzAssertion checks were the wrong way round
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
2003-05-25 cuzChanged the object file and library format. There is...
2003-01-19 cuzFixed problems that occured on input files with missing...
2002-12-14 cuzDid some renaming and cleanup: Renamed EXPR_SEGMENT...
2002-11-26 cuzAdded the .TIME pseudo function
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2001-09-15 cuzCheck for sign problems in compares
2001-03-10 cuzMoved verbose output to a shared module in the common...
2000-12-01 cuzTranslate chars returned by .strat into the target...
2000-12-01 cuzFix detection of byte sized expressions
2000-11-20 cuzWorking on the condes feature
2000-09-02 cuzAdded new emulation feature: loose_char_term
2000-08-23 cuzMove target handling routines into the common directory.
2000-08-21 cuzImplement character set translation and different targe...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-25 cuzAdded string handling functions: .STRLEN and .STRAT
2000-07-15 cuzAdded the .TCOUNT function
2000-06-14 cuzMore common subroutines
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...