]> git.sur5r.net Git - cc65/history - src/cc65/codegen.c
remove TABs
[cc65] / src / cc65 / codegen.c
2001-10-18 cuzRemove some 65C02 code generation that is now in the...
2001-10-17 cuzCheck for shift count zero
2001-10-11 cuzRewrote the switch statement
2001-10-04 cuzAdded special multiplication routines
2001-10-04 cuzOptimizations
2001-09-30 cuzMore source splitting.
2001-09-25 cuzMore optimizations
2001-09-25 cuzFinished indirect function calls.
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-09-09 cuzAdding functionality to StrBuf
2001-08-24 cuzAllow access to the global segments. Place ".dbg file...
2001-08-13 cuzFixed a bug
2001-08-05 cuzMore optimizations
2001-07-29 cuzSimplify code generation
2001-07-26 cuzOptimizations, cleanup in codegen
2001-07-26 cuzBetter code for > compares
2001-07-25 cuzMore optimizations
2001-07-14 cuzGo back to a working codegen.c
2001-06-04 cuzWorking on the backend
2001-06-04 cuzWorking on the backend
2001-06-03 cuzMore renaming
2001-05-31 cuzLots of renaming
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-22 cuzFix load of longs and improve zero page info
2001-05-21 cuzWorking
2001-05-15 cuzWorking on the new backend
2001-05-14 cuzMoved some of the currently existing into a separate...
2001-05-05 cuzWorking on the backend
2001-05-05 cuzWorking on the new backend
2001-05-05 cuzWorking on the new backend
2001-05-05 cuzWorking on the new backend. Moved the files from the...
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 backend
2001-05-01 cuzWorking on the new backend
2001-05-01 cuzWorking on the new backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-03-27 cuzAdded optimization for g_inc and g_dec (remove handling...
2001-03-26 cuzChanged the implementation of g_leavariadic.
2001-03-24 cuzAllow a more exact specification which growth factor...
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-12-04 cuzAdded new code hints for use at the end of a function
2000-11-27 cuzImplemented large offsets for g_putind
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-08-11 cuzDon't create code for a subtraction of zero
2000-08-01 cuzMoved the check module to the common dir.
2000-07-29 cuzMoved segment name handling into a separate module.
2000-07-27 cuzUse gcc function attributes, fix several format related...
2000-07-18 cuzFixed some gcc warnings
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuz65C02 additions, saved a few bytes in the code generator
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-10 cuzExplicitly clear reserved storage with $00.
2000-06-08 cuzFix several VC++ warnings
2000-06-08 cuzSome work on function stuff.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...