]> git.sur5r.net Git - cc65/history - src/cc65
Some cleanup
[cc65] / src / cc65 /
2004-06-15 cuzSome cleanup
2004-06-10 cuzFixed problems on 64 bit platforms and some other sloop...
2004-06-10 cuzBetter error messages
2004-06-10 cuzFixed a bug
2004-06-09 cuzRenamed ExprLoad to LoadExpr.
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-07 cuzCleaned up the code used for handling jump labels and...
2004-06-06 cuzRemoved debug code
2004-06-06 cuzMinor change
2004-06-06 cuzAdded support for floating point constants in the scann...
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-06 cuzThe loop code will access the stackpointer directly
2004-06-06 cuzAdd predefined type strings for float and double
2004-06-05 cuzImproved code for or and xor
2004-06-05 cuzMove the test flags into the Flags bitset of struct...
2004-06-05 cuzWhen changing the reference to a jump label, do also...
2004-06-05 cuzRepeat the check in OptJumpTarget whenever a match...
2004-06-05 cuzGenerate LDY instead of INY whenever possible because...
2004-06-05 cuzCheck for and warn on statements that don't have an...
2004-06-05 cuzFixed a bug
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-06-05 cuzFixed a bug
2004-06-04 cuzFixed a typo
2004-06-04 cuzAdded T_SIZE_T as an alias for T_UINT
2004-06-04 cuzAdded strcpy
2004-06-04 cuzFixed a typo
2004-06-04 cuzCheck the InlineStdFuncs flag later
2004-06-04 cuzFixed a bug
2004-06-04 cuzMore debugging output
2004-06-04 cuzFixed a bug
2004-06-03 cuzFixed a typo
2004-06-03 cuzImproved code generation
2004-06-03 cuzFixed generation of non optimal code in StructRef()
2004-06-03 cuzComment and indentation changes
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-06-01 cuzFixed a bug
2004-06-01 cuzFix external function names
2004-05-31 cuzString literals can be handled as static data in most...
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-27 cuzRemoved unused modules
2004-05-26 cuzSome renaming and restructuring
2004-05-26 cuzAdded a missing include
2004-05-26 cuzGenerate assembler names for symbols
2004-05-26 cuzAdd standard names for library functions
2004-05-25 cuzChanged the expression parser to return the lvalue...
2004-05-10 cuzAdd 6502X cpu
2004-05-02 cuzFixed compiler warnings
2004-05-02 cuzThe type parser didn't check bounds for the type string...
2004-05-02 cuzMore output when using -v.
2004-03-19 cuzFixed a bug
2004-03-19 cuzFixed a bug
2004-03-18 cuzOutput a warning for a call to memset with a count...
2004-03-15 cuzOptimization for __bzero.
2004-03-14 cuzRemoved a useless function call
2004-03-14 cuzRemoved obsolete comment
2004-03-13 cuzFixed a bug: The volatile keyword was not accepted...
2004-03-11 cuzNew target APPLE2ENH
2004-03-08 cuzAllow push/pop arguments for segment name #pragmas
2004-03-07 cuzRenamed IS_Pop to IS_Drop
2004-03-07 cuzMade several options that can be changed by #pragmas...
2004-03-02 cuzAdded missing 'simple escape sequences'
2004-03-02 cuzFixed a bug: Octal character constants were not handled...
2004-03-02 cuzSB_GetNumber didn't handle a sign correctly
2004-03-02 cuzAdded missing 'simple escape sequences'
2004-03-02 cuzMove the expression test code into separate modules.
2003-12-21 cuzFixed a weird bug. Some special where found to be regis...
2003-12-21 cuzAssume numeric subroutines use anything and change...
2003-12-21 cuzFixed wrong assumptions in the optimizer when subroutin...
2003-12-09 cuzA continue statement within a do loop did not work...
2003-11-29 cuzUse smart mode, allow more CPUs, fix CPU dependent...
2003-11-29 cuzMemory model additions
2003-11-29 cuzSpecial code for signed compares against zero
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-27 cuzFixed a bug
2003-11-25 cuzNew --memory-model switch
2003-11-22 cuzMark RTI as "uses all registers" to avoid problems...
2003-11-11 cuzUse safe shift routines
2003-11-05 cuzImproved optimizations
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-10-15 cuzDon't generate internal errors on duplicate labels
2003-10-13 cuzFixed a bug
2003-10-12 cuzMore opts
2003-10-11 cuzFixed a bug in several binary operators.
2003-10-11 cuzUse new CPU instruction sets table
2003-10-10 cuzFixed a bug
2003-10-10 cuzNew target supervision
2003-10-10 cuzAdded some code to handle floats/doubles.
2003-10-10 cuzAdded some code to handle floats/doubles.
2003-10-09 cuzFixed a bug - enum tags were inserted into the wrong...
2003-10-08 cuzFixed a bug in signed int compares
2003-10-08 cuzHandle more opcodes in OptCmp2
2003-10-08 cuzHandle more opcodes in OptPrecalc
2003-10-08 cuzFixed a bug
2003-10-06 cuzFixed a bug.
2003-10-02 cuzFixed a bug
2003-10-01 cuzRearrange members to lower memory usage
2003-10-01 cuzMore zeropage variable tracking in the optimizer
2003-09-30 cuzFixed a bug
2003-09-16 cuzNew %s inline asm format specifier
2003-09-14 cuzFixed a bug
next