* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / src / avr / gen.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-24 sdcc-builderOops
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2002-03-20 kvigorConsolidate generic pointer code
2002-03-06 johanknolsome minor improvements
2002-01-14 johanknolfixed bug #503216
2001-11-26 sandeepPrevious fix was BADDD . this should do it
2001-11-25 sandeepFixed problem where slocs can be shared by two operands...
2001-11-09 sandeepsome more progress
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-22 johanknolFunction attribute migration.
2001-09-27 kbongersadjust for mach os-x support
2001-09-23 sandeepFixed bug-463702
2001-09-09 sandeepsome minor improvements
2001-09-09 sandeepSome more progress.
2001-08-27 sandeepSome more improvements on AVR
2001-08-19 sandeepFixed pointer post increment problem
2001-08-12 bernhardheldHelp-text corrected
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-06-26 johanknolremoved some warnings
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-02 sandeepFixed a bug in packForpush wasn't extending the
2001-04-22 sandeepmore enhancements for avr & some bug fixes
2001-04-20 jtvolpeFixed mixed signed/unsigned compare
2001-04-10 johanknolfixed the gencmp setting of supportRtn
2001-04-01 sandeepAdded post increment optimization for msc51 &
2001-03-05 sandeepsome more avr specific
2001-03-01 kmhFixed PCALL and stack adjustment bug
2001-02-22 sandeepmultiply fixup
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-19 sandeepAVR specific changes
2001-02-14 johanknolBeautified (indented) compiler source according to...
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 johanknolChange ALLOC_ATOMIC in ALLOC
2001-01-04 jtvolpeMS VC6 Port
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-11 sandeepsome -xstack related stuff
2000-10-30 sandeepSome more AVR intermediate commit
2000-10-21 sandeepfixed a parameter declaration regression
2000-10-09 sandeepanother AVR
2000-10-08 sandeepIntermediate commit for AVR
2000-10-08 sandeepYet another intermediate commit
2000-10-07 sandeepAnother intermediate commit for AVR
2000-10-01 sandeepsome more avr intermediate stuff
2000-10-01 sandeep /* added condition transformations */
2000-09-30 sandeepAVR Intermediate commit
2000-03-18 sandeepmaking progress with AVR
2000-03-04 sandeepinitial version just copied them from mcs51 directory