DS800C400 fun, improved ROM interface and tinibios
[fw/sdcc] / src / avr /
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-05-25 jesuscChanged /Zm to 1000 both for release and debug versions.
2003-05-25 jesuscChanged Zm to 1000.
2003-04-19 borutrhandling space characters in file path
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-08 bernhardheld* src/configure.in: check for endianess (even while...
2003-02-14 johanknolmoved installed docs, removed obsoletes, fixed makefile...
2003-02-10 borutrBorland Makefile cleanup
2003-02-02 borutrdelete $(LIB) only if exist
2002-08-28 borutr- added Release configuration in VS projects
2002-08-07 borutr- changed project type to Generic Project so that can...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-03-20 kvigorConsolidate generic pointer code
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-06 johanknolsome minor improvements
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-01-14 johanknolfixed bug #503216
2001-12-24 sandeepupdated to reflect changes in the port structure
2001-12-19 johanknolfixed bug #494721
2001-12-18 sandeepupdated to reflect the changes in port structure
2001-12-16 johanknoladded seperate segments for initialized data
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-18 sandeepImplemented builtin functions
2001-11-10 sandeepAdded NULL to port->cseOk function
2001-11-09 sandeepsome more progress
2001-11-02 johanknolthis wasn't intended to be this way
2001-10-22 johanknolFunction attribute migration.
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-03 bernhardheld../cvsm
2001-09-27 kbongersadjust for mach os-x support
2001-09-23 michaelh * .version: Updated to 2.3.1
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-24 kvigor(optionally) push static array initialization down...
2001-08-19 sandeepFixed pointer post increment problem
2001-08-12 bernhardheldHelp-text corrected
2001-08-02 michaelh* Added support for doing shifts by helper functions
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-15 johanknol*** empty log message ***
2001-07-03 michaelhFixed up ENDIAN warning with mingw32. Added ability...
2001-07-03 johanknolShort is 16bits by default now
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-26 johanknolremoved some warnings
2001-06-26 michaelhCleared out all warnings in sdcc. Moved all unused...
2001-06-20 michaelhUnified the per port Makefiles
2001-05-24 johanknolcreate/append dump files on a per session base
2001-05-21 johanknolfixed a small bug with large effects
2001-05-20 johanknolchanged inline asm buffers from static to dynamic size
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-02 sandeepFixed a bug in packForpush wasn't extending the
2001-04-29 sandeepAdded some heuristic for register spilling
2001-04-26 jtvolpeCleaning up compiler warnings under MS VC6
2001-04-26 jtvolpeRemoved Release configuration until stable
2001-04-24 jtvolpeContinuing with VC6 Development - Dependency changes...
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 johanknolCleaned up ds390 leftovers in the mcs51 port.
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-28 michaelhMerge of the izt changes.
2001-01-04 jtvolpeMS VC6 Port
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-14 sandeepFixed a loop invariant bug & a casting bug
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-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-09 sandeep1) added some debug dumping
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-24 sandeepforgot to make the change for AVR
2000-06-05 michaelhMerge back from 2.21-pre1
2000-05-07 sandeepAdded print Allocation info will print
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-08 michaelhMerged changes between gbdk-293 and main
next