fw/sdcc
2002-08-07 borutrremoved project sdcpp, added project xa51a
2002-08-07 sdattaloAdded regression tests for compound comparisons.
2002-08-07 borutrUnification of code in functions tempfilename() and...
2002-07-30 sdattalo- Register banking wasn't working for bit variables...
2002-07-28 sdattaloUpdated inc2h.pl from Kevin Pauba. This version handles...
2002-07-27 sdattaloTurned off verbose debugging
2002-07-27 sdattalovarA = (varB > CONSTANT); Was not compiling correctly.
2002-07-26 kvigorbug 568948: building with latest MSVC
2002-07-26 kvigor"fix" bug 585128
2002-07-26 kvigorBug 580443 fix
2002-07-25 sdattaloRegisters used inline were not getting allocated.
2002-07-25 sdattaloFixed two bugs with inline assembly:
2002-07-23 sdattaloInterrupt context registers WSAVE and SSAVE were not...
2002-07-18 bernhardheldfixed access to array of structures
2002-07-14 sdattalo"ancestor" flow logic was implemented. Applied optimiza...
2002-07-11 sdattaloAdded CLRWDT instruction again (this time correctly).
2002-07-10 sdattalorenamed a function ins pcodeflow that conflicted with...
2002-07-10 sdattaloAdded pcodeflow.c - much of pcode.c will eventually...
2002-07-09 sdattalo(bandaid) Fixed core dump. You have to specify a valid...
2002-07-07 sdattaloDuring a debug session, the code for fixing register...
2002-07-07 sdattaloMore register optimizations
2002-07-07 sdattaloinline assembly was generated as plain text, now it...
2002-07-06 sdattaloFixed seg fault for empty programs. Added more register...
2002-07-05 sdattaloApplied patch from Kevin L. Pauba that added the #pragm...
2002-07-05 sdattaloRegister Optimizer was ignoring volatility of SFRs
2002-07-04 sdattaloMore enhancements to register optimization algorithms.
2002-07-02 sdattalopCode Register optimization - registers used in only...
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
2002-06-19 sdattaloOperand comparisons were unnecessarily failing in the...
2002-06-17 sdattaloFixed some pointer bugs. Added option to selectively...
2002-06-13 sdattaloImproved the Register Banking algorithm.
2002-06-11 johanknolThat wasn't a good idea?
2002-06-02 sdattaloFunction inlining works well now. Added more flow analysis.
2002-05-31 sdattaloPIC aopput was using #00 as a register name.
2002-05-31 sdattaloPIC Port - fixed pointer/array accesses. Stream line...
2002-05-20 sdattaloFixed shifts by varaibles. Added rotate test code to...
2002-05-18 sdattaloFixed fatal infinite loop in pcode optimizer.
2002-05-17 sdattaloNumerous bug fixes in PIC Port (pointers, shifting...
2002-05-11 sdattaloFixed several pointer related bugs in the PIC port
2002-05-10 sdattaloFixed several tiny bugs.
2002-05-10 sdattaloAdded support for multiplication. Fixed peep hole bugs...
2002-04-23 michaelh * device/lib/z80/printf.c: Changed emitter to volatile...
2002-04-16 michaelh * device/lib/z80/printf.c (sprintf): Added.
2002-04-09 drdanipass LDFLAGS to linker, fix of 533276
2002-04-06 stevewilliams Update spec file for 2.3.0 release.
2002-03-30 bernhardheldFix half of bug #536787
2002-03-29 drdaniEric Norum's suggeston to install doc to standard place
2002-03-28 johanknolfixed bug #532436
2002-03-28 johanknolfixed bug #532436
2002-03-20 kvigorConsolidate generic pointer code
2002-03-20 sdattaloAdded -p option to allow selection of port dependent...
2002-03-20 sdattaloAdded -p command line option to allow selection of...
2002-03-19 kvigorconfigure failed on Solaris
2002-03-19 kbongersadd simple mingw32 script to compile
2002-03-16 sandeep*** empty log message ***
2002-03-16 sandeepFixed left shift. Will promote the left side of a left...
2002-03-15 sdattalodattalo - Added bank1.c and string1.c to test banking...
2002-03-15 sdattalodattalo Added pcodeflow.h - most of the flow definition...
2002-03-14 sdattalodattalo - Disabled code dependent on ports that have...
2002-03-14 sdattalodattalo - Major commit! re-wrote register allocation...
2002-03-06 johanknolsome minor improvements
2002-03-04 johanknolfixed
2002-03-04 belads89c420 register definition update
2002-03-03 johanknolChangelog:1.102 I hate to repeat myself ...
2002-03-03 johanknola couple of changes
2002-03-03 johanknolchanged some warnings to errors when codegen is skipped
2002-03-03 johanknolfixed a warning
2002-03-03 johanknolfixed bug #524685
2002-03-03 johanknolfixed the << promotion for ops
2002-03-02 sandeep*** empty log message ***
2002-03-02 sandeepAdded some more peephole rules
2002-03-02 sandeepVarious fixes & enhancements
2002-03-02 sandeepfunctions "alldefsoutofrange" and "notusedinblock"...
2002-03-02 sandeepvarious fixes & enhancements (ds390) specific
2002-03-02 sandeepFunctions "allDefsOutOfRange" & "notUsedinBlock" moved...
2002-03-02 sandeepBetter fix for bug # 514308
2002-03-02 johanknolthat's all for today
2002-03-02 johanknolfixed bug#524708
2002-03-02 johanknolfixed a void bug exposed by bug #524691
2002-03-02 johanknolfixed bug #524691
2002-03-02 johanknolfixed the literal shift bug exposed by bug #524685...
2002-03-02 michaelhAdded
2002-03-02 michaelhTurned off an unneeded warning, added
2002-03-02 michaelhAdded
2002-03-02 michaelhAdded
2002-03-02 michaelh * src/SDCCsymt.c (initCSupport): Removed managling...
2002-03-01 johanknolthat was unintended
2002-03-01 johanknolswapped type and val->type ;(
2002-03-01 johanknolswappen from and to
2002-03-01 johanknol*** empty log message ***
2002-03-01 johanknolfixed bug #524211
2002-03-01 johanknolfixed bug #524209
2002-03-01 johanknolfixed bug #524195
2002-03-01 michaelh* Added.
2002-03-01 michaelh* Added.
2002-03-01 michaelh* Added.
2002-02-26 johanknol*** empty log message ***
2002-02-26 johanknolfixed bug #522534
2002-02-26 johanknolfixed a warning
2002-02-24 johanknolxa51 backup
next