* as/mcs51/lkarea.c: removed old K&R style,
[fw/sdcc] / src / avr /
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-09-23 epetrich* src/SDCCicode.h,
2004-09-08 maartenbrock* device/lib/_gptrget.c,
2004-09-06 epetrich* src/port.h,
2004-08-05 epetrich* src/mcs51/ralloc.c (deassignLR),
2004-06-08 epetrich* src/avr/ralloc.c (serialRegAssign),
2004-05-25 vrokas* src/port.h (PORT structure): added hook initPaths...
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-03-17 epetrich* src/SDCCglue.c (emitMaps): allow public sfr variables
2004-01-08 vrokas2004-01-08 Vangelis Rokas <vrokas@otenet.gr>
2003-11-23 kflittner fixed bug #845089
2003-11-06 epetrich* src/port.h,
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-08-08 epetrichChanges to support big endian targets:
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-24 sdcc-builderOops
2003-07-23 bernhardheldadded DUMMY_READ_VOLATILE:
2003-07-02 borutrvirtualization of glue() function: each port has it...
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
next