fw/sdcc
2000-10-16 kvigorReplace Perl version of packihx with C version
2000-10-16 kvigorRewrite packihx in C (for platforms without Perl handil...
2000-10-15 skenton*** empty log message ***
2000-10-14 sandeepfixed a loop invariant bug
2000-10-14 sandeepFixed a loop invariant bug & a casting bug
2000-10-14 kvigorEnable unused parameter fix
2000-10-13 kvigorfix unused parameter receive bug (fix ifdef'd out right...
2000-10-12 drdaniFix of v__printf prototypes
2000-10-11 kvigorRemove bogus semicolon
2000-10-11 johanknolMoved and unpacked examples to sdcc/device/examples...
2000-10-11 johanknolMoved and unpacked examples to sdcc/device/examples...
2000-10-10 kvigorOne more BCC fix
2000-10-10 kvigorGet Borland C++ build working yet again
2000-10-09 sandeepanother AVR
2000-10-08 sandeepintermediate commit for AVR
2000-10-08 sandeepIntermediate commit for AVR
2000-10-08 sandeepYet another intermediate commit
2000-10-07 sandeepfixuptypes fixed
2000-10-07 sandeepAnother intermediate commit for AVR
2000-10-06 kvigorForce function prototypes to default to extern storage...
2000-10-04 kvigordocument a few more options
2000-10-03 kvigorundo unistd.h; restores Cygwin & BC++ functionality
2000-10-02 kvigorreplace /usr/local/bin/perl shebang with ugly but hopef...
2000-10-02 kvigorminor cleanup: rename link() to link_main() to avoid...
2000-10-02 drdaniFix of INSTALL problem on cygwin
2000-10-01 johanknolChanged confusing comment
2000-10-01 johanknolremove -Werror again for less stable systems
2000-10-01 sandeepsome more avr intermediate stuff
2000-10-01 sandeepadded conditional transformation
2000-10-01 sandeep /* added condition transformations */
2000-09-30 kvigorre-introduce required file
2000-09-30 sandeepat absolute address can be an expression . This increas...
2000-09-30 sandeepwhen adding to pointer, cast right side to int if
2000-09-30 kvigorInsist on bison: yacc isn't good enough
2000-09-30 kvigorDPTR abuse by 182a fixed by adding 182b
2000-09-30 johanknolobsolete
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-30 johanknolcleaning; moved all extern's from .c to .h files for...
2000-09-30 kvigorJust another DPS peephole
2000-09-30 sandeepAVR Intermediate commit
2000-09-30 sandeepFixed up for AVR should not prefer globals
2000-09-30 sandeepFixed array derefs
2000-09-29 kvigortest for accept() size paramater type
2000-09-29 johanknolCan't we skip this?
2000-09-29 kvigorreplace obsolete prototypes with stdlib.h
2000-09-29 kvigoruse $(MAKE) instead of make
2000-09-29 kvigorAdd HAVE_STRERROR
2000-09-29 kvigoremitcodePointerGet was badly broken
2000-09-29 kvigorfinally enable all those work-in-progress optimizations...
2000-09-29 kvigoranother lazy DPS evaluation bug squished
2000-09-28 kvigorlast optimizations: genPlus was too eager to use altern...
2000-09-28 kvigorwork in progress: bug in lazy DPS evaluation fixed
2000-09-28 johanknolmoved auto var's to XSEG for large model
2000-09-28 kvigoryet more work in progress: FarFarAssign optimizations
2000-09-27 kvigorwork in progress: several improvements to generated...
2000-09-27 kvigorMake user-specified -I and -L options take precedence
2000-09-27 kvigorcheck for fatal errors after glue()
2000-09-26 kvigorwork in progress: clean up DPS abuse
2000-09-26 kvigorUse only 3 bytes of generic pointers in comparisons
2000-09-24 kvigorFIx initialization of pointers in code space for DS390
2000-09-24 kvigorAdd warning for using --model-flat24
2000-09-24 kvigorremove mcs51 flat24 libraries
2000-09-24 kvigorAdd memcpyx for DS390 port
2000-09-23 sandeepYet another reg alloc bug uncovered by ds390
2000-09-23 kvigorMake _decdptr work properly for either DPTR on DS390
2000-09-21 kvigorAdd labelRefCount constraints to many peephole rules
2000-09-21 kvigoranother possible impedance mismatch in genPlus/genMinus
2000-09-21 kvigorAdd labelRefCount constraint for peephole rules.
2000-09-21 drdaniFix for windows to install s51.exe, not just s51
2000-09-21 drdaniNew version: 0.2.37 it fixes socklen_t, third param...
2000-09-21 drdaniunnecessary file made by the compiler (debugger?)
2000-09-20 kvigorRemove debug option (-c) from default assembler options
2000-09-20 kvigorreplace bubble sorts (believe it or not) with qsort...
2000-09-20 kvigorrealized last bug impacted genPlus as well
2000-09-20 kvigorfix genMinus aopPut out-of-range bug
2000-09-20 kvigormake integer -> generic pointer casts default to XDATA...
2000-09-20 mschmittminor fix for duplicate getchar function
2000-09-20 kvigoruncomment warnings for relative jumps out of range
2000-09-20 kvigorFinal cleanup; completely working on TINI now (243...
2000-09-20 kvigortail inc/dec optimizations were too agressive; fix...
2000-09-20 kvigorClean up useage of ap register with DPTR2 opcodes
2000-09-19 kvigorcleanup fp fix to pop directly instead of pop acc/mov...
2000-09-19 johanknoljust fixed a poor man's lazyness bug
2000-09-19 johanknolfixed genUminus bug for int and long
2000-09-19 kvigorminor TINI fixes
2000-09-19 kvigorGet Borland C++ Makefiles working again
2000-09-18 kvigorClean .lib files out of ds390/ before copying new ones up
2000-09-18 kvigoraddiCodeToeBBlock should treat RETURN as flow control...
2000-09-18 kvigorAllow optimizer to replace params/locals in far space...
2000-09-18 kvigorBetter fix for DS80C390 div bug (Johan's fp bug fixed...
2000-09-18 sandeepFixed a parameter allocation bug
2000-09-17 johanknolds390 uses a 4 byte instruction code in flat24
2000-09-17 johanknolchanged some local var's to static
2000-09-17 johanknolfixed '\b' handling
2000-09-16 sandeepTaking out binutils
2000-09-16 johanknolrestructured fp support
2000-09-16 johanknoltemporary fix for fp support
2000-09-16 johanknolrestructuring fp support
2000-09-16 johanknolInitial %f support
2000-09-16 kvigorAdd TINI target
next