fw/sdcc
2002-09-20 wimlTest pointer for NULL *before* dereferencing it, not...
2002-09-20 jesuscsdcc\as\mcs51\lklist.c: added boundary check before...
2002-09-19 belaPhilips P89C668 support added by Eric Limpers
2002-09-19 wimlfixed the stupid mistake I made in genMinus()
2002-09-19 wimlApplying patch #609842: Fixes to mcs51 register allocat...
2002-09-11 belaAtmel T89C51RD2 support added
2002-09-09 jesuscFixed incorrect number of parameters to sprintf() of...
2002-09-09 jesusc Fixed incorrect number of parameters to sprintf()...
2002-09-08 jesuscCreate REG_BANK_[0-3] areas only for 8051 like ports.
2002-09-04 jesuscCreation of default areas. Improved memory usage....
2002-09-04 jesuscDelegates data and stack allocation to aslink. Creates...
2002-09-04 jesuscCreation of default areas. Improved memory usage....
2002-09-03 borutrintroduced atexit() handler for teporay files removal...
2002-09-02 drdanifix of bug #533274
2002-08-29 borutrre-definition of O_BINARY and other O_XXX as _O_BINARY...
2002-08-29 borutrcorrected improper use of assert
2002-08-28 bernhardhelda better fix
2002-08-28 bernhardheldsrc/SDCCglue.c (printIvalArray): iterative calculation...
2002-08-28 borutradded
2002-08-28 borutr2002-08-28 Jesus Calvino-Fraga and Borut Razem <borut...
2002-08-28 borutrremoved from CVS, generated automatically
2002-08-28 borutradded - genarate auto-host.h using auto-host_vc_in...
2002-08-28 borutradded - VC project for sdcpp
2002-08-28 borutradded - genarate sdcc_vc.h using sdcc_vc_in.h as templa...
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
next