]> git.sur5r.net Git - cc65/history - src/cc65/make
Change the OptStackOps function so that it adjusts the instruction pointer
[cc65] / src / cc65 / make /
2009-09-29 uzReplace tabs by spaces in file lists.
2009-09-29 uzFixes for the watcom makefiles:
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-08-31 uzPrint the SVN version number when -V or --version is...
2009-08-14 uzMoved part of codeopt into coptptrload for better modul...
2009-02-23 uzAdded a separate output module that is used to manage...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-03-25 cuzNo output when using wstrip
2005-02-14 cuzSuppress wine debug output
2004-10-11 cuzChanges for new WINE version
2004-09-23 cuzFixed a typo
2004-09-23 cuzAllow to override CC65_INC on the command line
2004-07-17 cuzRemove exprnode.obj
2004-06-29 cuzMove shift expression evaluation into a separate module...
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-06 cuzAdded support for floating point constants in the scann...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-26 cuzAdd standard names for library functions
2004-03-02 cuzMove the expression test code into separate modules.
2003-11-25 cuzNew --memory-model switch
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-08-20 cuzUse $(RM) instead of rm -f
2003-08-11 cuzRewrote type conversions
2003-05-01 cuzMoved CPU definition into common/
2002-12-12 cuzConverted all Watcom makefiles to use GNU make
2002-11-01 cuzMove the assignment parser into a separate module.
2002-11-01 cuzWork on better type casts - not yet finished
2002-10-17 cuzNew store optimization.
2002-10-08 cuzAdded more size optimizations, separate module
2002-09-29 cuzRedoing the pragma stuff
2001-10-21 cuzWorking on the optimizations
2001-10-13 cuzAdded 65C02 specific optimizations.
2001-10-11 cuzRewrote the switch statement
2001-10-09 cuzModule breakup
2001-09-30 cuzMore source splitting.
2001-09-29 cuzMore splitting
2001-09-29 cuzReordered/splitted the optimization module
2001-09-25 cuzMore optimizations
2001-09-15 cuzFixed a few warnings
2001-09-09 cuzMove inline asm parsing into a separate module
2001-07-24 cuzBetter register tracking in the optimizer
2001-05-24 cuzSmall fixes for Watcom-C
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-14 cuzMoved some of the currently existing into a separate...
2001-05-05 cuzWorking on the new 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-01 cuzWorking on the new backend
2001-05-01 cuzWorking on the new backend
2001-04-30 cuzWorking on the backend
2001-04-25 cuzStarted to redo the backend
2001-01-05 cuzChanged the makefiles to work under OS/2 using EMX...
2000-09-14 cuzInitialize translation tables
2000-08-23 cuzMove target handling and character set translation...
2000-08-19 cuzWorking on the new parser
2000-08-16 cuzAdded first code for a parse tree implementation.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzMoved the check module to the common dir.
2000-07-29 cuzAdd common dir in more search paths
2000-07-29 cuzMoved segment name handling into a separate module.
2000-07-28 cuzAdd the include dir
2000-07-28 cuzAdded the io module
2000-07-27 cuzUse gcc function attributes, fix several format related...
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.
2000-06-08 cuzWatcom/NT fixes
2000-06-08 cuzSome work on function stuff.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...