* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / src / SDCCBBlock.c
2008-02-13 borutr* src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src...
2007-02-06 bernhardheld* src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 165220...
2006-01-17 bernhardheld* src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPr...
2005-03-28 epetrich* src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2005-03-20 epetrich* src/port.h (struct PORT),
2004-12-20 vrokas* src/SDCCast.c (gatherAutoInit): allow pic16 to emit...
2003-12-18 epetrich* support/Util/SDCCerr.h,
2003-11-25 epetrichFixed several common-sub-expression bugs (#772861,...
2003-11-12 epetrich* src/SDCCsymt.h,
2003-03-28 johanknollrh
2003-03-25 johanknolThis should fix some, if not all, of the live range...
2003-03-10 johanknolThis wasn't true
2003-03-08 johanknolThis makes the dump files more readable
2003-03-07 johanknolSee Changelog 1.204
2003-02-26 johanknolLRH commit, only to sync with other developers
2003-02-24 johanknolframework for the liverangehunt
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-01-30 johanknolthis will signal an inter error, speeds up bug tracing
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-11 bernhardheldnew option -o
2001-11-09 sandeepAdded printing filename & clashes vector in dumpLiveRanges
2001-10-27 sandeepFix for bug 474411: Two loops can share the same lastBl...
2001-10-22 johanknolFunction attribute migration.
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-23 sandeepFixed bug-463702
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-05-24 johanknolcreate/append dumpfiles on a per session base
2001-05-23 johanknoloverwrite instead of append dumpfiles
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-18 kvigoraddiCodeToeBBlock should treat RETURN as flow control...
2000-09-09 sandeep1) added some debug dumping
2000-08-18 sandeepjust checking commit
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision