fw/sdcc
2002-08-28 borutradded sdcpp, sdcppa, yacc, conf projects
2002-08-28 borutr- added Release configuration in VS projects
2002-08-25 bernhardhelduse gputils or gpasm (from Nathan Hurst)
2002-08-24 michaelhAdded limited run support
2002-08-13 belaadded _itoa and _ltoa
2002-08-12 belaadded functions _ltoa _uitoa
2002-08-12 belaadded functions _itoa _uitoa
2002-08-12 belaadded _itoa and _ltoa
2002-08-11 borutrremoved unneeded #include "sdccconf.h"
2002-08-11 sdattalox = y >> 6; was failing if x and y were 16-bit ints
2002-08-10 borutrenabled compilation of SDCC on Visual Studio 6.0 and...
2002-08-10 borutrdefine PREFIX as "\\sdcc"
2002-08-10 borutrfile preOutName was unlinked before closed. This seems...
2002-08-09 borutradded xa51 Visual Studio 6.0 project files
2002-08-09 sdattaloIndirect pointer access to banks 2 and 3 on the 'f877...
2002-08-07 borutr- definition of PATH_MAX for MSC
2002-08-07 borutr- added newline in the .def file to keep MSC compiler...
2002-08-07 borutr- define PREFIX as an empty string just to enable compi...
2002-08-07 borutr- function strcasecmp() is not defined in MSC (and...
2002-08-07 borutr- added return 0 statements after assert() to make...
2002-08-07 borutr- added missing ending ';' to rules to get rid of bison...
2002-08-07 borutr- solved MSC error in function decorateType()
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-08-07 borutr- removed compiler command line option /WX: Treats...
2002-08-07 borutr- removed compiler command line option /WX: Treats...
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
next